Home | History | Annotate | Download | only in i18n

Lines Matching refs:regionLen

318     int32_t regionLen = uprv_strlen(region);
319 if (regionLen == 0) {
323 regionLen = uloc_getCountry(loc, fTargetRegion, sizeof(fTargetRegion), &status);
325 fTargetRegion[regionLen] = 0;
329 } else if (regionLen < (int32_t)sizeof(fTargetRegion)) {