Home | History | Annotate | Download | only in i18n

Lines Matching defs:uregion

1121     const UChar *uregion = NULL;
1125 uregion = getRegion(id);
1127 if (uregion == NULL) {
1131 resultLen = u_strlen(uregion);
1133 u_UCharsToChars(uregion, region, uprv_min(resultLen, capacity));