Home
last modified time | relevance | path

Searched refs:testPatternsMultiple (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
DMatcherTest.java327 String[] testPatternsMultiple = { "((a)|(b)){1,2}abb", in testMatchesQuantifiers() local
350 for (int i = 0; i < testPatternsMultiple.length; i++) { in testMatchesQuantifiers()
351 Pattern pat = Pattern.compile(testPatternsMultiple[i]); in testMatchesQuantifiers()