Home | History | Annotate | Download | only in i18n

Lines Matching refs:prefRegion

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