Home
last modified time | relevance | path

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

/packages/services/Telephony/src/org/apache/james/mime4j/decoder/
DQuotedPrintableInputStream.java182 byte msd = asciiCharToNumericValue(msdChar); in fillBuffer()
183 byte low = asciiCharToNumericValue(b); in fillBuffer()
212 private byte asciiCharToNumericValue(byte c) { in asciiCharToNumericValue() method in QuotedPrintableInputStream
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
DQuotedPrintableInputStream.java182 byte msd = asciiCharToNumericValue(msdChar); in fillBuffer()
183 byte low = asciiCharToNumericValue(b); in fillBuffer()
212 private byte asciiCharToNumericValue(byte c) { in asciiCharToNumericValue() method in QuotedPrintableInputStream