Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcloctst.c731 length=uloc_getDisplayName("qq_US_POSIX", "en_US", buffer, UPRV_LENGTHOF(buffer), &errorCode); in TestDisplayNames()
751 uloc_getDisplayName(aLocale, testL[i], buffer, UPRV_LENGTHOF(buffer), &errorCode); in TestDisplayNames()
778 int32_t preflightLen=uloc_getDisplayName(locale, displayLocale, NULL, 0, &ec); in TestDisplayNames()
783 len=uloc_getDisplayName(locale, displayLocale, result, UPRV_LENGTHOF(result), &ec); in TestDisplayNames()
812 len=uloc_getDisplayName(locale, displayLocale, result, i, &ec); in TestDisplayNames()
1092 maxresultsize=uloc_getDisplayName(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
1097 uloc_getDisplayName(testLocale, displayLocale, testName, maxresultsize + 1, &status); in doTestDisplayNames()
1210 …ulen = uloc_getDisplayName(itemPtr->namedLocale, itemPtr->displayLocale, getName, kDisplayNameBrac… in TestDisplayNameBrackets()
1605 size=uloc_getDisplayName(en_US_custom, "en_US", NULL, size, &status); in TestVariantParsing()
1609 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/
Dlocdispnames.cpp228 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
/external/icu/libicu/
Dlibicu.map.txt220 uloc_getDisplayName;
/external/icu/libicu/ndk_headers/unicode/
Duloc.h767 uloc_getDisplayName(const char* localeID,
Durename.h1082 #define uloc_getDisplayName U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayName) macro
/external/icu/libicu/cts_headers/unicode/
Duloc.h765 uloc_getDisplayName(const char* localeID,
/external/icu/libandroidicu/include/unicode/
Duloc.h765 uloc_getDisplayName(const char* localeID,
Durename.h1082 #define uloc_getDisplayName U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayName) macro
/external/icu/icu4c/source/common/unicode/
Duloc.h765 uloc_getDisplayName(const char* localeID,
Durename.h1082 #define uloc_getDisplayName U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayName) macro
/external/icu/tools/icu4c_srcgen/
Dlibicu_export.txt230 uloc_getDisplayName
/external/icu/libicu/src/
Dshim.cpp222 #undef uloc_getDisplayName
896 int32_t uloc_getDisplayName(const char * localeID, const char * inLocaleID, UChar * result, int32_t… in uloc_getDisplayName() function
897 …return U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayName)(localeID, inLocaleID, result, maxResultSize, … in uloc_getDisplayName()