Searched defs:testPattern (Results 1 – 4 of 4) sorted by relevance
63 String testPattern = "(abb)"; in test_resetLjava_lang_String() local112 String testPattern = "(abb)"; in test_reset() local123 String testPattern = "abb"; in test_hasAnchoringBounds() local141 String testPattern = "abb"; in test_hasTransparentBounds() local159 String testPattern = "(((abb)a)(bb))"; in test_startI() local195 String testPattern = "(((abb)a)(bb))"; in test_endI() local231 String testPattern = "(((abb)a)(bb))"; in test_lookingAt() local245 String testPattern = "(abb)"; in test_findI() local319 String testPattern = "(abb)"; in test_start() local338 String testPattern = "(abb)"; in test_end() local[all …]
164 public void testPattern() { in testPattern() method in MatcherTest385 String testPattern = "(abb)"; in testFind() local
966 final String testPattern = "The system as we know it is broken"; in testStringConstructors() local
249 public void testPattern() { in testPattern() method in PatternTest