Searched refs:DOMAIN_NAME (Results 1 – 8 of 8) sorted by relevance
471 Patterns.DOMAIN_NAME.matcher(domain).matches()); in testDomain_matchesPunycodeTld()478 Patterns.DOMAIN_NAME.matcher(domain).matches()); in testDomain_doesNotMatchPunycodeThatStartsWithDash()485 Patterns.DOMAIN_NAME.matcher(domain).matches()); in testDomain_doesNotMatchPunycodeThatEndsWithDash()496 Patterns.DOMAIN_NAME.matcher(domain).matches()); in testDomain_doesNotMatchPunycodeLongerThanAllowed()503 Patterns.DOMAIN_NAME.matcher(domain).matches()); in testDomain_matchesObsoleteTld()510 Patterns.DOMAIN_NAME.matcher(domain).matches()); in testDomain_matchesWithSubDomain()517 Patterns.DOMAIN_NAME.matcher(domain).matches()); in testDomain_matchesWithoutSubDomain()524 Patterns.DOMAIN_NAME.matcher(domain).matches()); in testDomain_matchesUnicodeDomainNames()531 Patterns.DOMAIN_NAME.matcher(domain).matches()); in testDomain_doesNotMatchInvalidDomain()538 Patterns.DOMAIN_NAME.matcher(domain).matches()); in testDomain_matchesPunycodeArabicDomainName()
301 public static final Pattern DOMAIN_NAME field in Patterns326 + "(?:" + DOMAIN_NAME + ")"
201 public static final int DOMAIN_NAME = 12; field in ImsConfig.ConfigConstants
169 if (!Patterns.DOMAIN_NAME.matcher(host).matches()) { in createWebAssetString()
31709 field public static final java.util.regex.Pattern DOMAIN_NAME;
40379 field public static final java.util.regex.Pattern DOMAIN_NAME;
43379 field public static final java.util.regex.Pattern DOMAIN_NAME;
40458 field public static final java.util.regex.Pattern DOMAIN_NAME;