Lines Matching refs:charClass
33 le_uint8 charClass = NON; in getCharClass() local
36 charClass = classTable[ch - 0x0E00]; in getCharClass()
39 return charClass; in getCharClass()
229 … le_uint8 &charClass, LEUnicode *output, LEGlyphStorage &glyphStorage, le_int32 &outputIndex) in getNextState() argument
233 charClass = getCharClass(ch); in getNextState()
234 transition = getTransition(prevState, charClass); in getNextState()
241 le_uint8 charClass = getCharClass(ch); in isLegalHere() local
242 StateTransition transition = getTransition(prevState, charClass); in isLegalHere()
277 le_uint8 charClass; in compose() local
282 state = getNextState(CH_NIKHAHIT, conState, inputIndex, glyphSet, errorChar, charClass, in compose()
287 state = getNextState(ch, state, j, glyphSet, errorChar, charClass, in compose()
294 state = getNextState(ch, state, inputIndex, glyphSet, errorChar, charClass, in compose()
297 if (charClass >= CON && charClass <= COD) { in compose()