Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetBOCU1.java243 private static final int getTrail=1; field in CharsetBOCU1.CharsetEncoderBOCU
409 labelType = getTrail; in encodeLoop()
417 case getTrail: in encodeLoop()
418 labelType = getTrail(source, target, offsets); in encodeLoop()
466 private int getTrail(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in getTrail() method in CharsetBOCU1.CharsetEncoderBOCU
519 getTrail(source, target, offsets); in regularLoop()
694 private static final int getTrail=1;
818 labelType = getTrail; in decodeLoop()
826 case getTrail: in decodeLoop()
827 labelType = getTrail(source, target, offsets); in decodeLoop()
[all …]
DCharsetISO2022.java1737 boolean getTrail = false; // use for getTrail label in encodeLoop()
1744 getTrail = true; in encodeLoop()
1747 while (getTrail || source.hasRemaining()) { in encodeLoop()
1748 if (getTrail || target.hasRemaining()) { in encodeLoop()
1750 if (!getTrail) { /* skip if going to getTrail label */ in encodeLoop()
1754 if (getTrail || UTF16.isSurrogate((char)sourceChar)) { in encodeLoop()
1755 if (getTrail || UTF16.isLeadSurrogate((char)sourceChar)) { in encodeLoop()
1757 if (getTrail) { in encodeLoop()
1758 getTrail = false; in encodeLoop()
DCharsetSCSU.java767 label = getTrail(source, target, offsets); in loop()
815 label = getTrail(source, target, offsets); in loop()
1048 private int getTrail(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in getTrail() method in CharsetSCSU.CharsetEncoderSCSU
DCharsetMBCS.java2956 doloop = getTrail(source, target, uniMask, x, flush, cr); in encodeLoop()
3001 doloop = getTrail(source, target, uniMask, x, flush, cr); in encodeLoop()
4545 … private final boolean getTrail(CharBuffer source, ByteBuffer target, int uniMask, SideEffects x, in getTrail() method in CharsetMBCS.CharsetEncoderMBCS
/external/icu/icu4c/source/common/
Ducnvbocu.cpp423 goto getTrail; in _Bocu1FromUnicodeWithOffsets()
483 getTrail: in _Bocu1FromUnicodeWithOffsets()
667 goto getTrail; in _Bocu1FromUnicode()
718 getTrail: in _Bocu1FromUnicode()
978 goto getTrail; in _Bocu1ToUnicodeWithOffsets()
1080 getTrail: in _Bocu1ToUnicodeWithOffsets()
1193 goto getTrail; in _Bocu1ToUnicode()
1285 getTrail: in _Bocu1ToUnicode()
Ducnvhz.c357 goto getTrail; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
450 getTrail: in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
Ducnvlat1.c177 goto getTrail; in _Latin1FromUnicodeWithOffsets()
270 getTrail: in _Latin1FromUnicodeWithOffsets()
Ducnv_ct.c350 goto getTrail; in UConverter_fromUnicode_CompoundText_OFFSETS()
360 getTrail: in UConverter_fromUnicode_CompoundText_OFFSETS()
Ducnv2022.cpp1709 goto getTrail; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1719 getTrail: in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2409 goto getTrail; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2497 getTrail: in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2959 goto getTrail; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
2969 getTrail: in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
Ducnvmbcs.cpp3445 goto getTrail; in ucnv_MBCSDoubleFromUnicodeWithOffsets()
3495 getTrail: in ucnv_MBCSDoubleFromUnicodeWithOffsets()
3678 goto getTrail; in ucnv_MBCSSingleFromUnicodeWithOffsets()
3700 getTrail: in ucnv_MBCSSingleFromUnicodeWithOffsets()
3863 goto getTrail; in ucnv_MBCSSingleFromBMPWithOffsets()
3949 getTrail: in ucnv_MBCSSingleFromBMPWithOffsets()
4174 goto getTrail; in ucnv_MBCSFromUnicodeWithOffsets()
4379 getTrail: in ucnv_MBCSFromUnicodeWithOffsets()
Ducnvisci.c915 goto getTrail; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1061 getTrail: in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()