Lines Matching refs:LEUnicode

31     le_uint8 ThaiShaping::getCharClass(LEUnicode ch)  in getCharClass()
43 LEUnicode ThaiShaping::leftAboveVowel(LEUnicode vowel, le_uint8 glyphSet) in leftAboveVowel()
45 static const LEUnicode leftAboveVowels[][7] = { in leftAboveVowel()
63 LEUnicode ThaiShaping::lowerRightTone(LEUnicode tone, le_uint8 glyphSet) in lowerRightTone()
65 static const LEUnicode lowerRightTones[][7] = { in lowerRightTone()
79 LEUnicode ThaiShaping::lowerLeftTone(LEUnicode tone, le_uint8 glyphSet) in lowerLeftTone()
81 static const LEUnicode lowerLeftTones[][7] = { in lowerLeftTone()
95 LEUnicode ThaiShaping::upperLeftTone(LEUnicode tone, le_uint8 glyphSet) in upperLeftTone()
97 static const LEUnicode upperLeftTones[][7] = { in upperLeftTone()
111 LEUnicode ThaiShaping::lowerBelowVowel(LEUnicode vowel, le_uint8 glyphSet) in lowerBelowVowel()
113 static const LEUnicode lowerBelowVowels[][3] = { in lowerBelowVowel()
128 LEUnicode ThaiShaping::noDescenderCOD(LEUnicode cod, le_uint8 glyphSet) in noDescenderCOD()
130 static const LEUnicode noDescenderCODs[][4] = { in noDescenderCOD()
145 le_uint8 ThaiShaping::doTransition (StateTransition transition, LEUnicode currChar, le_int32 inputI… in doTransition()
146LEUnicode errorChar, LEUnicode *outputBuffer, LEGlyphStorage &glyphStorage, le_int32 &outputIndex) in doTransition()
183 LEUnicode cod = outputBuffer[outputIndex - 1]; in doTransition()
184 LEUnicode coa = noDescenderCOD(cod, glyphSet); in doTransition()
228 le_uint8 ThaiShaping::getNextState(LEUnicode ch, le_uint8 prevState, le_int32 inputIndex, le_uint8 … in getNextState()
229 … le_uint8 &charClass, LEUnicode *output, LEGlyphStorage &glyphStorage, le_int32 &outputIndex) in getNextState()
239 le_bool ThaiShaping::isLegalHere(LEUnicode ch, le_uint8 prevState) in isLegalHere()
265 le_int32 ThaiShaping::compose(const LEUnicode *input, le_int32 offset, le_int32 charCount, le_uint8… in compose()
266 LEUnicode errorChar, LEUnicode *output, LEGlyphStorage &glyphStorage) in compose()
276 LEUnicode ch = input[inputIndex + offset]; in compose()