Searched refs:AUTOLINK_WEB_URL (Results 1 – 4 of 4) sorted by relevance
217 Patterns.AUTOLINK_WEB_URL.matcher(url).matches()); in testAutoLinkWebUrl_matchesValidUrlWithSchemeAndHostname()224 Patterns.AUTOLINK_WEB_URL.matcher(url).matches()); in testAutoLinkWebUrl_matchesValidUrlWithSchemeHostnameAndNewTld()231 Patterns.AUTOLINK_WEB_URL.matcher(url).matches()); in testAutoLinkWebUrl_matchesValidUrlWithHostnameAndNewTld()235 Patterns.AUTOLINK_WEB_URL.matcher(url).matches()); in testAutoLinkWebUrl_matchesValidUrlWithHostnameAndNewTld()242 Patterns.AUTOLINK_WEB_URL.matcher(url).matches()); in testAutoLinkWebUrl_matchesChinesePunycodeUrlWithProtocol()249 Patterns.AUTOLINK_WEB_URL.matcher(url).matches()); in testAutoLinkWebUrl_matchesChinesePunycodeUrlWithoutProtocol()256 Patterns.AUTOLINK_WEB_URL.matcher(url).matches()); in testAutoLinkWebUrl_matchesArabicPunycodeUrlWithProtocol()263 Patterns.AUTOLINK_WEB_URL.matcher(url).matches()); in testAutoLinkWebUrl_matchesArabicPunycodeUrlWithoutProtocol()270 Patterns.AUTOLINK_WEB_URL.matcher(url).matches()); in testAutoLinkWebUrl_doesNotMatchPunycodeTldThatStartsWithDash()277 Patterns.AUTOLINK_WEB_URL.matcher(url).matches()); in testAutoLinkWebUrl_doesNotMatchPunycodeTldThatEndsWithDash()[all …]
68 Linkify.addLinks(mTestSpannable, Patterns.AUTOLINK_WEB_URL, "http://", in timeNewRegEx()
395 public static final Pattern AUTOLINK_WEB_URL = Pattern.compile( field in Patterns
238 gatherLinks(links, text, Patterns.AUTOLINK_WEB_URL, in addLinks()