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.java185 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(ULocale.CHINESE); in testGetAvailableMetaZoneIDs() local
186 Set<String> tzdbAll = tzdbNames.getAvailableMetaZoneIDs(); in testGetAvailableMetaZoneIDs()
201 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(ULocale.CHINESE); in testGetAvailableMetaZoneIDs_String() local
203 tzdbNames.getAvailableMetaZoneIDs("Asia/Taipei")); in testGetAvailableMetaZoneIDs_String()
215 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(ULocale.CHINESE); in testGetMetaZoneDisplayName() local
216 String americaPacificName = tzdbNames.getMetaZoneDisplayName("America_Pacific", in testGetMetaZoneDisplayName()
228 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(ULocale.KOREAN); in testGetMetaZoneID() local
229 String seoulName = tzdbNames.getMetaZoneID("Asia/Seoul", 0); in testGetMetaZoneID()
233 seoulName = tzdbNames.getMetaZoneID("Asia/Seoul", -786240000000L); in testGetMetaZoneID()
249 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(ULocale.KOREAN); in testGetTimeZoneDisplayName() local
[all …]
/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp2196 const TZDBNames *tzdbNames = TZDBTimeZoneNames::getMetaZoneNames(mzID, status); in getMetaZoneDisplayName() local
2198 if (tzdbNames != NULL) { in getMetaZoneDisplayName()
2199 const UChar *s = tzdbNames->getName(type); in getMetaZoneDisplayName()
2239 TZDBNames* tzdbNames = NULL; in getMetaZoneNames() local
2255 tzdbNames = TZDBNames::createInstance(zoneStringsRes, key); in getMetaZoneNames()
2257 if (tzdbNames == NULL) { in getMetaZoneNames()
2260 cacheVal = tzdbNames; in getMetaZoneNames()
2269 if (tzdbNames != NULL) { in getMetaZoneNames()
2270 delete tzdbNames; in getMetaZoneNames()
2271 tzdbNames = NULL; in getMetaZoneNames()
[all …]
Dtzfmt.cpp1404 TZDBTimeZoneNames *tzdbNames = new TZDBTimeZoneNames(fLocale); in getTZDBTimeZoneNames() local
1405 if (tzdbNames == NULL) { in getTZDBTimeZoneNames()
1409 nonConstThis->fTZDBTimeZoneNames = tzdbNames; in getTZDBTimeZoneNames()
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp1201 TimeZoneNames *tzdbNames = TimeZoneNames::createTZDBInstance(loc, status); in TestFormatTZDBNames() local
1206 tzfmt->adoptTimeZoneNames(tzdbNames); in TestFormatTZDBNames()
1270 LocalPointer<TimeZoneNames> tzdbNames(TimeZoneNames::createTZDBInstance(Locale("en"), status)); in TestFormatTZDBNamesAllZoneCoverage() local
1277 tzdbNames->getMetaZoneID(*tzid, now, mzId); in TestFormatTZDBNamesAllZoneCoverage()
1285 tzdbNames->getMetaZoneDisplayName(mzId, UTZNM_SHORT_STANDARD, name); in TestFormatTZDBNamesAllZoneCoverage()
1294 tzdbNames->getMetaZoneDisplayName(mzId, UTZNM_SHORT_DAYLIGHT, name); in TestFormatTZDBNamesAllZoneCoverage()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java1045 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(loc); in TestFormatTZDBNames() local
1046 tzfmt.setTimeZoneNames(tzdbNames); in TestFormatTZDBNames()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java1048 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(loc); in TestFormatTZDBNames() local
1049 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.mak409 ZONE_SOURCE=$(ZONE_SOURCE) tzdbNames.txt