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

/openjdk7/jdk/test/sun/nio/cs/
H A DEUC_TW_OLD.java10538 static String[] cnsChars = { field in class:EUC_TW_OLD.Decoder
10618 if (cnsPlane - 2 >= cnsChars.length || cnsPlane - 2 < 0)
10626 cnsChars[cnsPlane - 2]);
10634 cnsChars[cnsPlane - 2]);
10694 if (cnsPlane - 2 >= cnsChars.length || cnsPlane - 2 < 0)
10702 cnsChars[cnsPlane - 2]);
10710 cnsChars[cnsPlane - 2]);
[all...]

Completed in 98 milliseconds