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.java245 private static final int getTrail=1; field in CharsetBOCU1.CharsetEncoderBOCU
412 labelType = getTrail; in encodeLoop()
420 case getTrail: in encodeLoop()
421 labelType = getTrail(source, target, offsets); in encodeLoop()
469 private int getTrail(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in getTrail() method in CharsetBOCU1.CharsetEncoderBOCU
522 getTrail(source, target, offsets); in regularLoop()
696 private static final int getTrail=1;
821 labelType = getTrail; in decodeLoop()
829 case getTrail: in decodeLoop()
830 labelType = getTrail(source, target, offsets); in decodeLoop()
[all …]
DCharsetISO2022.java1745 boolean getTrail = false; // use for getTrail label in encodeLoop()
1752 getTrail = true; in encodeLoop()
1755 while (getTrail || source.hasRemaining()) { in encodeLoop()
1756 if (getTrail || target.hasRemaining()) { in encodeLoop()
1758 if (!getTrail) { /* skip if going to getTrail label */ in encodeLoop()
1762 if (getTrail || UTF16.isSurrogate((char)sourceChar)) { in encodeLoop()
1763 if (getTrail || UTF16.isLeadSurrogate((char)sourceChar)) { in encodeLoop()
1765 if (getTrail) { in encodeLoop()
1766 getTrail = false; in encodeLoop()
DCharsetSCSU.java771 label = getTrail(source, target, offsets); in loop()
819 label = getTrail(source, target, offsets); in loop()
1052 private int getTrail(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in getTrail() method in CharsetSCSU.CharsetEncoderSCSU
DCharsetMBCS.java2953 doloop = getTrail(source, target, uniMask, x, flush, cr); in encodeLoop()
2998 doloop = getTrail(source, target, uniMask, x, flush, cr); in encodeLoop()
4542 … private final boolean getTrail(CharBuffer source, ByteBuffer target, int uniMask, SideEffects x, in getTrail() method in CharsetMBCS.CharsetEncoderMBCS
/external/icu/icu4c/source/common/
Ducnvbocu.cpp425 goto getTrail; in _Bocu1FromUnicodeWithOffsets()
485 getTrail: in _Bocu1FromUnicodeWithOffsets()
678 goto getTrail; in _Bocu1FromUnicode()
729 getTrail: in _Bocu1FromUnicode()
997 goto getTrail; in _Bocu1ToUnicodeWithOffsets()
1099 getTrail: in _Bocu1ToUnicodeWithOffsets()
1212 goto getTrail; in _Bocu1ToUnicode()
1304 getTrail: in _Bocu1ToUnicode()
Ducnvhz.c359 goto getTrail; in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
452 getTrail: in UConverter_fromUnicode_HZ_OFFSETS_LOGIC()
Ducnvlat1.c179 goto getTrail; in _Latin1FromUnicodeWithOffsets()
272 getTrail: in _Latin1FromUnicodeWithOffsets()
Ducnv_ct.c352 goto getTrail; in UConverter_fromUnicode_CompoundText_OFFSETS()
362 getTrail: in UConverter_fromUnicode_CompoundText_OFFSETS()
Ducnv2022.cpp1698 goto getTrail; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1708 getTrail: in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2397 goto getTrail; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2485 getTrail: in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2947 goto getTrail; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
2957 getTrail: in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
Ducnvmbcs.cpp3455 goto getTrail; in ucnv_MBCSDoubleFromUnicodeWithOffsets()
3505 getTrail: in ucnv_MBCSDoubleFromUnicodeWithOffsets()
3688 goto getTrail; in ucnv_MBCSSingleFromUnicodeWithOffsets()
3710 getTrail: in ucnv_MBCSSingleFromUnicodeWithOffsets()
3873 goto getTrail; in ucnv_MBCSSingleFromBMPWithOffsets()
3959 getTrail: in ucnv_MBCSSingleFromBMPWithOffsets()
4184 goto getTrail; in ucnv_MBCSFromUnicodeWithOffsets()
4389 getTrail: in ucnv_MBCSFromUnicodeWithOffsets()
Ducnvisci.c917 goto getTrail; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()
1063 getTrail: in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC()