OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GOOD_IRI_CHAR
(Results
1 - 2
of
2
) sorted by null
/art/test/094-pattern/src/
Main.java
22
public static final String
GOOD_IRI_CHAR
=
58
+ "((?:(?:[" +
GOOD_IRI_CHAR
+ "][" +
GOOD_IRI_CHAR
+ "\\-]{0,64}\\.)+" // named host
66
+ "(\\/(?:(?:[" +
GOOD_IRI_CHAR
+ "\\;\\/\\?\\:\\@\\&\\=\\#\\~" // plus option query params
/external/apache-http/android/src/android/net/compatibility/
WebAddress.java
19
import static android.util.Patterns.
GOOD_IRI_CHAR
;
56
/* host */ "([" +
GOOD_IRI_CHAR
+ "%_-][" +
GOOD_IRI_CHAR
+ "%_\\.-]*|\\[[0-9a-fA-F:\\.]+\\])?" +
Completed in 121 milliseconds