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

  /frameworks/support/compat/java/android/support/v4/util/
PatternsCompat.java 34 * http://data.iana.org/TLD/tlds-alpha-by-domain.txt
35 * This pattern is auto-generated by frameworks/ex/common/tools/make-iana-tld-pattern.py
190 * Valid characters for IRI TLD defined in RFC 3987.
205 private static final String TLD = "(" + PUNYCODE_TLD + "|" + "[" + TLD_CHAR + "]{2,63}" +")";
207 private static final String HOST_NAME = "(" + IRI_LABEL + "\\.)+" + TLD;
261 * 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/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 1480 milliseconds