Searched refs:toAscii (Results 1 – 5 of 5) sorted by relevance
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()
410 public static byte[] toAscii(String s) { in toAscii() method in Utility511 return new ByteArrayInputStream(toAscii(ascii)); in streamFromAsciiString()
563 folder = MODIFIED_UTF_7_CHARSET.decode(ByteBuffer.wrap(Utility.toAscii(name))).toString(); in decodeFolderName()