Searched refs:toAscii (Results 1 – 6 of 6) sorted by relevance
46 public static byte[] toAscii(String s) { in toAscii() method in Utility74 return new ByteArrayInputStream(toAscii(ascii)); in streamFromAsciiString()
89 new ByteArrayInputStream(Utility.toAscii(line + "\r\n")), new DiscourseLogger(4)); in parseResponse()103 ByteArrayInputStream in = new ByteArrayInputStream(Utility.toAscii(content + "#trailing")); in createFixedLengthInputStream()
40 return new ImapResponseParser(new ByteArrayInputStream(Utility.toAscii(responses)), in generateParser()
47 return new ByteArrayInputStream(Utility.toAscii(mString)); in getAsStream()
322 public static byte[] toAscii(String s) { in toAscii() method in Utility414 return new ByteArrayInputStream(toAscii(ascii)); in streamFromAsciiString()
612 folder = MODIFIED_UTF_7_CHARSET.decode(ByteBuffer.wrap(Utility.toAscii(name))).toString(); in decodeFolderName()