Searched refs:prefRegionLength (Results 1 – 2 of 2) sorted by relevance
673 int32_t prefRegionLength = 0; in ucal_getKeywordValuesForLocale() local674 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status); in ucal_getKeywordValuesForLocale()675 if (prefRegionLength == 0) { in ucal_getKeywordValuesForLocale()679 prefRegionLength = uloc_getCountry(loc, prefRegion, sizeof(prefRegion), status); in ucal_getKeywordValuesForLocale()
2545 int32_t prefRegionLength = 0; in ucurr_getKeywordValuesForLocale() local2546 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status); in ucurr_getKeywordValuesForLocale()2547 if (prefRegionLength == 0) { in ucurr_getKeywordValuesForLocale()