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.java39 private byte[] fromUSubstitution; field in CharsetUTF32
49 this.fromUSubstitution = fromUSubstitution_BE; in CharsetUTF32()
53 this.fromUSubstitution = fromUSubstitution_LE; in CharsetUTF32()
172 super(cs, fromUSubstitution); in CharsetEncoderUTF32()
DCharsetUTF16.java40 private byte[] fromUSubstitution; field in CharsetUTF16
60 this.fromUSubstitution = fromUSubstitution_BE; in CharsetUTF16()
64 this.fromUSubstitution = fromUSubstitution_LE; in CharsetUTF16()
247 super(cs, fromUSubstitution); in CharsetEncoderUTF16()
DCharsetASCII.java24 protected byte[] fromUSubstitution = new byte[] { (byte) 0x1a }; field in CharsetASCII
177 super(cs, fromUSubstitution); in CharsetEncoderASCII()
DCharsetHZ.java30 private static final byte[] fromUSubstitution = new byte[] { (byte) 0x1A }; field in CharsetHZ
231 super(cs, fromUSubstitution); in CharsetEncoderHZ()
DCharsetUTF7.java27 protected byte[] fromUSubstitution=new byte[]{0x3F}; field in CharsetUTF7
484 super(cs, fromUSubstitution); in CharsetEncoderUTF7()
DCharsetCompoundText.java25 private static final byte[] fromUSubstitution = new byte[] { (byte) 0x3F }; field in CharsetCompoundText
320 super(cs, fromUSubstitution); in CharsetEncoderCompoundText()
DCharsetUTF8.java29 …private static final byte[] fromUSubstitution = new byte[] { (byte) 0xef, (byte) 0xbf, (byte) 0xbd… field in CharsetUTF8
318 super(cs, fromUSubstitution); in CharsetEncoderUTF8()
DCharsetBOCU1.java205 protected byte[] fromUSubstitution = new byte[]{(byte)0x1A}; field in CharsetBOCU1
233 super(cs,fromUSubstitution); in CharsetEncoderBOCU()
DCharsetLMBCS.java842 super(cs, fromUSubstitution); in CharsetEncoderLMBCS()
1117 private byte[] fromUSubstitution = new byte[]{ 0x3F }; field in CharsetLMBCS
DCharsetSCSU.java65 protected byte[] fromUSubstitution = new byte[]{(byte)0x0E,(byte)0xFF, (byte)0xFD}; field in CharsetSCSU
599 super(cs, fromUSubstitution); in CharsetEncoderSCSU()
DCharsetMBCS.java34 private byte[] fromUSubstitution = null; field in CharsetMBCS
186 fromUSubstitution = sharedData.staticData.subChar; in CharsetMBCS()
190 fromUSubstitution = new byte[sharedData.staticData.subCharLen]; in CharsetMBCS()
191 …System.arraycopy(sharedData.staticData.subChar, 0, fromUSubstitution, 0, sharedData.staticData.sub… in CharsetMBCS()
2835 super(cs, fromUSubstitution); in CharsetEncoderMBCS()
DCharsetISCII.java756 protected byte[] fromUSubstitution = new byte[]{(byte)0x1A}; field in CharsetISCII
1197 super(cs, fromUSubstitution); in CharsetEncoderISCII()