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

/packages/apps/Messaging/src/com/android/messaging/util/
H A DEmailAddress.java59 allowI18n = i18n;
81 allowI18n = i18n;
160 // Host must not have any disallowed characters; allowI18n dictates whether
163 || (!allowI18n && !CharMatcher.ASCII.matchesAllOf(host))) {
185 || (!allowI18n && !CharMatcher.ASCII.matchesAllOf(user))) {
206 || (ch >= 128 && !allowI18n)) {
271 protected boolean allowI18n = false; field in class:EmailAddress

Completed in 53 milliseconds