Home
last modified time | relevance | path

Searched defs:tzids (Results 1 – 20 of 20) sorted by relevance

/external/icu/icu4c/source/test/perf/normperf/
Ddtfmtrtperf.h146 StringEnumeration *tzids = TimeZone::createEnumeration(); in call() local
206 delete tzids; in call() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateSupplementalZoneData.java29 Set<String> tzids = new TreeSet<>(); in main() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRuleTest.java449 String[] tzids = getTestZIDs(); in TestVTimeZoneRoundTrip() local
527 String[] tzids = getTestZIDs(); in TestVTimeZoneRoundTripPartial() local
591 String[] tzids = getTestZIDs(); in TestVTimeZoneSimpleWrite() local
715 String[] tzids = getTestZIDs(); in TestGetSimpleRules() local
DTimeZoneRegressionTest.java1095 String[] tzids = TimeZone.getAvailableIDs(); in TestT5280() local
DTimeZoneTest.java2183 String[] tzids = TimeZone.getAvailableIDs(); in TestObservesDaylightTime() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java446 String[] tzids = getTestZIDs(); in TestVTimeZoneRoundTrip() local
524 String[] tzids = getTestZIDs(); in TestVTimeZoneRoundTripPartial() local
588 String[] tzids = getTestZIDs(); in TestVTimeZoneSimpleWrite() local
712 String[] tzids = getTestZIDs(); in TestGetSimpleRules() local
DTimeZoneRegressionTest.java1092 String[] tzids = TimeZone.getAvailableIDs(); in TestT5280() local
DTimeZoneTest.java2180 String[] tzids = TimeZone.getAvailableIDs(); in TestObservesDaylightTime() local
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DTimeZoneNameTest.java47 String[] tzids = TimeZone.getAvailableIDs(); in TestTimeZoneNames() local
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp161 StringEnumeration *tzids = TimeZone::createEnumeration(); in TestTimeZoneRoundTrip() local
551 …StringEnumeration *tzids = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_CANONICAL, NULL, N… in RunTimeRoundTripTests() local
1304 LocalPointer<StringEnumeration> tzids(TimeZone::createEnumeration()); in TestFormatTZDBNamesAllZoneCoverage() local
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
DICUZDump.java285 String[] tzids = null; in main() local
/external/python/dateutil/dateutil/
Drrule.py1562 def _parse_date_value(self, date_value, parms, rule_tzids, argument
1621 tzids=None, argument
/external/icu/icu4c/source/i18n/
Dtimezone.cpp1625 const UChar *tzids = ures_getString(regionalData, &len, &status); in getWindowsID() local
1691 … const UChar *tzids = ures_getStringByKey(zones, region, &len, &tmperr); // use tmperr, because in getIDForWindowsID() local
Ddtfmtsym.cpp1280 StringEnumeration *tzids = NULL; in initZoneStringsArray() local
/external/cldr/tools/java/org/unicode/cldr/util/
DTimezoneFormatter.java718 String[] tzids = TimeZone.getAvailableIDs(key); in buildParsingInfo() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java138 String[] tzids; in TestTimeZoneRoundTrip() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java135 String[] tzids; in TestTimeZoneRoundTrip() local
/external/icu/android_icu4j/src/main/java/android/icu/util/
DTimeZone.java1149 String[] tzids = regionalData.getString().split(" "); in getWindowsID() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DTimeZone.java1243 String[] tzids = regionalData.getString().split(" "); in getWindowsID() local
/external/python/dateutil/dateutil/test/
Dtest_tz.py1805 def _test_multi_zones(self, tzstrs, tzids, func, values, start): argument