HomeSort by relevance Sort by last modified time
    Searched refs:sLocationNameRe (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/webkit/
FindAddress.java 229 private static final Pattern sLocationNameRe = Pattern.compile("(?:"
351 return sLocationNameRe.matcher(location).matches();
  /frameworks/support/compat/src/main/java/androidx/core/text/util/
FindAddress.java 238 private static final Pattern sLocationNameRe = Pattern.compile("(?:"
388 return sLocationNameRe.matcher(location).matches();

Completed in 600 milliseconds