Home
last modified time | relevance | path

Searched refs:uloc_getDisplayName (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcloctst.c699 length=uloc_getDisplayName("qq_US_POSIX", "en_US", buffer, UPRV_LENGTHOF(buffer), &errorCode); in TestDisplayNames()
719 uloc_getDisplayName(aLocale, testL[i], buffer, UPRV_LENGTHOF(buffer), &errorCode); in TestDisplayNames()
746 int32_t preflightLen=uloc_getDisplayName(locale, displayLocale, NULL, 0, &ec); in TestDisplayNames()
751 len=uloc_getDisplayName(locale, displayLocale, result, UPRV_LENGTHOF(result), &ec); in TestDisplayNames()
780 len=uloc_getDisplayName(locale, displayLocale, result, i, &ec); in TestDisplayNames()
969 maxresultsize=uloc_getDisplayName(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
974 uloc_getDisplayName(testLocale, displayLocale, testName, maxresultsize + 1, &status); in doTestDisplayNames()
1087 …ulen = uloc_getDisplayName(itemPtr->namedLocale, itemPtr->displayLocale, getName, kDisplayNameBrac… in TestDisplayNameBrackets()
1416 size=uloc_getDisplayName(en_US_custom, "en_US", NULL, size, &status); in TestVariantParsing()
1420 uloc_getDisplayName(en_US_custom, "en_US", got, size + 1, &status); in TestVariantParsing()
[all …]
Dcmsccoll.c657 int32_t nameSize = uloc_getDisplayName(locName, NULL, name, sizeof(cName), &status); in TestComposeDecompose()
/external/icu/icu4c/source/common/
Dlocdispnames.cpp225 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
/external/icu/icu4c/source/common/unicode/
Duloc.h737 uloc_getDisplayName(const char* localeID,
Durename.h1061 #define uloc_getDisplayName U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayName) macro
/external/icu/libandroidicu/include/unicode/
Duloc.h737 uloc_getDisplayName(const char* localeID,
Durename.h1061 #define uloc_getDisplayName U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayName) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp1784 return uloc_getDisplayName(localeID, inLocaleID, result, maxResultSize, err); in uloc_getDisplayName_android()