Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocdispnames.cpp145 length=uloc_getDisplayCountry(fullName, displayLocale.fullName, in getDisplayCountry()
157 length=uloc_getDisplayCountry(fullName, displayLocale.fullName, in getDisplayCountry()
430 uloc_getDisplayCountry(const char *locale, in uloc_getDisplayCountry() function
636 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.h1057 #define uloc_getDisplayCountry U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayCountry) macro
/external/icu/libandroidicu/include/unicode/
Duloc.h617 uloc_getDisplayCountry(const char* locale,
Durename.h1057 #define uloc_getDisplayCountry U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayCountry) macro
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c937 … maxresultsize=uloc_getDisplayCountry(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
942 uloc_getDisplayCountry(testLocale, displayLocale, testCtry, maxresultsize + 1, &status); in doTestDisplayNames()
1081 …ulen = uloc_getDisplayCountry(itemPtr->namedLocale, itemPtr->displayLocale, getName, kDisplayNameB… in TestDisplayNameBrackets()
3311 … int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status); in TestDisplayName()
3312 … int32_t newCountryLen = uloc_getDisplayCountry(newLoc, dispLoc, newCountry, capacity, &status); in TestDisplayName()
Dcldrtest.c976 …langSize = uloc_getDisplayCountry(currLoc, currLoc, langBuffer, UPRV_LENGTHOF(langBuffer), &errorC… in VerifyTranslation()
/external/icu/libandroidicu/static_shim/
Dshim.cpp1772 return uloc_getDisplayCountry(locale, displayLocale, country, countryCapacity, status); in uloc_getDisplayCountry_android()