Searched refs:EMAIL_ALLOWED_CHARS (Results 1 – 1 of 1) sorted by relevance
27 private static final CharMatcher EMAIL_ALLOWED_CHARS = CharMatcher.inRange((char) 0, (char) 31) field in EmailAddress162 if (!EMAIL_ALLOWED_CHARS.matchesAllOf(host) in isValidInternal()184 if (!EMAIL_ALLOWED_CHARS.matchesAllOf(user) in isValidInternal()