HomeSort by relevance Sort by last modified time
    Searched full:tzids (Results 1 - 3 of 3) sorted by null

  /external/icu4c/test/perf/normperf/
dtfmtrtperf.h 143 StringEnumeration *tzids = TimeZone::createEnumeration(); local
145 //errln("tzids->count failed");
160 tzids->reset(*status);
162 while ((tzid = tzids->snext(*status))) {
203 delete tzids;
  /external/icu4c/test/intltest/
tzfmttst.cpp 104 StringEnumeration *tzids = TimeZone::createEnumeration(); local
106 errln("tzids->count failed");
125 tzids->reset(status);
127 while ((tzid = tzids->snext(status))) {
239 delete tzids;
277 StringEnumeration *tzids = TimeZone::createEnumeration(); local
279 log.errln("tzids->count failed");
327 tzids->reset(status);
332 while ((tzid = tzids->snext(status))) {
433 delete tzids;
    [all...]
  /external/icu4c/i18n/
zstrfmt.cpp 1122 StringEnumeration *tzids = NULL; local
1206 StringEnumeration *tzids = TimeZone::createEnumeration(); local
    [all...]

Completed in 247 milliseconds