Home
last modified time | relevance | path

Searched refs:tzdbNames (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DTimeZoneNameTest.java182 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(ULocale.CHINESE); in testGetAvailableMetaZoneIDs() local
183 Set<String> tzdbAll = tzdbNames.getAvailableMetaZoneIDs(); in testGetAvailableMetaZoneIDs()
198 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(ULocale.CHINESE); in testGetAvailableMetaZoneIDs_String() local
200 tzdbNames.getAvailableMetaZoneIDs("Asia/Taipei")); in testGetAvailableMetaZoneIDs_String()
212 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(ULocale.CHINESE); in testGetMetaZoneDisplayName() local
213 String americaPacificName = tzdbNames.getMetaZoneDisplayName("America_Pacific", in testGetMetaZoneDisplayName()
225 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(ULocale.KOREAN); in testGetMetaZoneID() local
226 String seoulName = tzdbNames.getMetaZoneID("Asia/Seoul", 0); in testGetMetaZoneID()
230 seoulName = tzdbNames.getMetaZoneID("Asia/Seoul", -786240000000L); in testGetMetaZoneID()
246 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(ULocale.KOREAN); in testGetTimeZoneDisplayName() local
[all …]
/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp2187 const TZDBNames *tzdbNames = TZDBTimeZoneNames::getMetaZoneNames(mzID, status); in getMetaZoneDisplayName() local
2189 const UChar *s = tzdbNames->getName(type); in getMetaZoneDisplayName()
2228 TZDBNames* tzdbNames = NULL; in getMetaZoneNames() local
2244 tzdbNames = TZDBNames::createInstance(zoneStringsRes, key); in getMetaZoneNames()
2246 if (tzdbNames == NULL) { in getMetaZoneNames()
2249 cacheVal = tzdbNames; in getMetaZoneNames()
2258 if (tzdbNames != NULL) { in getMetaZoneNames()
2259 delete tzdbNames; in getMetaZoneNames()
2260 tzdbNames = NULL; in getMetaZoneNames()
2265 if (tzdbNames != NULL) { in getMetaZoneNames()
[all …]
Dtzfmt.cpp1400 TZDBTimeZoneNames *tzdbNames = new TZDBTimeZoneNames(fLocale); in getTZDBTimeZoneNames() local
1401 if (tzdbNames == NULL) { in getTZDBTimeZoneNames()
1405 nonConstThis->fTZDBTimeZoneNames = tzdbNames; in getTZDBTimeZoneNames()
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp1193 TimeZoneNames *tzdbNames = TimeZoneNames::createTZDBInstance(loc, status); in TestFormatTZDBNames() local
1198 tzfmt->adoptTimeZoneNames(tzdbNames); in TestFormatTZDBNames()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java1036 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(loc); in TestFormatTZDBNames() local
1037 tzfmt.setTimeZoneNames(tzdbNames); in TestFormatTZDBNames()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java1037 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(loc); in TestFormatTZDBNames() local
1038 tzfmt.setTimeZoneNames(tzdbNames); in TestFormatTZDBNames()
/external/icu/icu4c/source/data/zone/
DtzdbNames.txt12 tzdbNames{
/external/icu/icu4c/source/data/
DMakefile.in334 ZONE_SRC= root.txt $(ZONE_SOURCE) $(ZONE_ALIAS_SOURCE) $(ZONE_SOURCE_LOCAL) tzdbNames.txt
Dmakedata.mak361 ZONE_SOURCE=$(ZONE_SOURCE) tzdbNames.txt