Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Duloc.h444 int32_t countryCapacity,
609 int32_t countryCapacity,
/external/icu/icu4c/source/common/
Dulocimp.h59 char *country, int32_t countryCapacity,
Duloc.cpp1297 char *country, int32_t countryCapacity, in ulocimp_getCountry() argument
1319 idLen=_copyCount(country, countryCapacity, COUNTRIES[offset]); in ulocimp_getCountry()
1326 if (i < countryCapacity) { in ulocimp_getCountry()
1941 int32_t countryCapacity, in uloc_getCountry() argument
1965 i=ulocimp_getCountry(localeID+1, country, countryCapacity, NULL); in uloc_getCountry()
1968 return u_terminateChars(country, countryCapacity, i, err); in uloc_getCountry()