Searched refs:testPatternsMultiple (Results 1 – 1 of 1) sorted by relevance
327 String[] testPatternsMultiple = { "((a)|(b)){1,2}abb", in testMatchesQuantifiers() local350 for (int i = 0; i < testPatternsMultiple.length; i++) { in testMatchesQuantifiers()351 Pattern pat = Pattern.compile(testPatternsMultiple[i]); in testMatchesQuantifiers()