Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Duloc.h450 int32_t countryCapacity,
617 int32_t countryCapacity,
/external/icu/icu4c/source/common/
Dulocimp.h61 char *country, int32_t countryCapacity,
Duloc.cpp1309 char *country, int32_t countryCapacity, in ulocimp_getCountry() argument
1331 idLen=_copyCount(country, countryCapacity, COUNTRIES[offset]); in ulocimp_getCountry()
1338 if (i < countryCapacity) { in ulocimp_getCountry()
1958 int32_t countryCapacity, in uloc_getCountry() argument
1982 i=ulocimp_getCountry(localeID+1, country, countryCapacity, NULL); in uloc_getCountry()
1985 return u_terminateChars(country, countryCapacity, i, err); in uloc_getCountry()