Home
last modified time | relevance | path

Searched refs:uloc_getDisplayLanguage (Results 1 – 16 of 16) sorted by relevance

/third_party/icu/tools/colprobe/
Dlongname.cpp22 uBufLen = uloc_getDisplayLanguage(loc, "en", UBuffer, 256, &status); in main()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dlocdispnames.cpp65 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName, in getDisplayLanguage()
77 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName, in getDisplayLanguage()
392 uloc_getDisplayLanguage(const char *locale, in uloc_getDisplayLanguage() function
620 langLen=uloc_getDisplayLanguage(locale, displayLocale, p, cap, pErrorCode); in uloc_getDisplayName()
/third_party/skia/third_party/externals/icu/source/common/
Dlocdispnames.cpp68 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName, in getDisplayLanguage()
80 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName, in getDisplayLanguage()
397 uloc_getDisplayLanguage(const char *locale, in uloc_getDisplayLanguage() function
630 langLen=uloc_getDisplayLanguage(locale, displayLocale, p, cap, pErrorCode); in uloc_getDisplayName()
/third_party/icu/icu4c/source/common/
Dlocdispnames.cpp68 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName, in getDisplayLanguage()
80 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName, in getDisplayLanguage()
397 uloc_getDisplayLanguage(const char *locale, in uloc_getDisplayLanguage() function
630 langLen=uloc_getDisplayLanguage(locale, displayLocale, p, cap, pErrorCode); in uloc_getDisplayName()
/third_party/node/deps/icu-small/source/common/
Dlocdispnames.cpp68 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName, in getDisplayLanguage()
80 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName, in getDisplayLanguage()
409 uloc_getDisplayLanguage(const char *locale, in uloc_getDisplayLanguage() function
642 langLen=uloc_getDisplayLanguage(locale, displayLocale, p, cap, pErrorCode); in uloc_getDisplayName()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duloc.h569 uloc_getDisplayLanguage(const char* locale,
Durename.h1061 #define uloc_getDisplayLanguage U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayLanguage) macro
/third_party/icu/icu4c/source/common/unicode/
Duloc.h574 uloc_getDisplayLanguage(const char* locale,
Durename.h1088 #define uloc_getDisplayLanguage U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayLanguage) macro
/third_party/node/deps/icu-small/source/common/unicode/
Duloc.h574 uloc_getDisplayLanguage(const char* locale,
Durename.h1094 #define uloc_getDisplayLanguage U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayLanguage) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duloc.h574 uloc_getDisplayLanguage(const char* locale,
Durename.h1088 #define uloc_getDisplayLanguage U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayLanguage) macro
/third_party/icu/icu4c/source/test/cintltst/
Dcloctst.c707 length=uloc_getDisplayLanguage(NULL, NULL, buffer, UPRV_LENGTHOF(buffer), &errorCode); in TestDisplayNames()
725 length=uloc_getDisplayLanguage("qq", "rr", buffer, UPRV_LENGTHOF(buffer), &errorCode); in TestDisplayNames()
1029 … maxresultsize=uloc_getDisplayLanguage(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
1034uloc_getDisplayLanguage(testLocale, displayLocale, testLang, maxresultsize + 1, &status); in doTestDisplayNames()
1523 size=uloc_getDisplayLanguage(languageCodes[i], inLocale[localeIndex], NULL, size, &status); in TestSimpleDisplayNames()
1527uloc_getDisplayLanguage(languageCodes[i], inLocale[localeIndex], testLang, size + 1, &status); in TestSimpleDisplayNames()
2764 size = uloc_getDisplayLanguage("qqq", "kl", name, UPRV_LENGTHOF(name), &status); in TestDisplayNameWarning()
3528 … int32_t oldLangLen = uloc_getDisplayLanguage(oldLoc, dispLoc, oldLang, capacity, &status); in TestDisplayName()
3529 … int32_t newLangLen = uloc_getDisplayLanguage(newLoc, dispLoc, newLang, capacity, &status ); in TestDisplayName()
6923 int32_t length = uloc_getDisplayLanguage(language, "de", buff, 256, &status); in TestUsingDefaultWarning()
[all …]
Dcldrtest.c965 …langSize = uloc_getDisplayLanguage(currLoc, currLoc, langBuffer, UPRV_LENGTHOF(langBuffer), &error… in VerifyTranslation()
/third_party/icu/docs/userguide/strings/
Dindex.md689 uloc_getVariant, uloc_getName, uloc_getDisplayLanguage, uloc_getDisplayCountry,