HomeSort by relevance Sort by last modified time
    Searched full:byteq (Results 1 - 3 of 3) sorted by null

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 41 ByteQueue byteq = new ByteQueue(); field in class:QuotedPrintableInputStream
60 if (byteq.count() == 0)
63 byte val = byteq.dequeue();
119 while (byteq.count() == 0) {
131 byteq.enqueue(b);
153 byteq.enqueue((byte)'=');
161 byteq.enqueue((byte)'=');
162 byteq.enqueue(b);
175 byteq.enqueue((byte)'=');
176 byteq.enqueue((byte)'\r')
    [all...]
Base64InputStream.java 71 * and put the results in the byteq.
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Base64InputStream.java 82 * and put the results in the byteq.

Completed in 97 milliseconds