Searched defs:countryCapacity (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duloc.cpp1298 char *country, int32_t countryCapacity,
1320 idLen=_copyCount(country, countryCapacity, COUNTRIES[offset]);
1327 if (i < countryCapacity) {
1942 int32_t countryCapacity,
1966 i=ulocimp_getCountry(localeID+1, country, countryCapacity, NULL);
1969 return u_terminateChars(country, countryCapacity, i, err);
1297 ulocimp_getCountry(const char *localeID, char *country, int32_t countryCapacity, const char **pEnd) argument
/external/icu/icu4c/source/common/
H A Duloc.cpp1298 char *country, int32_t countryCapacity,
1320 idLen=_copyCount(country, countryCapacity, COUNTRIES[offset]);
1327 if (i < countryCapacity) {
1942 int32_t countryCapacity,
1966 i=ulocimp_getCountry(localeID+1, country, countryCapacity, NULL);
1969 return u_terminateChars(country, countryCapacity, i, err);
1297 ulocimp_getCountry(const char *localeID, char *country, int32_t countryCapacity, const char **pEnd) argument

Completed in 173 milliseconds