Searched refs:inputIndex (Results 1 - 7 of 7) sorted by relevance

/external/zlib/contrib/dotzlib/DotZLib/
H A DInflater.cs61 int inputIndex = offset;
64 while (err >= 0 && inputIndex < total)
66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize));
75 inputIndex += (int)_ztream.total_in;
H A DDeflater.cs61 int inputIndex = offset;
64 while (err >= 0 && inputIndex < total)
66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize));
76 inputIndex += (int)_ztream.total_in;
/external/icu4c/layout/
H A DThaiShaping.cpp145 le_uint8 ThaiShaping::doTransition (StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet, argument
152 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
157 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
162 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
167 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
172 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
177 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
189 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
194 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
200 glyphStorage.setCharIndex(outputIndex, inputIndex, succes
228 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
269 le_int32 inputIndex; local
[all...]
H A DThaiShaping.h82 static le_uint8 doTransition(StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet,
85 static le_uint8 getNextState(LEUnicode ch, le_uint8 state, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar,
/external/chromium/third_party/icu/source/i18n/
H A Duspoof.cpp662 int32_t inputIndex = 0; local
664 while (inputIndex < normalizedLen) {
666 U16_NEXT(nfkdInput, inputIndex, normalizedLen, c);
/external/icu4c/i18n/
H A Duspoof.cpp662 int32_t inputIndex = 0; local
664 while (inputIndex < normalizedLen) {
666 U16_NEXT(nfkdInput, inputIndex, normalizedLen, c);
/external/webkit/WebKit/chromium/src/js/
H A DTests.js1776 var inputIndex = 0;
1788 initEval(inputs[inputIndex++]);
1791 initEval(inputs[inputIndex++]);

Completed in 91 milliseconds