Home
last modified time | relevance | path

Searched refs:scriptStatus (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/samples/layout/
DFontMap.cpp58 UErrorCode scriptStatus = U_ZERO_ERROR; in FontMap() local
77 le_int32 fillCount = uscript_getCode(scriptName, &scriptCode, 1, &scriptStatus); in FontMap()
79 if (U_FAILURE(scriptStatus) || fillCount <= 0 || in FontMap()
80 scriptStatus == U_USING_FALLBACK_WARNING || scriptStatus == U_USING_DEFAULT_WARNING) { in FontMap()
/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp619 UErrorCode scriptStatus = U_ZERO_ERROR; in isComplex() local
621 UScriptRun *sr = uscript_openRun(chars, count, &scriptStatus); in isComplex()
754 UErrorCode scriptStatus = U_ZERO_ERROR; in computeScripts() local
755 UScriptRun *sr = uscript_openRun(fChars, fCharCount, &scriptStatus); in computeScripts()