Searched refs:uloc_getDisplayCountry (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/ |
D | locdispnames.cpp | 143 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/ |
D | uloc.h | 606 uloc_getDisplayCountry(const char* locale,
|
D | urename.h | 1034 #define uloc_getDisplayCountry U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayCountry) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | cloctst.c | 927 … 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()
|
D | cldrtest.c | 970 …langSize = uloc_getDisplayCountry(currLoc, currLoc, langBuffer, sizeof(langBuffer)/sizeof(langBuff… in VerifyTranslation()
|