Searched refs:toU (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetMBCS.java | 1877 …private int toU(int length, ByteBuffer source, CharBuffer target, IntBuffer offsets, int sourceInd… in toU() method in CharsetMBCS.CharsetDecoderMBCS 2334 byteIndex = toU(byteIndex, source, target, offsets, sourceIndex, flush, cr); in cnvMBCSToUnicodeWithOffsets() 2450 toULength = toU((byte) 1, source, target, offsets, sourceIndex, flush, cr); in cnvMBCSSingleToBMPWithOffsets() 2604 toULength = toU((byte) 1, source, target, offsets, sourceIndex, flush, cr); in cnvMBCSSingleToUnicodeWithOffsets()
|