Home
last modified time | relevance | path

Searched refs:tzids (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/perf/normperf/
Ddtfmtrtperf.h143 StringEnumeration *tzids = TimeZone::createEnumeration(); in call() local
160 tzids->reset(*status); in call()
162 while ((tzid = tzids->snext(*status))) { in call()
203 delete tzids; in call() local
/external/icu4c/test/intltest/
Dtzfmttst.cpp104 StringEnumeration *tzids = TimeZone::createEnumeration(); in TestTimeZoneRoundTrip() local
125 tzids->reset(status); in TestTimeZoneRoundTrip()
127 while ((tzid = tzids->snext(status))) { in TestTimeZoneRoundTrip()
239 delete tzids; in TestTimeZoneRoundTrip()
277 …StringEnumeration *tzids = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_CANONICAL, NULL, N… in run() local
335 tzids->reset(status); in run()
340 while ((tzid = tzids->snext(status))) { in run()
430 delete tzids; in run()
/external/icu4c/i18n/
Ddtfmtsym.cpp1060 StringEnumeration *tzids = NULL; in initZoneStringsArray() local
1067 tzids = TimeZone::createTimeZoneIDEnumeration(ZONE_SET, NULL, NULL, status); in initZoneStringsArray()
1068 rows = tzids->count(status); in initZoneStringsArray()
1089 while ((tzid = tzids->snext(status))) { in initZoneStringsArray()
1124 if (tzids) { in initZoneStringsArray()
1125 delete tzids; in initZoneStringsArray()