Searched refs:ASCII (Results 1 – 9 of 9) sorted by relevance
30 private static final byte[] ASCII = makeUnicodeRange(0, 0x7f, NO_OF_BYTES / 0x80); field in CharsetUtf8Benchmark55 new String(ASCII, StandardCharsets.UTF_8); in time_ascii()
46 ASCII(128), enumConstant
107 static final int ASCII = 1; field in FtpURLConnection356 type = ASCII; in decodePath()457 if (type == ASCII) { in getInputStream()573 if (type == ASCII) { in getOutputStream()622 type = ASCII;650 value = (type == ASCII ? "a" : type == DIR ? "d" : "i");
81 ASCII, BINARY, EBCDIC enumConstant691 setType(TransferType.ASCII); in setAsciiType()
42 charset US-ASCII US_ASCII48 alias ASCII
804 if (type == TransferType.ASCII) { in createInputStream()811 if (type == TransferType.ASCII) { in createOutputStream()1675 if (type == TransferType.ASCII) { in setType()
230 ASCII, enumConstant
47 * encoding: US-ASCII
1 # Reference encodings for US-ASCII generated by class libcore.java.nio.charset.StandardCharsetsEnco…