This file defines functions and structures for iso639 language codes. More...
Go to the source code of this file.
Data Structures | |
| struct | iso639_lang_t |
Functions | |
| VLC_API const iso639_lang_t * | GetLang_1 (const char *) |
| VLC_API const iso639_lang_t * | GetLang_2T (const char *) |
| VLC_API const iso639_lang_t * | GetLang_2B (const char *) |
This file defines functions and structures for iso639 language codes.
| VLC_API const iso639_lang_t* GetLang_1 | ( | const char * | ) |
References p_languages, iso639_lang_t::psz_eng_name, iso639_lang_t::psz_iso639_1, and strncasecmp().
Referenced by LanguageGetName().
| VLC_API const iso639_lang_t* GetLang_2B | ( | const char * | ) |
References p_languages, iso639_lang_t::psz_eng_name, iso639_lang_t::psz_iso639_2B, and strncasecmp().
Referenced by LanguageGetName().
| VLC_API const iso639_lang_t* GetLang_2T | ( | const char * | ) |
References p_languages, iso639_lang_t::psz_eng_name, iso639_lang_t::psz_iso639_2T, and strncasecmp().
Referenced by LanguageGetName().
1.7.1