Home
last modified time | relevance | path

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

/external/icu4c/common/
Dulocimp.h42 uloc_getCurrentCountryID(const char* oldID);
45 uloc_getCurrentLanguageID(const char* oldID);
Duloc.c1189 uloc_getCurrentCountryID(const char* oldID){ in uloc_getCurrentCountryID() argument
1190 int32_t offset = _findIndex(DEPRECATED_COUNTRIES, oldID); in uloc_getCurrentCountryID()
1194 return oldID; in uloc_getCurrentCountryID()
1197 uloc_getCurrentLanguageID(const char* oldID){ in uloc_getCurrentLanguageID() argument
1198 int32_t offset = _findIndex(DEPRECATED_LANGUAGES, oldID); in uloc_getCurrentLanguageID()
1202 return oldID; in uloc_getCurrentLanguageID()