Searched refs:asciiCharToNumericValue (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/org/apache/james/mime4j/decoder/
H A DQuotedPrintableInputStream.java182 byte msd = asciiCharToNumericValue(msdChar);
183 byte low = asciiCharToNumericValue(b);
212 private byte asciiCharToNumericValue(byte c) { method in class:QuotedPrintableInputStream

Completed in 596 milliseconds