Home | History | Annotate | Download | only in i18n

Lines Matching refs:prefRegion

2275     char prefRegion[ULOC_FULLNAME_CAPACITY] = "";
2277 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status);
2282 prefRegionLength = uloc_getCountry(loc, prefRegion, sizeof(prefRegion), status);
2316 UBool isPrefRegion = uprv_strcmp(region, prefRegion) == 0 ? TRUE : FALSE;