Searched refs:sourceArrayIndex (Results 1 – 2 of 2) sorted by relevance
2005 int sourceArrayIndex, sourceArrayIndexStart; in cnvMBCSToUnicodeWithOffsets() local2042 sourceArrayIndex = sourceArrayIndexStart = source.position(); in cnvMBCSToUnicodeWithOffsets()2070 while (sourceArrayIndex < source.limit()) { in cnvMBCSToUnicodeWithOffsets()2087 … entry = stateTable[state][source.get(sourceArrayIndex)&UConverterConstants.UNSIGNED_BYTE_MASK]; in cnvMBCSToUnicodeWithOffsets()2091 ++sourceArrayIndex; in cnvMBCSToUnicodeWithOffsets()2092 if (sourceArrayIndex < source.limit() in cnvMBCSToUnicodeWithOffsets()2093 …&& MBCS_ENTRY_IS_FINAL(entry = stateTable[state][source.get(sourceArrayIndex)&UConverterConstants.… in cnvMBCSToUnicodeWithOffsets()2096 ++sourceArrayIndex; in cnvMBCSToUnicodeWithOffsets()2107 bytes[0] = source.get(sourceArrayIndex - 1); in cnvMBCSToUnicodeWithOffsets()2114 ++sourceArrayIndex; in cnvMBCSToUnicodeWithOffsets()[all …]
202 int sourceArrayIndex=source.position(); in decodeLoop() local236 sourceArrayIndex++; in decodeLoop()240 cr=CoderResult.malformedForLength(sourceArrayIndex); in decodeLoop()283 sourceArrayIndex++; in decodeLoop()308 cr=CoderResult.malformedForLength(sourceArrayIndex); in decodeLoop()315 cr=CoderResult.malformedForLength(sourceArrayIndex); in decodeLoop()321 cr=CoderResult.malformedForLength(sourceArrayIndex); in decodeLoop()350 cr=CoderResult.malformedForLength(sourceArrayIndex); in decodeLoop()369 cr=CoderResult.malformedForLength(sourceArrayIndex); in decodeLoop()388 cr=CoderResult.malformedForLength(sourceArrayIndex); in decodeLoop()[all …]