Home | History | Annotate | Download | only in layoutex

Lines Matching refs:scriptStatus

617     UErrorCode scriptStatus = U_ZERO_ERROR;
619 UScriptRun *sr = uscript_openRun(chars, count, &scriptStatus);
752 UErrorCode scriptStatus = U_ZERO_ERROR;
753 UScriptRun *sr = uscript_openRun(fChars, fCharCount, &scriptStatus);