Home | History | Annotate | Download | only in i18n

Lines Matching refs:tzids

1060     StringEnumeration *tzids = NULL;
1067 tzids = TimeZone::createTimeZoneIDEnumeration(ZONE_SET, NULL, NULL, status);
1068 rows = tzids->count(status);
1089 while ((tzid = tzids->snext(status))) {
1124 if (tzids) {
1125 delete tzids;