Home | History | Annotate | Download | only in layoutex

Lines Matching refs:scriptStatus

614     UErrorCode scriptStatus = U_ZERO_ERROR;
616 UScriptRun *sr = uscript_openRun(chars, count, &scriptStatus);
749 UErrorCode scriptStatus = U_ZERO_ERROR;
750 UScriptRun *sr = uscript_openRun(fChars, fCharCount, &scriptStatus);