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

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
DecoderUtil.java 194 String decoded = decodeEncodedWord(body, begin, end);
217 public static String decodeEncodedWord(String body, int begin, int end) {
  /packages/apps/UnifiedEmail/tests/src/com/android/emailcommon/mail/
AddressUnitTests.java 103 DecoderUtil.decodeEncodedWord(body, 0, body.length());
106 DecoderUtil.decodeEncodedWord(body2, 0, body2.length());

Completed in 171 milliseconds