|
VLC
4.0.0-dev
|
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 | |
| const iso639_lang_t * | GetLang_1 (const char *) |
| const iso639_lang_t * | GetLang_2T (const char *) |
| const iso639_lang_t * | GetLang_2B (const char *) |
This file defines functions and structures for iso639 language codes.
| const iso639_lang_t* GetLang_1 | ( | const char * | ) |
References p_languages, iso639_lang_t::psz_eng_name, iso639_lang_t::psz_iso639_1, and unknown_language.
Referenced by LanguageGetName().
| const iso639_lang_t* GetLang_2B | ( | const char * | ) |
References p_languages, iso639_lang_t::psz_eng_name, iso639_lang_t::psz_iso639_2B, and unknown_language.
Referenced by LanguageGetName().
| const iso639_lang_t* GetLang_2T | ( | const char * | ) |
References p_languages, iso639_lang_t::psz_eng_name, iso639_lang_t::psz_iso639_2T, and unknown_language.
Referenced by LanguageGetName().
1.8.13