Home | History | Annotate | Download | only in i18n

Lines Matching defs:uregion

1147     const UChar *uregion = NULL;
1151 uregion = getRegion(id);
1153 if (uregion == NULL) {
1157 resultLen = u_strlen(uregion);
1159 u_UCharsToChars(uregion, region, uprv_min(resultLen, capacity));