Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetBOCU1.java242 private static final int fastSingle=0; field in CharsetBOCU1.CharsetEncoderBOCU
247 …private int labelType = fastSingle; //labeType is set to fastSingle to start the code from fastSin…
414 case fastSingle: in encodeLoop()
415 labelType = fastSingle(source, target, offsets); in encodeLoop()
429 …private int fastSingle(CharBuffer source, ByteBuffer target, IntBuffer offsets){ … in fastSingle() method in CharsetBOCU1.CharsetEncoderBOCU
549 labelType = fastSingle; in regularLoop()
674 labelType = fastSingle; in regularLoop()
693 private static final int fastSingle=0;
797 labelType = fastSingle; // labelType is set to fastSingle so t in decodeLoop()
823 case fastSingle: in decodeLoop()
[all …]
DCharsetSCSU.java258 labelType = fastSingle(source, target, offsets, ByteMode); in decodeLoop()
272 labelType = fastSingle(source, target, offsets, UnicodeMode); in decodeLoop()
288 … private int fastSingle(ByteBuffer source, CharBuffer target, IntBuffer offsets, int modeType){ in fastSingle() method in CharsetSCSU.CharsetDecoderSCSU
/external/icu/icu4c/source/common/
Ducnvscsu.c289 fastSingle: in _SCSUToUnicodeWithOffsets()
353 goto fastSingle; in _SCSUToUnicodeWithOffsets()
358 goto fastSingle; in _SCSUToUnicodeWithOffsets()
399 goto fastSingle; in _SCSUToUnicodeWithOffsets()
438 goto fastSingle; in _SCSUToUnicodeWithOffsets()
450 goto fastSingle; in _SCSUToUnicodeWithOffsets()
471 goto fastSingle; in _SCSUToUnicodeWithOffsets()
510 goto fastSingle; in _SCSUToUnicodeWithOffsets()
635 fastSingle: in _SCSUToUnicode()
679 goto fastSingle; in _SCSUToUnicode()
[all …]
Ducnvbocu.cpp426 fastSingle: in _Bocu1FromUnicodeWithOffsets()
516 goto fastSingle; in _Bocu1FromUnicodeWithOffsets()
670 fastSingle: in _Bocu1FromUnicode()
748 goto fastSingle; in _Bocu1FromUnicode()
981 fastSingle: in _Bocu1ToUnicodeWithOffsets()
1031 goto fastSingle; in _Bocu1ToUnicodeWithOffsets()
1196 fastSingle: in _Bocu1ToUnicode()
1240 goto fastSingle; in _Bocu1ToUnicode()