Searched refs:SS3 (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharEUC.java35 private final int SS3 = 0x8F; field in class:ByteToCharEUC
96 byte1 == SS3 ) { // for g2 or g3
H A DByteToCharEUC2.java35 private final int SS3 = 0x8F; field in class:ByteToCharEUC2
97 byte1 == SS3 ) { // for g2 or g3
H A DByteToCharCp33722.java40 private final int SS3 = 0x8F; field in class:ByteToCharCp33722
116 else if (byte1 == SS3) // drop into G3 set
H A DByteToCharCp964.java42 private final int SS3 = 0x8F; field in class:ByteToCharCp964
121 else if (byte1 == SS3) {
H A DByteToCharJISAutoDetect.java41 private final static int SS3 = 0x8f; field in class:ByteToCharJISAutoDetect
137 // If the first byte is a SS3 and the third byte
144 if ((byte1 == SS3) && JISAutoDetect.canBeEUCJP(secondmask)) {
/openjdk7/jdk/test/sun/nio/cs/OLD/
H A DSimpleEUCDecoder.java45 private final int SS3 = 0x8F; field in class:SimpleEUCDecoder
75 if (byte1 == SS2 || byte1 == SS3 ) {
119 if (byte1 == SS2 || byte1 == SS3 ) {
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DIBM33722.java114 private final int SS3 = 0x8F; field in class:IBM33722.Decoder
151 } else if(byte1 == SS3 ) { //G3
212 } else if (byte1 == SS3 ) { //G3
H A DIBM964.java115 private final int SS3 = 0x8F; field in class:IBM964.Decoder
166 } else if(byte1 == SS3 ) {
227 } else if (byte1 == SS3 ) {
H A DDoubleByte.java56 * G1 are defined, G2 (with SS2) and G3 (with SS3) are not used.
58 * above, except it return "malformed" for the SS2 and SS3 when
385 // The only thing we need to "override" is to check SS2/SS3 and
389 private final int SS3 = 0x8F; field in class:DoubleByte.Decoder_EUC_SIM
398 if (b == SS2 || b == SS3 )
404 if (b == SS2 || b == SS3 )
/openjdk7/jdk/test/sun/nio/cs/
H A DFindDecoderBugs.java336 private static final byte SS3 = (byte) 0x8f; field in class:FindDecoderBugs
342 {SS2}, {SS3}, {SO}, {SI}

Completed in 112 milliseconds