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

/macosx-10.10.1/xar-254/xar/lib/
H A Db64.c87 #define B64_INPUT_BLOCK_OFFSET ((inputIndex - 1 - ignorableCharacterCount) % 4)
94 unsigned int inputIndex = 0; local
111 while ( (inputIndex <= inLengthToDecode) &&
114 currentBase64Value = b64revtb[input[inputIndex]];
115 inputIndex++;
137 if (input[inputIndex] != '=') return B64_decodeError;
177 if (inputIndex > inLengthToDecode) return B64_bufferOverrun;
/macosx-10.10.1/zlib-55/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;
/macosx-10.10.1/ICU-531.30/icuSources/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,
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Duspoof.cpp684 int32_t inputIndex = 0; local
687 for (inputIndex=0; inputIndex < normalizedLen; ) {
688 UChar32 c = nfdId.char32At(inputIndex);
689 inputIndex += U16_LENGTH(c);
H A Drematch.cpp5066 int64_t inputIndex = fp->fInputIdx;
5073 for (int64_t groupIndex = groupStartIdx; groupIndex < groupEndIdx; ++groupIndex,++inputIndex) {
5074 if (inputIndex >= fActiveLimit) {
5079 if (inputBuf[groupIndex] != inputBuf[inputIndex]) {
5085 fp->fInputIdx = inputIndex;

Completed in 142 milliseconds