Home | History | Annotate | Download | only in i18n

Lines Matching refs:prefRegionLength

2276     int32_t prefRegionLength = 0;
2277 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status);
2278 if (prefRegionLength == 0) {
2282 prefRegionLength = uloc_getCountry(loc, prefRegion, sizeof(prefRegion), status);