Searched refs:uloc_getCountry (Results 1 - 16 of 16) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Duloc.h106 * itself. Use <code>uloc_getCountry</code> to get the ISO Country Code and
442 uloc_getCountry(const char* localeID,
H A Durename.h1030 #define uloc_getCountry U_ICU_ENTRY_POINT_RENAME(uloc_getCountry) macro
/external/icu/icu4c/source/i18n/
H A Ducal.cpp674 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status);
679 prefRegionLength = uloc_getCountry(loc, prefRegion, sizeof(prefRegion), status);
H A Dulocdata.c201 uloc_getCountry(fullLoc, region, ULOC_COUNTRY_CAPACITY, status);
H A Ducurr.cpp377 uloc_getCountry(locale, countryAndVariant, capacity, ec);
2546 prefRegionLength = uloc_getCountry(locale, prefRegion, sizeof(prefRegion), status);
2551 /*prefRegionLength = */ uloc_getCountry(loc, prefRegion, sizeof(prefRegion), status);
H A Dcalendar.cpp288 regionLen = uloc_getCountry(canonicalName, region, sizeof(region) - 1, &status);
292 regionLen = uloc_getCountry(fullLoc, region, sizeof(region) - 1, &status);
H A Dtzgnames.cpp420 regionLen = uloc_getCountry(loc, fTargetRegion, sizeof(fTargetRegion), &status);
H A Drulebasedcollator.cpp1590 length = uloc_getCountry(resultLocale, subtag, UPRV_LENGTHOF(subtag), &errorCode);
H A Dtznames_impl.cpp1859 regionLen = uloc_getCountry(loc, fRegion, sizeof(fRegion), &status);
H A Dtzfmt.cpp324 regionLen = uloc_getCountry(loc, fTargetRegion, sizeof(fTargetRegion), &status);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c260 /* testing uloc(), uloc_getName(), uloc_getLanguage(), uloc_getVariant(), uloc_getCountry() */
287 cap=uloc_getCountry(testLocale, temp, cap, &status);
291 uloc_getCountry(testLocale, temp, cap+1, &status);
294 log_err("ERROR: in uloc_getCountry %s\n", myErrorName(status));
437 "uloc_getCountry()",
474 len = uloc_getCountry(loc, buf, PREFIXBUFSIZ, &err);
1585 uloc_getCountry(locale, buff, 256, &status);
1594 log_err("FAIL: uloc_getCountry(%s)==\t\"%s\"\t expected \"%s\"\n",
1599 log_verbose(" uloc_getCountry(%s)==\t%s\n", locale, buff);
1653 i = uloc_getCountry(p1_buf
[all...]
H A Dcldrtest.c698 fromCountryLen = uloc_getCountry(fromLocale, fromCountry, ULOC_FULLNAME_CAPACITY, &errorCode);
714 toCountryLen = uloc_getCountry(toLocale, toCountry, ULOC_FULLNAME_CAPACITY, &errorCode);
/external/icu/icu4c/source/common/
H A Dlocdispnames.cpp433 uloc_getCountry, _kCountries, pErrorCode);
H A Dloclikely.cpp293 uloc_getCountry(
H A Duloc.cpp1939 uloc_getCountry(const char* localeID,
2090 uloc_getCountry(localeID, cntry, ULOC_LANG_CAPACITY, &err);
H A Duloc_tag.c735 len = uloc_getCountry(localeID, buf, sizeof(buf), &tmpStatus);

Completed in 208 milliseconds