OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TLD
(Results
1 - 4
of
4
) sorted by null
/frameworks/support/compat/java/android/support/v4/util/
PatternsCompat.java
30
* http://data.iana.org/
TLD
/tlds-alpha-by-domain.txt
31
* This pattern is auto-generated by frameworks/ex/common/tools/make-iana-
tld
-pattern.py
188
* Valid characters for IRI
TLD
defined in RFC 3987.
203
private static final String
TLD
= "(" + PUNYCODE_TLD + "|" + "[" + TLD_CHAR + "]{2,63}" +")";
205
private static final String HOST_NAME = "(" + IRI_LABEL + "\\.)+" +
TLD
;
259
* Regular expression that matches domain names without a
TLD
/frameworks/base/core/java/android/util/
Patterns.java
29
* http://data.iana.org/
TLD
/tlds-alpha-by-domain.txt
30
* This pattern is auto-generated by frameworks/ex/common/tools/make-iana-
tld
-pattern.py
76
* http://data.iana.org/
TLD
/tlds-alpha-by-domain.txt
77
* This pattern is auto-generated by frameworks/ex/common/tools/make-iana-
tld
-pattern.py
115
* http://data.iana.org/
TLD
/tlds-alpha-by-domain.txt
116
* This pattern is auto-generated by frameworks/ex/common/tools/make-iana-
tld
-pattern.py
282
* Valid characters for IRI
TLD
defined in RFC 3987.
297
private static final String
TLD
= "(" + PUNYCODE_TLD + "|" + "[" + TLD_CHAR + "]{2,63}" +")";
299
private static final String HOST_NAME = "(" + IRI_LABEL + "\\.)+" +
TLD
;
353
* Regular expression that matches domain names without a
TLD
[
all
...]
/prebuilts/sdk/current/support/v4/
android-support-v4.jar
/prebuilts/sdk/current/support/v13/
android-support-v13.jar
Completed in 81 milliseconds