Lines Matching refs:currChar
145 le_uint8 ThaiShaping::doTransition (StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet,
153 outputBuffer[outputIndex++] = currChar;
158 outputBuffer[outputIndex++] = currChar;
163 outputBuffer[outputIndex++] = leftAboveVowel(currChar, glyphSet);
168 outputBuffer[outputIndex++] = lowerRightTone(currChar, glyphSet);
173 outputBuffer[outputIndex++] = lowerLeftTone(currChar, glyphSet);
178 outputBuffer[outputIndex++] = upperLeftTone(currChar, glyphSet);
190 outputBuffer[outputIndex++] = currChar;
195 outputBuffer[outputIndex++] = lowerBelowVowel(currChar, glyphSet);
204 outputBuffer[outputIndex++] = currChar;
208 if (currChar == CH_SARA_AM) {
214 outputBuffer[outputIndex++] = currChar;
221 outputBuffer[outputIndex++] = currChar;