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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Duloc.h656 * displayKeywordLen = uloc_getDisplayKeyword(keyword, "en_US", displayKeyword, 256);
677 uloc_getDisplayKeyword(const char* keyword,
H A Durename.h1063 #define uloc_getDisplayKeyword U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayKeyword) macro
/external/icu/icu4c/source/common/unicode/
H A Duloc.h656 * displayKeywordLen = uloc_getDisplayKeyword(keyword, "en_US", displayKeyword, 256);
677 uloc_getDisplayKeyword(const char* keyword,
H A Durename.h1012 #define uloc_getDisplayKeyword U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayKeyword) macro
/external/chromium_org/third_party/icu/source/common/
H A Dlocdispnames.cpp651 len = uloc_getDisplayKeyword(kw, displayLocale, p, cap, pErrorCode);
766 uloc_getDisplayKeyword(const char* keyword, function
/external/icu/icu4c/source/common/
H A Dlocdispnames.cpp651 len = uloc_getDisplayKeyword(kw, displayLocale, p, cap, pErrorCode);
766 uloc_getDisplayKeyword(const char* keyword, function
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c2154 displayKeywordLen = uloc_getDisplayKeyword(keyword, testCases[i].displayLocale, displayKeyword, displayKeywordLen, &status);
2159 displayKeywordLen = uloc_getDisplayKeyword(keyword, testCases[i].displayLocale, displayKeyword, displayKeywordLen, &status);
2161 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));
2166 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));
2168 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);
2173 log_err("uloc_getDisplayKeyword did not return the expected error. Error: %s\n", u_errorName(status));
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c2155 displayKeywordLen = uloc_getDisplayKeyword(keyword, testCases[i].displayLocale, displayKeyword, displayKeywordLen, &status);
2160 displayKeywordLen = uloc_getDisplayKeyword(keyword, testCases[i].displayLocale, displayKeyword, displayKeywordLen, &status);
2162 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));
2167 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));
2169 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);
2174 log_err("uloc_getDisplayKeyword did not return the expected error. Error: %s\n", u_errorName(status));

Completed in 2607 milliseconds