Searched defs:ASCII (Results 1 – 9 of 9) sorted by relevance
30 private static final byte[] ASCII = makeUnicodeRange(0, 0x7f, NO_OF_BYTES / 0x80); field in CharsetUtf8Benchmark
46 ASCII(128), enumConstant
35 final class ASCII { class55 static final int ASCII = 0x0000FF00; field in ASCII
47 static final int ASCII = 0x0000FF00; field in POSIX_ASCII
3801 Matcher ASCII = Pattern.compile("\\p{ASCII}").matcher(""); in unicodeClassesTest() local
107 static final int ASCII = 1; field in FtpURLConnection
81 ASCII, BINARY, EBCDIC enumConstant
230 ASCII, enumConstant
240 try (Scanner s = new Scanner(tmpFilePath, "US-ASCII")){ in test_ConstructorLjava_nio_file_PathLjava_lang_String()