Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetUTF32.java37 private byte[] fromUSubstitution; field in CharsetUTF32
47 this.fromUSubstitution = fromUSubstitution_BE; in CharsetUTF32()
51 this.fromUSubstitution = fromUSubstitution_LE; in CharsetUTF32()
168 super(cs, fromUSubstitution); in CharsetEncoderUTF32()
DCharsetUTF16.java38 private byte[] fromUSubstitution; field in CharsetUTF16
58 this.fromUSubstitution = fromUSubstitution_BE; in CharsetUTF16()
62 this.fromUSubstitution = fromUSubstitution_LE; in CharsetUTF16()
243 super(cs, fromUSubstitution); in CharsetEncoderUTF16()
DCharsetASCII.java22 protected byte[] fromUSubstitution = new byte[] { (byte) 0x1a }; field in CharsetASCII
174 super(cs, fromUSubstitution); in CharsetEncoderASCII()
DCharsetHZ.java28 private static final byte[] fromUSubstitution = new byte[] { (byte) 0x1A }; field in CharsetHZ
227 super(cs, fromUSubstitution); in CharsetEncoderHZ()
DCharsetCompoundText.java23 private static final byte[] fromUSubstitution = new byte[] { (byte) 0x3F }; field in CharsetCompoundText
318 super(cs, fromUSubstitution); in CharsetEncoderCompoundText()
DCharsetUTF8.java27 …private static final byte[] fromUSubstitution = new byte[] { (byte) 0xef, (byte) 0xbf, (byte) 0xbd… field in CharsetUTF8
343 super(cs, fromUSubstitution); in CharsetEncoderUTF8()
DCharsetUTF7.java25 protected byte[] fromUSubstitution=new byte[]{0x3F}; field in CharsetUTF7
480 super(cs, fromUSubstitution); in CharsetEncoderUTF7()
DCharsetBOCU1.java203 protected byte[] fromUSubstitution = new byte[]{(byte)0x1A}; field in CharsetBOCU1
231 super(cs,fromUSubstitution); in CharsetEncoderBOCU()
DCharsetLMBCS.java838 super(cs, fromUSubstitution); in CharsetEncoderLMBCS()
1108 private byte[] fromUSubstitution = new byte[]{ 0x3F }; field in CharsetLMBCS
DCharsetSCSU.java63 protected byte[] fromUSubstitution = new byte[]{(byte)0x0E,(byte)0xFF, (byte)0xFD}; field in CharsetSCSU
597 super(cs, fromUSubstitution); in CharsetEncoderSCSU()
DCharsetMBCS.java35 private byte[] fromUSubstitution = null; field in CharsetMBCS
187 fromUSubstitution = sharedData.staticData.subChar; in CharsetMBCS()
191 fromUSubstitution = new byte[sharedData.staticData.subCharLen]; in CharsetMBCS()
192 …System.arraycopy(sharedData.staticData.subChar, 0, fromUSubstitution, 0, sharedData.staticData.sub… in CharsetMBCS()
2840 super(cs, fromUSubstitution); in CharsetEncoderMBCS()
DCharsetISCII.java757 protected byte[] fromUSubstitution = new byte[]{(byte)0x1A}; field in CharsetISCII
1199 super(cs, fromUSubstitution); in CharsetEncoderISCII()