Searched refs:inputIndex (Results 1 – 8 of 8) sorted by relevance
/external/icu4c/layout/ |
D | ThaiShaping.cpp | 145 …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 …]
|
D | ThaiShaping.h | 82 … 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/ |
D | Inflater.cs | 61 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()
|
D | Deflater.cs | 61 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/ |
D | JSAudioNodeCustom.cpp | 42 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/ |
D | AudioNode.cpp | 111 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()
|
D | AudioNode.h | 113 bool connect(AudioNode* destination, unsigned outputIndex = 0, unsigned inputIndex = 0);
|
/external/icu4c/i18n/ |
D | uspoof.cpp | 664 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()
|