Searched defs:codes (Results 1 – 3 of 3) sorted by relevance
26 int [] codes = {400, 404, 200, 500, 0}; in test_ConstructorLStringI() local39 int [] codes = {400, -1, Integer.MAX_VALUE, Integer.MIN_VALUE, 0}; in test_ConstructorLStringILString() local
38 static final int[] codes = Charset_TestGenerator.codes; field in OldCharset_AbstractTest46 static char[] theseChars (int[] codes) { in theseChars()52 static byte[] theseBytes (int[] codes) { in theseBytes()
36 static final int[] codes = { field in Charset_TestGenerator