OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REMOVE_OPTIONAL_BRACKET
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Address.java
55
private static final Pattern
REMOVE_OPTIONAL_BRACKET
= Pattern.compile("^<?([^>]+)>?$");
96
mAddress =
REMOVE_OPTIONAL_BRACKET
.matcher(address).replaceAll("$1");
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
Address.java
67
private static final Pattern
REMOVE_OPTIONAL_BRACKET
= Pattern.compile("^<?([^>]+)>?$");
144
mAddress =
REMOVE_OPTIONAL_BRACKET
.matcher(address).replaceAll("$1");
Completed in 61 milliseconds