VLC 4.0.0-dev
|
Functions | |
static const iso639_lang_t * | GetLang_1 (const char *psz_code) |
static const iso639_lang_t * | GetLang_2T (const char *psz_code) |
static const iso639_lang_t * | GetLang_2B (const char *psz_code) |
static const iso639_lang_t * | GetLang_name (const char *psz_lang) |
const iso639_lang_t * | vlc_find_iso639 (const char *code, bool try_name) |
|
static |
References p_languages, iso639_lang_t::psz_eng_name, iso639_lang_t::psz_iso639_1, and strcasecmp().
Referenced by vlc_find_iso639().
|
static |
References p_languages, iso639_lang_t::psz_eng_name, iso639_lang_t::psz_iso639_2B, and strcasecmp().
Referenced by vlc_find_iso639().
|
static |
References p_languages, iso639_lang_t::psz_eng_name, iso639_lang_t::psz_iso639_2T, and strcasecmp().
Referenced by vlc_find_iso639().
|
static |
References p_languages, iso639_lang_t::psz_eng_name, and strcasecmp().
Referenced by vlc_find_iso639().
const iso639_lang_t * vlc_find_iso639 | ( | const char * | code, |
bool | try_name | ||
) |
References GetLang_1(), GetLang_2B(), GetLang_2T(), and GetLang_name().
Referenced by LanguageGetCode(), and LanguageGetName().