Searched refs:inputIndex (Results 1 - 8 of 8) 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/webkit/Source/WebCore/bindings/js/
H A DJSAudioNodeCustom.cpp42 unsigned inputIndex = 0; local
52 inputIndex = exec->argument(2).toInt32(exec);
55 bool success = audioNode->connect(destinationNode, outputIndex, inputIndex);
/external/webkit/Source/WebCore/webaudio/
H A DAudioNode.cpp111 bool AudioNode::connect(AudioNode* destination, unsigned outputIndex, unsigned inputIndex) argument
119 if (destination && inputIndex >= destination->numberOfInputs())
129 AudioNodeInput* input = destination->input(inputIndex);
H A DAudioNode.h113 bool connect(AudioNode* destination, unsigned outputIndex = 0, unsigned inputIndex = 0);
/external/icu4c/i18n/
H A Duspoof.cpp662 int32_t inputIndex = 0; local
664 while (inputIndex < normalizedLen) {
666 U16_NEXT(nfkdInput, inputIndex, normalizedLen, c);

Completed in 631 milliseconds