Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneNamesImpl.java183 return loadTimeZoneNames(tzID).getName(type); in getTimeZoneDisplayName()
194 String locName = loadTimeZoneNames(tzID).getName(NameType.EXEMPLAR_LOCATION); in getExemplarLocationName()
267 ZNames tzNames = loadTimeZoneNames(tzID); in getDisplayNames()
451 loadTimeZoneNames(tzCanonicalID); in loadStrings()
499 private synchronized ZNames loadTimeZoneNames(String tzID) { in loadTimeZoneNames() method in TimeZoneNamesImpl
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneNamesImpl.java181 return loadTimeZoneNames(tzID).getName(type); in getTimeZoneDisplayName()
192 String locName = loadTimeZoneNames(tzID).getName(NameType.EXEMPLAR_LOCATION); in getExemplarLocationName()
265 ZNames tzNames = loadTimeZoneNames(tzID); in getDisplayNames()
449 loadTimeZoneNames(tzCanonicalID); in loadStrings()
497 private synchronized ZNames loadTimeZoneNames(String tzID) { in loadTimeZoneNames() method in TimeZoneNamesImpl
/external/icu/icu4c/source/i18n/
Dtznames_impl.h221 ZNames* loadTimeZoneNames(const UnicodeString& mzId, UErrorCode& status);
Dtznames_impl.cpp1072 loadTimeZoneNames(tzCanonicalID, status); in loadStrings()
1241 tznames = nonConstThis->loadTimeZoneNames(tzID, status); in getTimeZoneDisplayName()
1264 tznames = nonConstThis->loadTimeZoneNames(tzID, status); in getExemplarLocationName()
1327 TimeZoneNamesImpl::loadTimeZoneNames(const UnicodeString& tzID, UErrorCode& status) { in loadTimeZoneNames() function in TimeZoneNamesImpl
1602 tznames = (void*) nonConstThis->loadTimeZoneNames(tzID, status); in getDisplayNames()