Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCountryCodeConverter.java70 loadNames(); in loadNames() method
76 static void loadNames() throws IOException { in loadNames() method in CountryCodeConverter
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneNamesImpl.java596 loadNames(zoneStrings, key); in loadMetaZone()
601 loadNames(zoneStrings, key); in loadTimeZone()
604 void loadNames(ICUResourceBundle zoneStrings, String key) { in loadNames() method in TimeZoneNamesImpl.ZNamesLoader
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneNamesImpl.java594 loadNames(zoneStrings, key); in loadMetaZone()
599 loadNames(zoneStrings, key); in loadTimeZone()
602 void loadNames(ICUResourceBundle zoneStrings, String key) { in loadNames() method in TimeZoneNamesImpl.ZNamesLoader
/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp748 loadNames(zoneStrings, key, errorCode); in loadMetaZone()
763 loadNames(zoneStrings, key, errorCode); in loadTimeZone()
766 void loadNames(const UResourceBundle* zoneStrings, const char* key, UErrorCode& errorCode) { in loadNames() function