Searched defs:countryCapacity (Results 1 - 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
H A D | uloc.cpp | 1305 char *country, int32_t countryCapacity, 1327 idLen=_copyCount(country, countryCapacity, COUNTRIES[offset]); 1334 if (i < countryCapacity) { 1949 int32_t countryCapacity, 1973 i=ulocimp_getCountry(localeID+1, country, countryCapacity, NULL); 1976 return u_terminateChars(country, countryCapacity, i, err); 1304 ulocimp_getCountry(const char *localeID, char *country, int32_t countryCapacity, const char **pEnd) argument
|
Completed in 149 milliseconds