Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
DEncoderUtil.java129 } else if (hasToBeEncoded(displayName, 0)) { in encodeAddressDisplayName()
196 if (hasToBeEncoded(text, usedCharacters)) in encodeIfNecessary()
216 public static boolean hasToBeEncoded(String text, int usedCharacters) { in hasToBeEncoded() method in EncoderUtil