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

/openjdk10/jdk/test/java/nio/charset/coders/
H A DCheck.java46 private static final int UNICODE_SIZE = (1 << 16); field in class:Check
50 private byte[][] bytes = new byte[UNICODE_SIZE][]; // Indexed by char
117 for (int i = 0; i < UNICODE_SIZE; i++) {
128 for (int i = 0; i < UNICODE_SIZE; i++) {

Completed in 42 milliseconds