Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dloclikely.cpp177 regionLength >= ULOC_COUNTRY_CAPACITY) { in createTagStringWithAlternates()
293 char alternateRegion[ULOC_COUNTRY_CAPACITY]; in createTagStringWithAlternates()
302 alternateRegionLength >= ULOC_COUNTRY_CAPACITY) { in createTagStringWithAlternates()
863 char region[ULOC_COUNTRY_CAPACITY]; in _uloc_addLikelySubtags()
970 char region[ULOC_COUNTRY_CAPACITY]; in _uloc_minimizeSubtags()
Duloc.cpp1366 char cnty[ULOC_COUNTRY_CAPACITY]={ 0, 0, 0, 0 }; in ulocimp_getCountry()
1371 if(idLen<(ULOC_COUNTRY_CAPACITY-1)) { /*CWB*/ in ulocimp_getCountry()
Duloc_tag.cpp956 char buf[ULOC_COUNTRY_CAPACITY]; in _appendRegionToLanguageTag()
Ducurr.cpp2568 char prefRegion[ULOC_COUNTRY_CAPACITY]; in ucurr_getKeywordValuesForLocale()
/external/v8/src/objects/
Djs-locale.cc242 char icu_region[ULOC_COUNTRY_CAPACITY]; in InitializeLocale()
243 uloc_getCountry(icu_canonical, icu_region, ULOC_COUNTRY_CAPACITY, &status); in InitializeLocale()
/external/icu/icu4c/source/i18n/
Dulocdata.cpp195 char region[ULOC_COUNTRY_CAPACITY]; in measurementTypeBundleForLocale()
199 ulocimp_getRegionForSupplementalData(localeID, TRUE, region, ULOC_COUNTRY_CAPACITY, status); in measurementTypeBundleForLocale()
Dtzgnames.cpp302 char fTargetRegion[ULOC_COUNTRY_CAPACITY];
539 char countryCode[ULOC_COUNTRY_CAPACITY]; in getGenericLocationName()
540 U_ASSERT(usCountryCode.length() < ULOC_COUNTRY_CAPACITY); in getGenericLocationName()
782 char countryCode[ULOC_COUNTRY_CAPACITY]; in getPartialLocationName()
783 U_ASSERT(usCountryCode.length() < ULOC_COUNTRY_CAPACITY); in getPartialLocationName()
Dtznames_impl.h258 char fRegion[ULOC_COUNTRY_CAPACITY];
Ducal.cpp675 char prefRegion[ULOC_COUNTRY_CAPACITY]; in ucal_getKeywordValuesForLocale()
Dcalendar.cpp292 char region[ULOC_COUNTRY_CAPACITY]; in getCalendarTypeForLocale()
3838 char region[ULOC_COUNTRY_CAPACITY]; in setWeekData()
/external/icu/icu4c/source/common/unicode/
Duloc.h258 #define ULOC_COUNTRY_CAPACITY 4 macro
Dlocid.h1047 char country[ULOC_COUNTRY_CAPACITY];
/external/icu/libandroidicu/include/unicode/
Duloc.h258 #define ULOC_COUNTRY_CAPACITY 4 macro
/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h679 char fTargetRegion[ULOC_COUNTRY_CAPACITY];