Searched defs:currChar (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DThaiShaping.cpp170 le_uint8 ThaiShaping::doTransition (StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet, argument
178 outputBuffer[outputIndex++] = currChar;
183 outputBuffer[outputIndex++] = currChar;
188 outputBuffer[outputIndex++] = leftAboveVowel(currChar, glyphSet);
193 outputBuffer[outputIndex++] = lowerRightTone(currChar, glyphSet);
198 outputBuffer[outputIndex++] = lowerLeftTone(currChar, glyphSet);
203 outputBuffer[outputIndex++] = upperLeftTone(currChar, glyphSet);
215 outputBuffer[outputIndex++] = currChar;
220 outputBuffer[outputIndex++] = lowerBelowVowel(currChar, glyphSet);
229 outputBuffer[outputIndex++] = currChar;
[all...]

Completed in 52 milliseconds