Searched refs:countryCapacity (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | uloc.h | 444 int32_t countryCapacity, 609 int32_t countryCapacity,
|
/external/icu/icu4c/source/common/ |
D | ulocimp.h | 59 char *country, int32_t countryCapacity,
|
D | uloc.cpp | 1305 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()
|