Home
last modified time | relevance | path

Searched refs:currentCharScriptType (Results 1 – 1 of 1) sorted by relevance

/trunk/main/i18npool/source/breakiterator/
H A DbreakiteratorImpl.cxx315 sal_Int16 currentCharScriptType = getScriptClass(ch); in endOfScript() local
316 if(ScriptType != currentCharScriptType && currentCharScriptType != ScriptType::WEAK) in endOfScript()
362 sal_Int16 currentCharScriptType = getScriptClass(ch); in nextScript() local
363 if ((numberOfChange == 1) ? (ScriptType == currentCharScriptType) : in nextScript()
364 (ScriptType != currentCharScriptType && currentCharScriptType != ScriptType::WEAK)) in nextScript()

Completed in 21 milliseconds