Searched refs:REMOVE_OPTIONAL_BRACKET (Results 1 – 2 of 2) sorted by relevance
66 private static final Pattern REMOVE_OPTIONAL_BRACKET = Pattern.compile("^<?([^>]+)>?$"); field in Address156 mAddress = REMOVE_OPTIONAL_BRACKET.matcher(address).replaceAll("$1"); in setAddress()
65 private static final Pattern REMOVE_OPTIONAL_BRACKET = Pattern.compile("^<?([^>]+)>?$"); field in Address155 mAddress = REMOVE_OPTIONAL_BRACKET.matcher(address).replaceAll("$1"); in setAddress()