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

  /frameworks/support/compat/src/main/java/androidx/core/util/
PatternsCompat.java 222 private static final String PATH_AND_QUERY = "[/\\?](?:(?:[" + LABEL_CHAR
236 + "(" + PATH_AND_QUERY + ")?"
276 + "(?:" + PATH_AND_QUERY + ")?"
291 + "(?:" + PATH_AND_QUERY + ")?"
  /frameworks/base/core/java/android/util/
Patterns.java 315 private static final String PATH_AND_QUERY = "[/\\?](?:(?:[" + LABEL_CHAR
329 + "(" + PATH_AND_QUERY + ")?"
369 + "(?:" + PATH_AND_QUERY + ")?"
384 + "(?:" + PATH_AND_QUERY + ")?"

Completed in 352 milliseconds