Searched refs:currChar (Results 1 - 4 of 4) 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...]
H A DThaiShaping.h107 static le_uint8 doTransition(StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOM.java418 char currChar = original.charAt(i);
419 if (currChar == '"' || currChar == '<' || currChar == '&' ||
420 currChar == 0x09 || currChar == 0x0A || currChar == 0x0D) {
433 char currChar = original.charAt(i);
434 if (currChar == '"') {
437 else if (currChar
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAbstractTraverser.java809 char currChar = original.charAt(i);
810 if (currChar == '"' || currChar == '<' || currChar == '&' ||
811 currChar == 0x09 || currChar == 0x0A || currChar == 0x0D) {
825 char currChar = original.charAt(i);
826 if (currChar == '"') {
829 else if (currChar
[all...]

Completed in 35 milliseconds