Home
last modified time | relevance | path

Searched refs:sLocationNameRe (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
DFindAddress.java229 private static final Pattern sLocationNameRe = Pattern.compile("(?:" field in FindAddress
351 return sLocationNameRe.matcher(location).matches(); in isValidLocationName()