Searched refs:WEB_URL (Results 1 – 7 of 7) 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()139 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesArabicPunycodeUrlWithProtocol()146 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesArabicPunycodeUrlWithoutProtocol()153 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesUrlWithUnicodeDomainNameWithProtocol()160 Patterns.WEB_URL.matcher(url).matches()); in testWebUrl_matchesUrlWithUnicodeDomainNameWithoutProtocol()167 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;
40387 field public static final java.util.regex.Pattern WEB_URL;
43387 field public static final java.util.regex.Pattern WEB_URL;
40466 field public static final java.util.regex.Pattern WEB_URL;