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

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
EncoderUtil.java 129 } else if (hasToBeEncoded(displayName, 0)) {
196 if (hasToBeEncoded(text, usedCharacters))
216 public static boolean hasToBeEncoded(String text, int usedCharacters) {
266 * @see #hasToBeEncoded(String, int)
289 * @see #hasToBeEncoded(String, int)
318 * @see #hasToBeEncoded(String, int)
  /packages/services/Telephony/src/org/apache/james/mime4j/codec/
EncoderUtil.java 129 } else if (hasToBeEncoded(displayName, 0)) {
196 if (hasToBeEncoded(text, usedCharacters))
216 public static boolean hasToBeEncoded(String text, int usedCharacters) {
266 * @see #hasToBeEncoded(String, int)
289 * @see #hasToBeEncoded(String, int)
318 * @see #hasToBeEncoded(String, int)

Completed in 40 milliseconds