Home
last modified time | relevance | path

Searched refs:_findIndex (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/common/
Duloc.c1150 static int16_t _findIndex(const char* const* list, const char* key) in _findIndex() function
1190 int32_t offset = _findIndex(DEPRECATED_COUNTRIES, oldID); in uloc_getCurrentCountryID()
1198 int32_t offset = _findIndex(DEPRECATED_LANGUAGES, oldID); in uloc_getCurrentLanguageID()
1246 offset=_findIndex(LANGUAGES_3, lang); in ulocimp_getLanguage()
1318 offset=_findIndex(COUNTRIES_3, cnty); in ulocimp_getCountry()
2077 offset = _findIndex(LANGUAGES, lang); in uloc_getISO3Language()
2097 offset = _findIndex(COUNTRIES, cntry); in uloc_getISO3Country()