Searched refs:decodeEncodedWord (Results 1 – 2 of 2) sorted by relevance
194 String decoded = decodeEncodedWord(body, begin, end); in decodeEncodedWords()217 public static String decodeEncodedWord(String body, int begin, int end) { in decodeEncodedWord() method in DecoderUtil
103 DecoderUtil.decodeEncodedWord(body, 0, body.length()); in testEncodedWord()106 DecoderUtil.decodeEncodedWord(body2, 0, body2.length()); in testEncodedWord()