Home
last modified time | relevance | path

Searched refs:uscript_openRun (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/
Dusc_impl.h79 uscript_openRun(const UChar *src, int32_t length, UErrorCode *pErrorCode);
Dusc_impl.c192 uscript_openRun(const UChar *src, int32_t length, UErrorCode *pErrorCode) in uscript_openRun() function
/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp619 UScriptRun *sr = uscript_openRun(chars, count, &scriptStatus); in isComplex()
753 UScriptRun *sr = uscript_openRun(fChars, fCharCount, &scriptStatus); in computeScripts()
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c2144 scriptRun = uscript_openRun(NULL, stringLimit, &err); in TestUScriptRunAPI()
2160 scriptRun = uscript_openRun(testString, 0, &err); in TestUScriptRunAPI()
2176 scriptRun = uscript_openRun(NULL, 0, &err); in TestUScriptRunAPI()
2228 scriptRun = uscript_openRun(testString, stringLimit, &err); in TestUScriptRunAPI()
/external/icu/icu4c/source/common/unicode/
Durename.h1506 #define uscript_openRun U_ICU_ENTRY_POINT_RENAME(uscript_openRun) macro