Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DUrlQuerySanitizer.java843 private static final Pattern plusOrPercent = Pattern.compile("[+%]"); field in UrlQuerySanitizer
845 final Matcher matcher = plusOrPercent.matcher(string); in unescape()