Home
last modified time | relevance | path

Searched refs:uloc_getDisplayKeyword (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Duloc.h688 uloc_getDisplayKeyword(const char* keyword,
Durename.h1072 #define uloc_getDisplayKeyword U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayKeyword) macro
/external/icu/libandroidicu/include/unicode/
Duloc.h688 uloc_getDisplayKeyword(const char* keyword,
Durename.h1072 #define uloc_getDisplayKeyword U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayKeyword) macro
/external/icu/icu4c/source/common/
Dlocdispnames.cpp654 len = uloc_getDisplayKeyword(kw, displayLocale, p, cap, pErrorCode); in uloc_getDisplayName()
769 uloc_getDisplayKeyword(const char* keyword, in uloc_getDisplayKeyword() function
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c2415 …displayKeywordLen = uloc_getDisplayKeyword(keyword, testCases[i].displayLocale, displayKeyword, di… in TestDisplayKeywords()
2420 …displayKeywordLen = uloc_getDisplayKeyword(keyword, testCases[i].displayLocale, displayKeyword, di… in TestDisplayKeywords()
/external/icu/libandroidicu/static_shim/
Dshim.cpp1815 return uloc_getDisplayKeyword(keyword, displayLocale, dest, destCapacity, status); in uloc_getDisplayKeyword_android()