Searched refs:_findIndex (Results 1 – 3 of 3) sorted by relevance
1159 static int16_t _findIndex(const char* const* list, const char* key) in _findIndex() function1199 int32_t offset = _findIndex(DEPRECATED_COUNTRIES, oldID); in uloc_getCurrentCountryID()1207 int32_t offset = _findIndex(DEPRECATED_LANGUAGES, oldID); in uloc_getCurrentLanguageID()1256 offset=_findIndex(LANGUAGES_3, lang); in ulocimp_getLanguage()1329 offset=_findIndex(COUNTRIES_3, cnty); in ulocimp_getCountry()2090 offset = _findIndex(LANGUAGES, lang); in uloc_getISO3Language()2110 offset = _findIndex(COUNTRIES, cntry); in uloc_getISO3Country()
176 private int _findIndex(int c) { in _findIndex() method in UnicodeMap286 baseIndex = _findIndex(codepoint); in _put()616 return values[_findIndex(codepoint)];
177 private int _findIndex(int c) { in _findIndex() method in UnicodeMap287 baseIndex = _findIndex(codepoint); in _put()617 return values[_findIndex(codepoint)];