Searched refs:currentCharScriptType (Results 1 – 1 of 1) sorted by relevance
315 sal_Int16 currentCharScriptType = getScriptClass(ch); in endOfScript() local316 if(ScriptType != currentCharScriptType && currentCharScriptType != ScriptType::WEAK) in endOfScript()362 sal_Int16 currentCharScriptType = getScriptClass(ch); in nextScript() local363 if ((numberOfChange == 1) ? (ScriptType == currentCharScriptType) : in nextScript()364 (ScriptType != currentCharScriptType && currentCharScriptType != ScriptType::WEAK)) in nextScript()
Completed in 18 milliseconds