Home
last modified time | relevance | path

Searched refs:uloc_getDisplayKeyword (Results 1 - 11 of 11) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
H A Duloc.h691 * displayKeywordLen = uloc_getDisplayKeyword(keyword, "en_US", displayKeyword, 256);
714 uloc_getDisplayKeyword(const char* keyword,
H A Durename.h1103 #define uloc_getDisplayKeyword U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayKeyword) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Duloc.h691 * displayKeywordLen = uloc_getDisplayKeyword(keyword, "en_US", displayKeyword, 256);
714 uloc_getDisplayKeyword(const char* keyword,
H A Durename.h1115 #define uloc_getDisplayKeyword U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayKeyword) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duloc.h691 * displayKeywordLen = uloc_getDisplayKeyword(keyword, "en_US", displayKeyword, 256);
714 uloc_getDisplayKeyword(const char* keyword,
H A Durename.h1086 #define uloc_getDisplayKeyword U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayKeyword) macro
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocdispnames.cpp662 len = uloc_getDisplayKeyword(kw, displayLocale, p, cap, pErrorCode); in uloc_getDisplayName()
777 uloc_getDisplayKeyword(const char* keyword, in uloc_getDisplayKeyword() function
/third_party/icu/icu4c/source/common/
H A Dlocdispnames.cpp674 len = uloc_getDisplayKeyword(kw, displayLocale, p, cap, pErrorCode); in uloc_getDisplayName()
789 uloc_getDisplayKeyword(const char* keyword, in uloc_getDisplayKeyword() function
/third_party/node/deps/icu-small/source/common/
H A Dlocdispnames.cpp674 len = uloc_getDisplayKeyword(kw, displayLocale, p, cap, pErrorCode); in uloc_getDisplayName()
789 uloc_getDisplayKeyword(const char* keyword, in uloc_getDisplayKeyword() function
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp367 #undef uloc_getDisplayKeyword macro
1904 int32_t uloc_getDisplayKeyword(const char *keyword, const char *displayLocale, UChar *dest, int32_t destCapacity, in uloc_getDisplayKeyword() function
1907 return U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayKeyword)(keyword, displayLocale, dest, destCapacity, status); in uloc_getDisplayKeyword()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcloctst.c2548 displayKeywordLen = uloc_getDisplayKeyword(keyword, testCases[i].displayLocale, displayKeyword, displayKeywordLen, &status); in TestDisplayKeywords()
2553 displayKeywordLen = uloc_getDisplayKeyword(keyword, testCases[i].displayLocale, displayKeyword, displayKeywordLen, &status); in TestDisplayKeywords()
2555 log_err("uloc_getDisplayKeyword filed for keyword : %s in locale id: %s for display locale: %s \n", testCases[i].localeID, keyword, testCases[i].displayLocale, u_errorName(status)); in TestDisplayKeywords()
2561 log_data_err("uloc_getDisplayKeyword did not get the expected value for keyword : %s in locale id: %s for display locale: %s . Got error: %s. Perhaps you are missing data?\n", testCases[i].localeID, keyword, testCases[i].displayLocale, u_errorName(status)); in TestDisplayKeywords()
2563 log_err("uloc_getDisplayKeyword did not get the expected value for keyword : %s in locale id: %s for display locale: %s \n", testCases[i].localeID, keyword, testCases[i].displayLocale); in TestDisplayKeywords()
2569 log_err("uloc_getDisplayKeyword did not return the expected error. Error: %s\n", u_errorName(status)); in TestDisplayKeywords()
7191 length = uloc_getDisplayKeyword(keyword, "de", buff, 256, &status); in TestUsingDefaultWarning()
7196 log_err("ERROR: in uloc_getDisplayKeyword %s return len:%d %s with status %d %s\n", in TestUsingDefaultWarning()

Completed in 54 milliseconds