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

/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DEUC_TW.java122 static final byte[] cnspToIndex = new byte[0x100]; field in class:EUC_TW.Decoder
124 Arrays.fill(cnspToIndex, (byte)-1);
125 cnspToIndex[0xa2] = 1; cnspToIndex[0xa3] = 2; cnspToIndex[0xa4] = 3;
126 cnspToIndex[0xa5] = 4; cnspToIndex[0xa6] = 5; cnspToIndex[0xa7] = 6;
127 cnspToIndex[0xaf] = 7;
183 int cnsPlane = cnspToIndex[s
[all...]

Completed in 28 milliseconds