Home | History | Annotate | Download | only in i18n

Lines Matching refs:prefRegionLength

2274     int32_t prefRegionLength = 0;
2275 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status);
2276 if (prefRegionLength == 0) {
2281 prefRegionLength = uloc_getCountry(loc, prefRegion, sizeof(prefRegion), status);