Searched refs:toUBytesBegin (Results 1 – 3 of 3) sorted by relevance
203 toUBytesArray[toUBytesBegin + 0] = (byte) (mySourceChar >> 8); in decodeLoop()204 toUBytesArray[toUBytesBegin + 1] = (byte) mySourceChar; in decodeLoop()207 toUBytesArray[toUBytesBegin + 0] = (byte) mySourceChar; in decodeLoop()
33 int toUBytesBegin = 0; field in CharsetDecoderICU
1691 … System.arraycopy(preToUArray, preToUBegin, toUBytesArray, toUBytesBegin, preToUFirstLength); in continueMatchToU()1924 …match = matchToU((byte) SISO_STATE(sharedData, mode), toUBytesArray, toUBytesBegin, firstLength, s… in initialMatchToU()1941 sArrayIndex = toUBytesBegin; in initialMatchToU()