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

/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DEUC_TW.java447 int index = c2bSuppIndex[c >> 8];
487 static final char[] c2bSuppIndex; field in class:EUC_TW.Encoder
499 c2bSuppIndex = EUC_TWMapping.c2bSuppIndex;
528 int index = c2bSuppIndex[c >> 8] + (c&0xff);

Completed in 23 milliseconds