Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dloclikely.cpp174 regionLength >= ULOC_COUNTRY_CAPACITY) { in createTagStringWithAlternates()
290 char alternateRegion[ULOC_COUNTRY_CAPACITY]; in createTagStringWithAlternates()
299 alternateRegionLength >= ULOC_COUNTRY_CAPACITY) { in createTagStringWithAlternates()
860 char region[ULOC_COUNTRY_CAPACITY]; in _uloc_addLikelySubtags()
967 char region[ULOC_COUNTRY_CAPACITY]; in _uloc_minimizeSubtags()
Duloc.cpp1309 char cnty[ULOC_COUNTRY_CAPACITY]={ 0, 0, 0, 0 }; in ulocimp_getCountry()
1314 if(idLen<(ULOC_COUNTRY_CAPACITY-1)) { /*CWB*/ in ulocimp_getCountry()
Duloc_tag.c726 char buf[ULOC_COUNTRY_CAPACITY]; in _appendRegionToLanguageTag()
/external/icu/icu4c/source/i18n/
Dulocdata.c193 char region[ULOC_COUNTRY_CAPACITY]; in measurementTypeBundleForLocale()
201 uloc_getCountry(fullLoc, region, ULOC_COUNTRY_CAPACITY, status); in measurementTypeBundleForLocale()
Dtzgnames.cpp299 char fTargetRegion[ULOC_COUNTRY_CAPACITY];
552 char countryCode[ULOC_COUNTRY_CAPACITY]; in getGenericLocationName()
553 U_ASSERT(usCountryCode.length() < ULOC_COUNTRY_CAPACITY); in getGenericLocationName()
805 char countryCode[ULOC_COUNTRY_CAPACITY]; in getPartialLocationName()
806 U_ASSERT(usCountryCode.length() < ULOC_COUNTRY_CAPACITY); in getPartialLocationName()
Dtznames_impl.h240 char fRegion[ULOC_COUNTRY_CAPACITY];
Dcalendar.cpp286 char region[ULOC_COUNTRY_CAPACITY]; in getCalendarTypeForLocale()
/external/icu/icu4c/source/common/unicode/
Dlocid.h745 char country[ULOC_COUNTRY_CAPACITY];
Duloc.h256 #define ULOC_COUNTRY_CAPACITY 4 macro
/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h677 char fTargetRegion[ULOC_COUNTRY_CAPACITY];