Searched refs:uscript_getShortName (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Duscript.h486 uscript_getShortName(UScriptCode scriptCode);
H A Durename.h1500 #define uscript_getShortName U_ICU_ENTRY_POINT_RENAME(uscript_getShortName) macro
/external/icu/icu4c/source/test/cintltst/
H A Dcucdapi.c25 strcat(s, uscript_getShortName(scripts[i]));
247 const char* name = uscript_getShortName(testAbbr[i]);
448 name = uscript_getShortName((UScriptCode)i);
450 log_err("uscript_getShortName failed for code %i: %s!=%s\n", i, name, expectedShort[j]);
H A Dcldrtest.c801 strcat(pattern, uscript_getShortName(scriptCodes[i]));
1192 uprv_strcat(cbuf, uscript_getShortName(code[j]));
/external/harfbuzz_ng/src/
H A Dhb-icu.cc48 return hb_script_from_string (uscript_getShortName (script), -1);
/external/icu/icu4c/source/common/
H A Dbrkeng.cpp293 ures_getStringByKeyWithFallback(b, uscript_getShortName(script), &dictnlength, &status);
H A Dpropname.cpp323 uscript_getShortName(UScriptCode scriptCode){ function
/external/icu/icu4c/source/i18n/
H A Dscriptset.cpp201 const char *scriptName = uscript_getShortName((UScriptCode(i)));
/external/icu/icu4c/source/test/intltest/
H A Ducdtest.cpp445 logln(uscript_getShortName(sc));
H A Dtranstst.cpp3883 const char *scriptName = uscript_getShortName((UScriptCode)i);
4023 uprv_strcpy(abbr,uscript_getShortName(code));
/external/icu/icu4c/source/test/letest/
H A Dcletest.c200 log_err("Could not create a LayoutEngine for script \'%s\'.\n", uscript_getShortName((UScriptCode)scriptCode));
H A Dletest.cpp228 log_err("Could not create a LayoutEngine for script \'%s\'.\n", uscript_getShortName((UScriptCode)scriptCode));

Completed in 259 milliseconds