Searched refs:uloc_getDisplayCountry (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/common/ |
D | locdispnames.cpp | 146 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/ |
D | uloc.h | 617 uloc_getDisplayCountry(const char* locale,
|
D | urename.h | 1071 #define uloc_getDisplayCountry U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayCountry) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | uloc.h | 617 uloc_getDisplayCountry(const char* locale,
|
D | urename.h | 1071 #define uloc_getDisplayCountry U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayCountry) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | cloctst.c | 1017 … 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()
|
D | cldrtest.c | 977 …langSize = uloc_getDisplayCountry(currLoc, currLoc, langBuffer, UPRV_LENGTHOF(langBuffer), &errorC… in VerifyTranslation()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1812 return uloc_getDisplayCountry(locale, displayLocale, country, countryCapacity, status); in uloc_getDisplayCountry_android()
|