Searched refs:tzids (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/perf/normperf/
H A Ddtfmtrtperf.h143 StringEnumeration *tzids = TimeZone::createEnumeration(); local
145 //errln("tzids->count failed");
160 tzids->reset(*status);
162 while ((tzid = tzids->snext(*status))) {
203 delete tzids;
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtzfmttst.cpp148 StringEnumeration *tzids = TimeZone::createEnumeration(); local
173 tzids->reset(status);
175 while ((tzid = tzids->snext(status))) {
334 delete tzids;
410 StringEnumeration *tzids = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_CANONICAL, NULL, NULL, status); local
470 tzids->reset(status);
475 while ((tzid = tzids->snext(status))) {
599 delete tzids;
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dtimezone.cpp1578 const UChar *tzids = ures_getString(regionalData, &len, &status); local
1583 const UChar *start = tzids;
1588 end = tzids + len;
1644 const UChar *tzids = ures_getStringByKey(zones, region, &len, &tmperr); // use tmperr, because local
1648 const UChar *end = u_strchr(tzids, (UChar)0x20);
1650 id.setTo(tzids, -1);
1652 id.setTo(tzids, end - tzids);
H A Ddtfmtsym.cpp1114 StringEnumeration *tzids = NULL; local
1121 tzids = TimeZone::createTimeZoneIDEnumeration(ZONE_SET, NULL, NULL, status);
1122 rows = tzids->count(status);
1143 while ((tzid = tzids->snext(status))) {
1178 if (tzids) {
1179 delete tzids;

Completed in 77 milliseconds