Searched refs:singleByteMode (Results 1 – 2 of 2) sorted by relevance
333 singleByteMode: in _SCSUToUnicodeWithOffsets()517 goto singleByteMode; in _SCSUToUnicodeWithOffsets()523 goto singleByteMode; in _SCSUToUnicodeWithOffsets()664 singleByteMode: in _SCSUToUnicode()814 goto singleByteMode; in _SCSUToUnicode()820 goto singleByteMode; in _SCSUToUnicode()
262 labelType = singleByteMode(source, target, offsets, ByteMode); in decodeLoop()276 labelType = singleByteMode(source, target, offsets, UnicodeMode); in decodeLoop()354 … private int singleByteMode(ByteBuffer source, CharBuffer target, IntBuffer offsets, int modeType){ in singleByteMode() method in CharsetSCSU.CharsetDecoderSCSU