Home
last modified time | relevance | path

Searched refs:uloc_getDisplayCountry (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/common/
Dlocdispnames.cpp146 length=uloc_getDisplayCountry(fullName, displayLocale.fullName, in getDisplayCountry()
158 length=uloc_getDisplayCountry(fullName, displayLocale.fullName, in getDisplayCountry()
433 uloc_getDisplayCountry(const char *locale, in uloc_getDisplayCountry() function
638 len=uloc_getDisplayCountry(locale, displayLocale, p, cap, pErrorCode); in uloc_getDisplayName()
/external/icu/icu4c/source/common/unicode/
Duloc.h617 uloc_getDisplayCountry(const char* locale,
Durename.h1071 #define uloc_getDisplayCountry U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayCountry) macro
/external/icu/libandroidicu/include/unicode/
Duloc.h617 uloc_getDisplayCountry(const char* locale,
Durename.h1071 #define uloc_getDisplayCountry U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayCountry) macro
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c1017 … maxresultsize=uloc_getDisplayCountry(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
1022 uloc_getDisplayCountry(testLocale, displayLocale, testCtry, maxresultsize + 1, &status); in doTestDisplayNames()
1161 …ulen = uloc_getDisplayCountry(itemPtr->namedLocale, itemPtr->displayLocale, getName, kDisplayNameB… in TestDisplayNameBrackets()
3405 … int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status); in TestDisplayName()
3406 … int32_t newCountryLen = uloc_getDisplayCountry(newLoc, dispLoc, newCountry, capacity, &status); in TestDisplayName()
Dcldrtest.c977 …langSize = uloc_getDisplayCountry(currLoc, currLoc, langBuffer, UPRV_LENGTHOF(langBuffer), &errorC… in VerifyTranslation()
/external/icu/libandroidicu/static_shim/
Dshim.cpp1812 return uloc_getDisplayCountry(locale, displayLocale, country, countryCapacity, status); in uloc_getDisplayCountry_android()