Searched defs:scriptStatus (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/samples/layout/
H A DFontMap.cpp54 UErrorCode scriptStatus = U_ZERO_ERROR; local
73 le_int32 fillCount = uscript_getCode(scriptName, &scriptCode, 1, &scriptStatus);
75 if (U_FAILURE(scriptStatus) || fillCount <= 0 ||
76 scriptStatus == U_USING_FALLBACK_WARNING || scriptStatus == U_USING_DEFAULT_WARNING) {
/external/icu4c/layoutex/
H A DParagraphLayout.cpp614 UErrorCode scriptStatus = U_ZERO_ERROR; local
616 UScriptRun *sr = uscript_openRun(chars, count, &scriptStatus);
749 UErrorCode scriptStatus = U_ZERO_ERROR; local
750 UScriptRun *sr = uscript_openRun(fChars, fCharCount, &scriptStatus);

Completed in 98 milliseconds