Home
last modified time | relevance | path

Searched refs:ULOC_COUNTRY_CAPACITY (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/common/
Dloclikely.cpp176 regionLength >= ULOC_COUNTRY_CAPACITY) { in createTagStringWithAlternates()
292 char alternateRegion[ULOC_COUNTRY_CAPACITY]; in createTagStringWithAlternates()
301 alternateRegionLength >= ULOC_COUNTRY_CAPACITY) { in createTagStringWithAlternates()
862 char region[ULOC_COUNTRY_CAPACITY]; in _uloc_addLikelySubtags()
969 char region[ULOC_COUNTRY_CAPACITY]; in _uloc_minimizeSubtags()
Duloc.cpp1313 char cnty[ULOC_COUNTRY_CAPACITY]={ 0, 0, 0, 0 }; in ulocimp_getCountry()
1318 if(idLen<(ULOC_COUNTRY_CAPACITY-1)) { /*CWB*/ in ulocimp_getCountry()
Duloc_tag.c737 char buf[ULOC_COUNTRY_CAPACITY]; in _appendRegionToLanguageTag()
Ducurr.cpp2479 char prefRegion[ULOC_COUNTRY_CAPACITY]; in ucurr_getKeywordValuesForLocale()
/external/icu/icu4c/source/i18n/
Dulocdata.c195 char region[ULOC_COUNTRY_CAPACITY]; in measurementTypeBundleForLocale()
199 ulocimp_getRegionForSupplementalData(localeID, TRUE, region, ULOC_COUNTRY_CAPACITY, status); in measurementTypeBundleForLocale()
Dtzgnames.cpp301 char fTargetRegion[ULOC_COUNTRY_CAPACITY];
538 char countryCode[ULOC_COUNTRY_CAPACITY]; in getGenericLocationName()
539 U_ASSERT(usCountryCode.length() < ULOC_COUNTRY_CAPACITY); in getGenericLocationName()
781 char countryCode[ULOC_COUNTRY_CAPACITY]; in getPartialLocationName()
782 U_ASSERT(usCountryCode.length() < ULOC_COUNTRY_CAPACITY); in getPartialLocationName()
Dtznames_impl.h253 char fRegion[ULOC_COUNTRY_CAPACITY];
Ducal.cpp675 char prefRegion[ULOC_COUNTRY_CAPACITY]; in ucal_getKeywordValuesForLocale()
Dcalendar.cpp289 char region[ULOC_COUNTRY_CAPACITY]; in getCalendarTypeForLocale()
3827 char region[ULOC_COUNTRY_CAPACITY]; in setWeekData()
/external/icu/icu4c/source/common/unicode/
Dlocid.h747 char country[ULOC_COUNTRY_CAPACITY];
Duloc.h258 #define ULOC_COUNTRY_CAPACITY 4 macro
/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h679 char fTargetRegion[ULOC_COUNTRY_CAPACITY];