Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DEmailAddress.java59 allowI18n = i18n; in EmailAddress()
81 allowI18n = i18n; in EmailAddress()
163 || (!allowI18n && !CharMatcher.ascii().matchesAllOf(host))) { in isValidInternal()
185 || (!allowI18n && !CharMatcher.ascii().matchesAllOf(user))) { in isValidInternal()
206 || (ch >= 128 && !allowI18n)) { in isQuotedUserValid()
271 protected boolean allowI18n = false; field in EmailAddress