Home
last modified time | relevance | path

Searched refs:countryCapacity (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Duloc.h450 int32_t countryCapacity,
620 int32_t countryCapacity,
/external/icu/libandroidicu/include/unicode/
Duloc.h450 int32_t countryCapacity,
620 int32_t countryCapacity,
/external/icu/icu4c/source/common/
Dulocimp.h61 char *country, int32_t countryCapacity,
Duloc.cpp1362 char *country, int32_t countryCapacity, in ulocimp_getCountry() argument
1384 idLen=_copyCount(country, countryCapacity, COUNTRIES[offset]); in ulocimp_getCountry()
1391 if (i < countryCapacity) { in ulocimp_getCountry()
2011 int32_t countryCapacity, in uloc_getCountry() argument
2035 i=ulocimp_getCountry(localeID+1, country, countryCapacity, NULL); in uloc_getCountry()
2038 return u_terminateChars(country, countryCapacity, i, err); in uloc_getCountry()
/external/icu/libandroidicu/static_shim/
Dshim.cpp1765 int32_t uloc_getCountry_android(const char * localeID, char * country, int32_t countryCapacity, UEr… in uloc_getCountry_android() argument
1766 return uloc_getCountry(localeID, country, countryCapacity, err); in uloc_getCountry_android()
1771 … char * locale, const char * displayLocale, UChar * country, int32_t countryCapacity, UErrorCode *… in uloc_getDisplayCountry_android() argument
1772 return uloc_getDisplayCountry(locale, displayLocale, country, countryCapacity, status); in uloc_getDisplayCountry_android()