Searched refs:REMOVE_OPTIONAL_DQUOTE (Results 1 – 2 of 2) sorted by relevance
59 private static final Pattern REMOVE_OPTIONAL_DQUOTE = Pattern.compile("^\"?([^\"]*)\"?$"); field in Address174 personal = REMOVE_OPTIONAL_DQUOTE.matcher(personal).replaceAll("$1"); in decodeAddressPersonal()
68 private static final Pattern REMOVE_OPTIONAL_DQUOTE = Pattern.compile("^\"?([^\"]*)\"?$"); field in Address186 personal = REMOVE_OPTIONAL_DQUOTE.matcher(personal).replaceAll("$1"); in decodeAddressPersonal()