HomeSort by relevance Sort by last modified time
    Searched refs:pushbackq (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 42 ByteQueue pushbackq = new ByteQueue(); field in class:QuotedPrintableInputStream
81 //Debug.verify(pushbackq.count() == 0, "PopulatePushbackQueue called when pushback queue was not empty!");
83 if (pushbackq.count() != 0)
91 pushbackq.clear(); // discard any whitespace preceding EOF
95 pushbackq.enqueue((byte)i);
99 pushbackq.clear(); // discard any whitespace preceding EOL
100 pushbackq.enqueue((byte)i);
103 pushbackq.enqueue((byte)i);
120 if (pushbackq.count() == 0) {
122 if (pushbackq.count() == 0
    [all...]
  /packages/services/Telephony/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 42 ByteQueue pushbackq = new ByteQueue(); field in class:QuotedPrintableInputStream
81 //Debug.verify(pushbackq.count() == 0, "PopulatePushbackQueue called when pushback queue was not empty!");
83 if (pushbackq.count() != 0)
91 pushbackq.clear(); // discard any whitespace preceding EOF
95 pushbackq.enqueue((byte)i);
99 pushbackq.clear(); // discard any whitespace preceding EOL
100 pushbackq.enqueue((byte)i);
103 pushbackq.enqueue((byte)i);
120 if (pushbackq.count() == 0) {
122 if (pushbackq.count() == 0
    [all...]

Completed in 453 milliseconds