Home
last modified time | relevance | path

Searched refs:inputIndex (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/layout/
DThaiShaping.cpp145 …doTransition (StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphS… in doTransition() argument
152 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
157 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
162 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
167 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
172 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
177 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
189 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
194 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
200 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
[all …]
DThaiShaping.h82 … doTransition(StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphS…
85 …static le_uint8 getNextState(LEUnicode ch, le_uint8 state, le_int32 inputIndex, le_uint8 glyphSet,…
/external/zlib/contrib/dotzlib/DotZLib/
DInflater.cs61 int inputIndex = offset; in Add()
64 while (err >= 0 && inputIndex < total) in Add()
66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize)); in Add()
75 inputIndex += (int)_ztream.total_in; in Add()
DDeflater.cs61 int inputIndex = offset; in Add()
64 while (err >= 0 && inputIndex < total) in Add()
66 copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize)); in Add()
76 inputIndex += (int)_ztream.total_in; in Add()
/external/webkit/Source/WebCore/bindings/js/
DJSAudioNodeCustom.cpp42 unsigned inputIndex = 0; in connect() local
52 inputIndex = exec->argument(2).toInt32(exec); in connect()
55 bool success = audioNode->connect(destinationNode, outputIndex, inputIndex); in connect()
/external/webkit/Source/WebCore/webaudio/
DAudioNode.cpp111 bool AudioNode::connect(AudioNode* destination, unsigned outputIndex, unsigned inputIndex) in connect() argument
119 if (destination && inputIndex >= destination->numberOfInputs()) in connect()
129 AudioNodeInput* input = destination->input(inputIndex); in connect()
DAudioNode.h113 bool connect(AudioNode* destination, unsigned outputIndex = 0, unsigned inputIndex = 0);
/external/icu4c/i18n/
Duspoof.cpp664 int32_t inputIndex = 0; in uspoof_getSkeleton() local
666 while (inputIndex < normalizedLen) { in uspoof_getSkeleton()
668 U16_NEXT(nfdInput, inputIndex, normalizedLen, c); in uspoof_getSkeleton()