Searched refs:WEB_URL (Results 1 – 5 of 5) sorted by relevance
60 t = Patterns.WEB_URL.matcher("http://www.google.com").matches(); in testUrlPattern()64 t = Patterns.WEB_URL.matcher("http://www.google.me").matches(); in testUrlPattern()66 t = Patterns.WEB_URL.matcher("google.me").matches(); in testUrlPattern()70 t = Patterns.WEB_URL.matcher("http://xn--fsqu00a.xn--0zwm56d").matches(); in testUrlPattern()72 t = Patterns.WEB_URL.matcher("xn--fsqu00a.xn--0zwm56d").matches(); in testUrlPattern()77 …t = Patterns.WEB_URL.matcher("http://xn--4gbrim.xn----rmckbbajlc6dj7bxne2c.xn--wgbh1c/ar/default.a… in testUrlPattern()79 …t = Patterns.WEB_URL.matcher("xn--4gbrim.xn----rmckbbajlc6dj7bxne2c.xn--wgbh1c/ar/default.aspx").m… in testUrlPattern()83 t = Patterns.WEB_URL.matcher("http://\uD604\uAE08\uC601\uC218\uC99D.kr").matches(); in testUrlPattern()85 t = Patterns.WEB_URL.matcher("\uD604\uAE08\uC601\uC218\uC99D.kr").matches(); in testUrlPattern()88 t = Patterns.WEB_URL.matcher("\uB3C4\uBA54\uC778.\uD55C\uAD6D").matches(); in testUrlPattern()[all …]
146 public static final Pattern WEB_URL = Pattern.compile( field in Patterns
218 gatherLinks(links, text, Patterns.WEB_URL, in addLinks()
33952 field public static final java.util.regex.Pattern WEB_URL;
31719 field public static final java.util.regex.Pattern WEB_URL;