Home
last modified time | relevance | path

Searched refs:uloc_getDisplayCountry (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/tools/colprobe/
H A Dlongname.cpp29 uBufLen = uloc_getDisplayCountry(loc, "en", UBuffer, 256, &status); in main()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocdispnames.cpp148 length=uloc_getDisplayCountry(fullName, displayLocale.fullName, in getDisplayCountry()
160 length=uloc_getDisplayCountry(fullName, displayLocale.fullName, in getDisplayCountry()
441 uloc_getDisplayCountry(const char *locale, in uloc_getDisplayCountry() function
646 len=uloc_getDisplayCountry(locale, displayLocale, p, cap, pErrorCode); in uloc_getDisplayName()
/third_party/icu/icu4c/source/common/
H A Dlocdispnames.cpp148 length=uloc_getDisplayCountry(fullName, displayLocale.fullName, in getDisplayCountry()
160 length=uloc_getDisplayCountry(fullName, displayLocale.fullName, in getDisplayCountry()
453 uloc_getDisplayCountry(const char *locale, in uloc_getDisplayCountry() function
658 len=uloc_getDisplayCountry(locale, displayLocale, p, cap, pErrorCode); in uloc_getDisplayName()
/third_party/node/deps/icu-small/source/common/
H A Dlocdispnames.cpp148 length=uloc_getDisplayCountry(fullName, displayLocale.fullName, in getDisplayCountry()
160 length=uloc_getDisplayCountry(fullName, displayLocale.fullName, in getDisplayCountry()
453 uloc_getDisplayCountry(const char *locale, in uloc_getDisplayCountry() function
658 len=uloc_getDisplayCountry(locale, displayLocale, p, cap, pErrorCode); in uloc_getDisplayName()
/third_party/icu/icu4c/source/common/unicode/
H A Duloc.h110 * use <code>uloc_getDisplayCountry</code> to get the
635 uloc_getDisplayCountry(const char* locale,
H A Durename.h1102 #define uloc_getDisplayCountry U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayCountry) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Duloc.h110 * use <code>uloc_getDisplayCountry</code> to get the
635 uloc_getDisplayCountry(const char* locale,
H A Durename.h1114 #define uloc_getDisplayCountry U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayCountry) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duloc.h110 * use <code>uloc_getDisplayCountry</code> to get the
635 uloc_getDisplayCountry(const char* locale,
H A Durename.h1085 #define uloc_getDisplayCountry U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayCountry) macro
/third_party/icu/icu4c/source/test/cintltst/
H A Dcloctst.c1071 maxresultsize=uloc_getDisplayCountry(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
1076 uloc_getDisplayCountry(testLocale, displayLocale, testCtry, maxresultsize + 1, &status); in doTestDisplayNames()
1215 ulen = uloc_getDisplayCountry(itemPtr->namedLocale, itemPtr->displayLocale, getName, kDisplayNameBracketsMax, &status); in TestDisplayNameBrackets()
1217 log_data_err("uloc_getDisplayCountry for displayLocale %s and namedLocale %s returns unexpected name or status %s\n", itemPtr->displayLocale, itemPtr->namedLocale, myErrorName(status)); in TestDisplayNameBrackets()
3561 int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status); in TestDisplayName()
3562 int32_t newCountryLen = uloc_getDisplayCountry(newLoc, dispLoc, newCountry, capacity, &status); in TestDisplayName()
3571 log_err("uloc_getDisplayCountry() failed for %s in display locale %s \n", oldLoc, dispLoc); in TestDisplayName()
7114 ulenget = uloc_getDisplayCountry(itemPtr->localeToName, uloPtr->displayLocale, uget, kUNameBuf, &status); in TestUldnNameVariants()
7115 typeString = "uloc_getDisplayCountry"; in TestUldnNameVariants()
7169 length = uloc_getDisplayCountry(regio in TestUsingDefaultWarning()
[all...]
H A Dcldrtest.c982 langSize = uloc_getDisplayCountry(currLoc, currLoc, langBuffer, UPRV_LENGTHOF(langBuffer), &errorCode); in VerifyTranslation()
984 log_err("error uloc_getDisplayCountry returned %s\n", u_errorName(errorCode)); in VerifyTranslation()
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp366 #undef uloc_getDisplayCountry macro
1899 int32_t uloc_getDisplayCountry(const char *locale, const char *displayLocale, UChar *country, int32_t countryCapacity, in uloc_getDisplayCountry() function
1902 return U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayCountry)(locale, displayLocale, country, countryCapacity, status); in uloc_getDisplayCountry()

Completed in 56 milliseconds