Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/
H A Dlocdispnames.cpp108 length=uloc_getDisplayScript(fullName, displayLocale.fullName, in getDisplayScript()
120 length=uloc_getDisplayScript(fullName, displayLocale.fullName, in getDisplayScript()
406 uloc_getDisplayScript(const char* locale, in uloc_getDisplayScript() function
/third_party/icu/icu4c/source/common/
H A Dlocdispnames.cpp108 length=uloc_getDisplayScript(fullName, displayLocale.fullName, in getDisplayScript()
120 length=uloc_getDisplayScript(fullName, displayLocale.fullName, in getDisplayScript()
418 uloc_getDisplayScript(const char* locale, in uloc_getDisplayScript() function
/third_party/node/deps/icu-small/source/common/
H A Dlocdispnames.cpp108 length=uloc_getDisplayScript(fullName, displayLocale.fullName, in getDisplayScript()
120 length=uloc_getDisplayScript(fullName, displayLocale.fullName, in getDisplayScript()
418 uloc_getDisplayScript(const char* locale, in uloc_getDisplayScript() function
/third_party/icu/icu4c/source/common/unicode/
H A Duloc.h603 uloc_getDisplayScript(const char* locale,
H A Durename.h1107 #define uloc_getDisplayScript U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayScript) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Duloc.h603 uloc_getDisplayScript(const char* locale,
H A Durename.h1119 #define uloc_getDisplayScript U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayScript) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duloc.h603 uloc_getDisplayScript(const char* locale,
H A Durename.h1090 #define uloc_getDisplayScript U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayScript) macro
/third_party/icu/icu4c/source/test/cintltst/
H A Dcloctst.c846 * ICU-21160 test the pre-flighting call to uloc_getDisplayScript returns the actual length needed
856 int32_t length = uloc_getDisplayScript(locale, inlocale, NULL, 0, &ec) + 1; in TestGetDisplayScriptPreFlighting21160()
859 length = uloc_getDisplayScript(locale, inlocale, result, length, &ec); in TestGetDisplayScriptPreFlighting21160()
861 log_err("uloc_getDisplayScript length %d returned error %s", length, u_errorName(ec)); in TestGetDisplayScriptPreFlighting21160()
1055 maxresultsize=uloc_getDisplayScript(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
1060 uloc_getDisplayScript(testLocale, displayLocale, testScript, maxresultsize + 1, &status); in doTestDisplayNames()
7110 ulenget = uloc_getDisplayScript(itemPtr->localeToName, uloPtr->displayLocale, uget, kUNameBuf, &status); in TestUldnNameVariants()
7111 typeString = "uloc_getDisplayScript"; in TestUldnNameVariants()
7158 length = uloc_getDisplayScript(script, "de", buff, 256, &status); in TestUsingDefaultWarning()
7163 log_err("ERROR: in uloc_getDisplayScript in TestUsingDefaultWarning()
[all...]
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp371 #undef uloc_getDisplayScript macro
1925 int32_t uloc_getDisplayScript(const char *locale, const char *displayLocale, UChar *script, int32_t scriptCapacity, in uloc_getDisplayScript() function
1928 return U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayScript)(locale, displayLocale, script, scriptCapacity, status); in uloc_getDisplayScript()

Completed in 52 milliseconds