Searched refs:ULOC_COUNTRY_CAPACITY (Results 1 – 14 of 14) sorted by relevance
/external/icu/icu4c/source/common/ |
D | loclikely.cpp | 177 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()
|
D | uloc.cpp | 1366 char cnty[ULOC_COUNTRY_CAPACITY]={ 0, 0, 0, 0 }; in ulocimp_getCountry() 1371 if(idLen<(ULOC_COUNTRY_CAPACITY-1)) { /*CWB*/ in ulocimp_getCountry()
|
D | uloc_tag.cpp | 956 char buf[ULOC_COUNTRY_CAPACITY]; in _appendRegionToLanguageTag()
|
D | ucurr.cpp | 2568 char prefRegion[ULOC_COUNTRY_CAPACITY]; in ucurr_getKeywordValuesForLocale()
|
/external/v8/src/objects/ |
D | js-locale.cc | 242 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/ |
D | ulocdata.cpp | 195 char region[ULOC_COUNTRY_CAPACITY]; in measurementTypeBundleForLocale() 199 ulocimp_getRegionForSupplementalData(localeID, TRUE, region, ULOC_COUNTRY_CAPACITY, status); in measurementTypeBundleForLocale()
|
D | tzgnames.cpp | 302 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()
|
D | tznames_impl.h | 258 char fRegion[ULOC_COUNTRY_CAPACITY];
|
D | ucal.cpp | 675 char prefRegion[ULOC_COUNTRY_CAPACITY]; in ucal_getKeywordValuesForLocale()
|
D | calendar.cpp | 292 char region[ULOC_COUNTRY_CAPACITY]; in getCalendarTypeForLocale() 3838 char region[ULOC_COUNTRY_CAPACITY]; in setWeekData()
|
/external/icu/icu4c/source/common/unicode/ |
D | uloc.h | 258 #define ULOC_COUNTRY_CAPACITY 4 macro
|
D | locid.h | 1047 char country[ULOC_COUNTRY_CAPACITY];
|
/external/icu/libandroidicu/include/unicode/ |
D | uloc.h | 258 #define ULOC_COUNTRY_CAPACITY 4 macro
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tzfmt.h | 679 char fTargetRegion[ULOC_COUNTRY_CAPACITY];
|