OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asciiCharToNumericValue
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java
182
byte msd =
asciiCharToNumericValue
(msdChar);
183
byte low =
asciiCharToNumericValue
(b);
212
private byte
asciiCharToNumericValue
(byte c) {
/packages/services/Telephony/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java
182
byte msd =
asciiCharToNumericValue
(msdChar);
183
byte low =
asciiCharToNumericValue
(b);
212
private byte
asciiCharToNumericValue
(byte c) {
Completed in 56 milliseconds