Home | History | Annotate | Download | only in i18n

Lines Matching refs:tzids

1578             const UChar *tzids = ures_getString(regionalData, &len, &status);
1583 const UChar *start = tzids;
1588 end = tzids + len;
1644 const UChar *tzids = ures_getStringByKey(zones, region, &len, &tmperr); // use tmperr, because
1648 const UChar *end = u_strchr(tzids, (UChar)0x20);
1650 id.setTo(tzids, -1);
1652 id.setTo(tzids, end - tzids);