Searched refs:sLocationNameRe (Results 1 – 1 of 1) sorted by relevance
229 private static final Pattern sLocationNameRe = Pattern.compile("(?:" field in FindAddress351 return sLocationNameRe.matcher(location).matches(); in isValidLocationName()