Searched refs:WEB_URL (Results 1 – 5 of 5) sorted by relevance
103 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesValidUrlWithSchemeAndHostname()110 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesValidUrlWithSchemeHostnameAndNewTld()117 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesValidUrlWithHostnameAndNewTld()124 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesChinesePunycodeUrlWithProtocol()131 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesChinesePunycodeUrlWithoutProtocol()138 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesArabicPunycodeUrlWithProtocol()145 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesArabicPunycodeUrlWithoutProtocol()152 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesUrlWithUnicodeDomainNameWithProtocol()159 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesUrlWithUnicodeDomainNameWithoutProtocol()166 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesUrlWithUnicodeTld()[all …]
76 Linkify.addLinks(mTestSpannable, Patterns.WEB_URL, "http://", in timeOldRegEx()
323 public static final Pattern WEB_URL = Pattern.compile("(" field in Patterns
31717 field public static final java.util.regex.Pattern WEB_URL;
48192 field public static final java.util.regex.Pattern WEB_URL;