Searched refs:fromUWriteBytes (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetUTF16.java | 267 cr = fromUWriteBytes(this, bom, 0, bom.length, target, offsets, -1); in encodeLoop() 311 cr = fromUWriteBytes(this, temp, 0, 4, target, offsets, sourceIndex); in encodeChar() 316 cr = fromUWriteBytes(this, temp, 0, 2, target, offsets, sourceIndex); in encodeChar()
|
D | CharsetUTF32.java | 192 cr = fromUWriteBytes(this, bom, 0, bom.length, target, offsets, -1); in encodeLoop() 240 cr = fromUWriteBytes(this, temp, 0, 4, target, offsets, sourceIndex); in encodeChar()
|
D | CharsetEncoderICU.java | 698 static final CoderResult fromUWriteBytes(CharsetEncoderICU cnv, in fromUWriteBytes() method in CharsetEncoderICU 781 return CharsetEncoderICU.fromUWriteBytes(encoder, in cbFromUWriteSub() 785 return CharsetEncoderICU.fromUWriteBytes(encoder, sub, 0, in cbFromUWriteSub()
|
D | CharsetISO2022.java | 1729 …err = CharsetEncoderICU.fromUWriteBytes(this, buffer, 0, i, target, offsets, source.position() - 1… in cbFromUWriteSub() 2059 …err = CharsetEncoderICU.fromUWriteBytes(this, buffer, 0, outLen, target, offsets, source.position(… in encodeLoop() 2108 … err = CharsetEncoderICU.fromUWriteBytes(this, buffer, 0, outLen, target, offsets, sourceIndex); in encodeLoop() 2237 …err = CharsetEncoderICU.fromUWriteBytes(this, buffer, 0, i, target, offsets, source.position() - 1… in cbFromUWriteSub() 2520 …err = CharsetEncoderICU.fromUWriteBytes(this, buffer, 0, len, target, offsets, source.position()-1… in encodeLoop() 2559 … err = CharsetEncoderICU.fromUWriteBytes(this, SHIFT_IN_STR, 0, 1, target, offsets, sourceIndex); in encodeLoop() 2615 …err = CharsetEncoderICU.fromUWriteBytes(this, buffer, 0, i, target, offsets, source.position() - 1… in cbFromUWriteSub() 2841 … CharsetEncoderICU.fromUWriteBytes(this, SHIFT_IN_STR, 0, 1, target, offsets, sourceIndex); in encodeLoop()
|
D | CharsetMBCS.java | 3875 … return fromUWriteBytes(this, resultArray, resultArrayIndex, length, target, offsets, srcIndex); in writeFromU() 3920 cr[0] = fromUWriteBytes(this, bytes, 0, 4, target, offsets, sourceIndex); in fromU() 4735 …return CharsetEncoderICU.fromUWriteBytes(encoder, subchar, 0, length, target, offsets, source.posi… in cbFromUWriteSub()
|