Searched refs:oldID (Results 1 – 8 of 8) sorted by relevance
452 public static String getCurrentCountryID(String oldID){ in getCurrentCountryID() argument453 int offset = findIndex(_deprecatedCountries, oldID); in getCurrentCountryID()457 return oldID; in getCurrentCountryID()460 public static String getCurrentLanguageID(String oldID){ in getCurrentLanguageID() argument461 int offset = findIndex(_obsoleteLanguages, oldID); in getCurrentLanguageID()465 return oldID; in getCurrentLanguageID()
42 uloc_getCurrentCountryID(const char* oldID);45 uloc_getCurrentLanguageID(const char* oldID);
1186 uloc_getCurrentCountryID(const char* oldID){ in uloc_getCurrentCountryID() argument1187 int32_t offset = _findIndex(DEPRECATED_COUNTRIES, oldID); in uloc_getCurrentCountryID()1191 return oldID; in uloc_getCurrentCountryID()1194 uloc_getCurrentLanguageID(const char* oldID){ in uloc_getCurrentLanguageID() argument1195 int32_t offset = _findIndex(DEPRECATED_LANGUAGES, oldID); in uloc_getCurrentLanguageID()1199 return oldID; in uloc_getCurrentLanguageID()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...