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.cpp1305 char *country, int32_t countryCapacity, in ulocimp_getCountry() argument
1327 idLen=_copyCount(country, countryCapacity, COUNTRIES[offset]); in ulocimp_getCountry()
1334 if (i < countryCapacity) { in ulocimp_getCountry()
1949 int32_t countryCapacity, in uloc_getCountry() argument
1973 i=ulocimp_getCountry(localeID+1, country, countryCapacity, NULL); in uloc_getCountry()
1976 return u_terminateChars(country, countryCapacity, i, err); in uloc_getCountry()