Searched refs:inputIndex (Results 1 - 3 of 3) 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
177 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
182 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
187 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
192 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
197 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
202 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
214 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
219 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
225 glyphStorage.setCharIndex(outputIndex, inputIndex, succes
253 getNextState(LEUnicode ch, le_uint8 prevState, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar, le_uint8 &charClass, LEUnicode *output, LEGlyphStorage &glyphStorage, le_int32 &outputIndex) argument
294 le_int32 inputIndex; local
[all...]
H A DThaiShaping.h107 static le_uint8 doTransition(StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet,
110 static le_uint8 getNextState(LEUnicode ch, le_uint8 state, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar,
/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DChunkedOutputStream.java216 int inputIndex = off; /* the index of the byte[] currently being written */
227 System.arraycopy(b, inputIndex, buf, count, spaceInCurrentChunk);
228 inputIndex += spaceInCurrentChunk;
249 System.arraycopy(b, inputIndex, buf, count, bytesToWrite);

Completed in 32 milliseconds