Home | History | Annotate | Download | only in i18n

Lines Matching refs:prefRegionLength

2272     int32_t prefRegionLength = 0;
2273 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status);
2274 if (prefRegionLength == 0) {
2278 prefRegionLength = uloc_getCountry(loc, prefRegion, sizeof(prefRegion), status);