Searched defs:tzids (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/icu/source/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;
/external/icu/icu4c/source/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;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzfmttst.cpp148 StringEnumeration *tzids = TimeZone::createEnumeration(); local
173 tzids->reset(status);
175 while ((tzid = tzids->snext(status))) {
334 delete tzids;
376 StringEnumeration *tzids = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_CANONICAL, NULL, NULL, status); local
436 tzids->reset(status);
441 while ((tzid = tzids->snext(status))) {
558 delete tzids;
/external/icu/icu4c/source/test/intltest/
H A Dtzfmttst.cpp148 StringEnumeration *tzids = TimeZone::createEnumeration(); local
173 tzids->reset(status);
175 while ((tzid = tzids->snext(status))) {
334 delete tzids;
376 StringEnumeration *tzids = TimeZone::createTimeZoneIDEnumeration(UCAL_ZONE_TYPE_CANONICAL, NULL, NULL, status); local
436 tzids->reset(status);
441 while ((tzid = tzids->snext(status))) {
558 delete tzids;
/external/chromium_org/third_party/icu/source/i18n/
H A Ddtfmtsym.cpp1097 StringEnumeration *tzids = NULL; local
1104 tzids = TimeZone::createTimeZoneIDEnumeration(ZONE_SET, NULL, NULL, status);
1105 rows = tzids->count(status);
1126 while ((tzid = tzids->snext(status))) {
1161 if (tzids) {
1162 delete tzids;
H A Dtimezone.cpp1571 const UChar *tzids = ures_getString(regionalData, &len, &status); local
1576 const UChar *start = tzids;
1581 end = tzids + len;
1637 const UChar *tzids = ures_getStringByKey(zones, region, &len, &tmperr); // use tmperr, because local
1641 const UChar *end = u_strchr(tzids, (UChar)0x20);
1643 id.setTo(tzids, -1);
1645 id.setTo(tzids, end - tzids);
/external/icu/icu4c/source/i18n/
H A Ddtfmtsym.cpp1097 StringEnumeration *tzids = NULL; local
1104 tzids = TimeZone::createTimeZoneIDEnumeration(ZONE_SET, NULL, NULL, status);
1105 rows = tzids->count(status);
1126 while ((tzid = tzids->snext(status))) {
1161 if (tzids) {
1162 delete tzids;
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);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 236 milliseconds