Searched refs:errorBufferLength (Results 1 – 11 of 11) sorted by relevance
394 errorBuffer[errorBufferLength++] = encodeLastTail(char32); in encodeLoop()406 errorBuffer[errorBufferLength++] = encodeSecondToLastTail(char32); in encodeLoop()407 errorBuffer[errorBufferLength++] = encodeLastTail(char32); in encodeLoop()414 errorBuffer[errorBufferLength++] = encodeLastTail(char32); in encodeLoop()478 errorBuffer[errorBufferLength++] = encodeLastTail(char32); in encodeLoop()490 errorBuffer[errorBufferLength++] = encodeSecondToLastTail(char32); in encodeLoop()491 errorBuffer[errorBufferLength++] = encodeLastTail(char32); in encodeLoop()498 errorBuffer[errorBufferLength++] = encodeLastTail(char32); in encodeLoop()536 errorBuffer[errorBufferLength++] = encodeThirdToLastTail(char32); in encodeFourBytes()537 errorBuffer[errorBufferLength++] = encodeSecondToLastTail(char32); in encodeFourBytes()[all …]
39 int errorBufferLength = 0; field in CharsetEncoderICU238 errorBufferLength = 0; in implReset()262 … if (!in.hasRemaining() && this.errorBufferLength == 0) { // make sure the errorBuffer is empty in encodeLoop()321 if (errorBufferLength > 0) { in encode()326 length = errorBufferLength; in encode()337 errorBufferLength = (byte) j; in encode()349 errorBufferLength = 0; in encode()724 cnv.errorBufferLength = bytesLimit - bytesBegin; in fromUWriteBytes()725 if (cnv.errorBufferLength > 0) { in fromUWriteBytes()830 int errBuffLen = encoder.errorBufferLength; in cbFromUWriteUChars()[all …]
552 errorBufferLength=1; in encodeLoop()603 errorBufferLength=1; in encodeLoop()636 errorBufferLength=1; in encodeLoop()663 errorBufferLength=1; in encodeLoop()674 errorBufferLength=2; in encodeLoop()701 errorBufferLength=1; in encodeLoop()712 errorBufferLength=2; in encodeLoop()743 … errorBuffer[errorBufferLength++]=useIMAP ? TO_BASE64_IMAP(bits) : TO_BASE_64[bits]; in encodeLoop()755 errorBuffer[errorBufferLength++]=MINUS; in encodeLoop()
318 errorBuffer[errorBufferLength++] = (byte) targetUniChar[0]; in encodeLoop()322 errorBuffer[errorBufferLength++] = (byte) (targetUniChar[0] >> 8); in encodeLoop()323 errorBuffer[errorBufferLength++] = (byte) targetUniChar[0]; in encodeLoop()335 errorBuffer[errorBufferLength++] = (byte) targetUniChar[0]; in encodeLoop()374 errorBuffer[errorBufferLength++] = b; in concatEscape()
2632 if (myConverterData.currentEncoder.errorBufferLength > 0) { in cbFromUWriteSub()2635 encoder.errorBufferLength = myConverterData.currentEncoder.errorBufferLength; in cbFromUWriteSub()2636 myConverterData.currentEncoder.errorBufferLength = 0; in cbFromUWriteSub()2651 if (myConverterData.currentEncoder.errorBufferLength > 0) { in encodeLoopIBM()2654 errorBufferLength = myConverterData.currentEncoder.errorBufferLength; in encodeLoopIBM()2655 myConverterData.currentEncoder.errorBufferLength = 0; in encodeLoopIBM()2739 errorBuffer[errorBufferLength++] = (byte)targetByteUnit[0]; in encodeLoop()2754 …errorBuffer[errorBufferLength++] = (byte)(UConverterConstants.UNSIGNED_BYTE_MASK & (targetByteUnit… in encodeLoop()2759 …errorBuffer[errorBufferLength++] = (byte)(UConverterConstants.UNSIGNED_BYTE_MASK & ((targetByteUni… in encodeLoop()2760 …errorBuffer[errorBufferLength++] = (byte)(UConverterConstants.UNSIGNED_BYTE_MASK & (targetByteUnit… in encodeLoop()[all …]
1398 errorBuffer[errorBufferLength++] = (byte)(targetByteUnit >> 8); in WriteToTargetFromU()1399 errorBuffer[errorBufferLength++] = (byte)targetByteUnit; in WriteToTargetFromU()1413 errorBuffer[errorBufferLength++] = (byte)targetByteUnit; in WriteToTargetFromU()1419 errorBuffer[errorBufferLength++] = (byte)(targetByteUnit >> 16); in WriteToTargetFromU()1421 errorBuffer[errorBufferLength++] = (byte)(targetByteUnit >> 8); in WriteToTargetFromU()1423 errorBuffer[errorBufferLength++] = (byte)(targetByteUnit); in WriteToTargetFromU()
478 this.errorBufferLength = m; in encodeLoop()
634 errorBufferLength = length; in regularLoop()
1092 errorBufferLength = bytes_written; in encodeLoop()
3273 errorBufferLength = (byte) length; in encodeLoop()3337 errorBufferLength = 1; in encodeLoop()3351 errorBufferLength = si_value_length; in encodeLoop()4460 errorBufferLength = 1; in cnvMBCSDoubleFromUnicodeWithOffsets()
1223 errorBufferLength = length; in outputBytes()