Searched refs:pat2 (Results 1 – 2 of 2) sorted by relevance
402 Pattern pat2 = Pattern.compile(testPattern); in testFind() local403 Matcher mat2 = pat2.matcher(testString); in testFind()
268 Pattern pat2 = Pattern.compile(testPattern); in test_findI() local269 Matcher mat2 = pat2.matcher(testString); in test_findI()