Searched defs:unicode_max_length (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/sun/net/idn/
H A DPunycodeTest.java47 static final int unicode_max_length = 256; field in class:PunycodeTest
69 private boolean case_flags[] = new boolean[unicode_max_length];
72 char input[] = new char[unicode_max_length];
98 if (input_length == unicode_max_length) fail(too_big, inputS);
138 output_length[0] = unicode_max_length;

Completed in 30 milliseconds