Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocdispnames.cpp226 length=uloc_getDisplayName(fullName, displayLocale.fullName, in getDisplayName()
238 length=uloc_getDisplayName(fullName, displayLocale.fullName, in getDisplayName()
468 uloc_getDisplayName(const char *locale, in uloc_getDisplayName() function
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c708 length=uloc_getDisplayName("qq_US_POSIX", "en_US", buffer, UPRV_LENGTHOF(buffer), &errorCode); in TestDisplayNames()
728 uloc_getDisplayName(aLocale, testL[i], buffer, UPRV_LENGTHOF(buffer), &errorCode); in TestDisplayNames()
755 int32_t preflightLen=uloc_getDisplayName(locale, displayLocale, NULL, 0, &ec); in TestDisplayNames()
760 len=uloc_getDisplayName(locale, displayLocale, result, UPRV_LENGTHOF(result), &ec); in TestDisplayNames()
789 len=uloc_getDisplayName(locale, displayLocale, result, i, &ec); in TestDisplayNames()
1049 maxresultsize=uloc_getDisplayName(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
1054 uloc_getDisplayName(testLocale, displayLocale, testName, maxresultsize + 1, &status); in doTestDisplayNames()
1167 …ulen = uloc_getDisplayName(itemPtr->namedLocale, itemPtr->displayLocale, getName, kDisplayNameBrac… in TestDisplayNameBrackets()
1496 size=uloc_getDisplayName(en_US_custom, "en_US", NULL, size, &status); in TestVariantParsing()
1500 uloc_getDisplayName(en_US_custom, "en_US", got, size + 1, &status); in TestVariantParsing()
[all …]
Dcmsccoll.c659 int32_t nameSize = uloc_getDisplayName(locName, NULL, name, sizeof(cName), &status); in TestComposeDecompose()
/external/icu/icu4c/source/common/unicode/
Duloc.h737 uloc_getDisplayName(const char* localeID,
Durename.h1075 #define uloc_getDisplayName U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayName) macro
/external/icu/libandroidicu/include/unicode/
Duloc.h737 uloc_getDisplayName(const char* localeID,
Durename.h1075 #define uloc_getDisplayName U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayName) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp1824 return uloc_getDisplayName(localeID, inLocaleID, result, maxResultSize, err); in uloc_getDisplayName_android()