Home | History | Annotate | Download | only in harfbuzz

Lines Matching refs:nextScript

631     UScriptCode nextScript = uscript_getScript(character, &errorCode);
638 UScriptCode currentScript = nextScript;
652 nextScript = uscript_getScript(character, &errorCode);
657 if ((nextFontData != currentFontData) || ((currentScript != nextScript) && (nextScript != USCRIPT_INHERITED) && (!uscript_hasScript(character, currentScript))))