Home | History | Annotate | Download | only in common

Lines Matching refs:LANGUAGES

97 static const char * const LANGUAGES[] = {
195 * with LANGUAGES. For all valid i, LANGUAGES[i] must refer to the
197 * copied from LANGUAGES to make eyeballing this baby easier.
200 * 3-letter code occupies both LANGUAGES[i] and LANGUAGES_3[i].
204 * the two lists in LANGUAGES.
1145 * The 'list' param should be LANGUAGES, LANGUAGES_3, COUNTRIES, or
1247 i=_copyCount(language, languageCapacity, LANGUAGES[offset]);
2074 offset = _findIndex(LANGUAGES, lang);
2184 return LANGUAGES;