Lines Matching full:tzids
1599 const UChar *tzids = ures_getString(regionalData, &len, &status);
1604 const UChar *start = tzids;
1609 end = tzids + len;
1665 const UChar *tzids = ures_getStringByKey(zones, region, &len, &tmperr); // use tmperr, because
1669 const UChar *end = u_strchr(tzids, (UChar)0x20);
1671 id.setTo(tzids, -1);
1673 id.setTo(tzids, end - tzids);