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

/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DEUC_TW.java67 byte[] b2cIsSupp, so 8 codepoints (same codepoint value, different
119 static final byte[] b2cIsSupp; field in class:EUC_TW.Decoder
130 //static final BitSet b2cIsSupp;
134 // directly on b2cIsSupp
142 b2cIsSupp = flag;
157 if ((b2cIsSupp[index] & (1 << p)) == 0) {
496 byte[] b2cIsSupp = Decoder.b2cIsSupp;
527 if ((b2cIsSupp[off] & (1 << p)) != 0) {

Completed in 23 milliseconds