Home | History | Annotate | Download | only in i18n

Lines Matching defs:uregion

1143     const UChar *uregion = NULL;
1147 uregion = getRegion(id);
1149 if (uregion == NULL) {
1153 resultLen = u_strlen(uregion);
1155 u_UCharsToChars(uregion, region, uprv_min(resultLen, capacity));