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