/third_party/icu/icu4c/source/test/cintltst/ |
D | cloctst.c | 732 length=uloc_getDisplayName("qq_US_POSIX", "en_US", buffer, UPRV_LENGTHOF(buffer), &errorCode); in TestDisplayNames() 752 uloc_getDisplayName(aLocale, testL[i], buffer, UPRV_LENGTHOF(buffer), &errorCode); in TestDisplayNames() 779 int32_t preflightLen=uloc_getDisplayName(locale, displayLocale, NULL, 0, &ec); in TestDisplayNames() 784 len=uloc_getDisplayName(locale, displayLocale, result, UPRV_LENGTHOF(result), &ec); in TestDisplayNames() 813 len=uloc_getDisplayName(locale, displayLocale, result, i, &ec); in TestDisplayNames() 1093 maxresultsize=uloc_getDisplayName(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames() 1098 uloc_getDisplayName(testLocale, displayLocale, testName, maxresultsize + 1, &status); in doTestDisplayNames() 1211 …ulen = uloc_getDisplayName(itemPtr->namedLocale, itemPtr->displayLocale, getName, kDisplayNameBrac… in TestDisplayNameBrackets() 1606 size=uloc_getDisplayName(en_US_custom, "en_US", NULL, size, &status); in TestVariantParsing() 1610 uloc_getDisplayName(en_US_custom, "en_US", got, size + 1, &status); in TestVariantParsing() [all …]
|
D | cmsccoll.c | 659 int32_t nameSize = uloc_getDisplayName(locName, NULL, name, sizeof(cName), &status); in TestComposeDecompose()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | locdispnames.cpp | 225 length=uloc_getDisplayName(fullName, displayLocale.fullName, in getDisplayName() 237 length=uloc_getDisplayName(fullName, displayLocale.fullName, in getDisplayName() 465 uloc_getDisplayName(const char *locale, in uloc_getDisplayName() function
|
/third_party/icu/icu4c/source/common/ |
D | locdispnames.cpp | 228 length=uloc_getDisplayName(fullName, displayLocale.fullName, in getDisplayName() 240 length=uloc_getDisplayName(fullName, displayLocale.fullName, in getDisplayName() 476 uloc_getDisplayName(const char *locale, in uloc_getDisplayName() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | locdispnames.cpp | 228 length=uloc_getDisplayName(fullName, displayLocale.fullName, in getDisplayName() 240 length=uloc_getDisplayName(fullName, displayLocale.fullName, in getDisplayName() 476 uloc_getDisplayName(const char *locale, in uloc_getDisplayName() function
|
/third_party/node/deps/icu-small/source/common/ |
D | locdispnames.cpp | 228 length=uloc_getDisplayName(fullName, displayLocale.fullName, in getDisplayName() 240 length=uloc_getDisplayName(fullName, displayLocale.fullName, in getDisplayName() 488 uloc_getDisplayName(const char *locale, in uloc_getDisplayName() function
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | uloc.h | 737 uloc_getDisplayName(const char* localeID,
|
D | urename.h | 1062 #define uloc_getDisplayName U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayName) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | uloc.h | 765 uloc_getDisplayName(const char* localeID,
|
D | urename.h | 1089 #define uloc_getDisplayName U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayName) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | uloc.h | 765 uloc_getDisplayName(const char* localeID,
|
D | urename.h | 1089 #define uloc_getDisplayName U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayName) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | uloc.h | 765 uloc_getDisplayName(const char* localeID,
|
D | urename.h | 1095 #define uloc_getDisplayName U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayName) macro
|
/third_party/icu/docs/userguide/locale/ |
D | examples.md | 120 uloc_getDisplayName(uloc_getAvailable(i), "en_US", result, 100, &status);
|
/third_party/icu/docs/userguide/collation/ |
D | examples.md | 62 bufferLen = uloc_getDisplayName(locale, 0, dispName, MAXBUFFERSIZE, status);
|
/third_party/icu/docs/userguide/strings/ |
D | index.md | 690 uloc_getDisplayVariant, uloc_getDisplayName
|