Home
last modified time | relevance | path

Searched refs:toUWriteCodePoint (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java1826 return toUWriteCodePoint(TO_U_GET_CODE_POINT(value), target, offsets, srcIndex); in writeToU()
1838 …private CoderResult toUWriteCodePoint(int c, CharBuffer target, IntBuffer offsets, int sourceIndex… in toUWriteCodePoint() method in CharsetMBCS.CharsetDecoderMBCS
1903 cr[0] = toUWriteCodePoint(linear, target, offsets, sourceIndex); in toU()