Home
last modified time | relevance | path

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

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