Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocdispnames.cpp143 length=uloc_getDisplayCountry(fullName, displayLocale.fullName, in getDisplayCountry()
155 length=uloc_getDisplayCountry(fullName, displayLocale.fullName, in getDisplayCountry()
428 uloc_getDisplayCountry(const char *locale, in uloc_getDisplayCountry() function
634 len=uloc_getDisplayCountry(locale, displayLocale, p, cap, pErrorCode); in uloc_getDisplayName()
/external/icu/icu4c/source/common/unicode/
Duloc.h606 uloc_getDisplayCountry(const char* locale,
Durename.h1034 #define uloc_getDisplayCountry U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayCountry) macro
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c927 … maxresultsize=uloc_getDisplayCountry(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
932 uloc_getDisplayCountry(testLocale, displayLocale, testCtry, maxresultsize + 1, &status); in doTestDisplayNames()
1071 …ulen = uloc_getDisplayCountry(itemPtr->namedLocale, itemPtr->displayLocale, getName, kDisplayNameB… in TestDisplayNameBrackets()
3139 … int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status); in TestDisplayName()
3140 … int32_t newCountryLen = uloc_getDisplayCountry(newLoc, dispLoc, newCountry, capacity, &status); in TestDisplayName()
Dcldrtest.c970 …langSize = uloc_getDisplayCountry(currLoc, currLoc, langBuffer, sizeof(langBuffer)/sizeof(langBuff… in VerifyTranslation()