Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
DMatcherTest.java334 String[][] stringMultiples = { { "ababb", "aba" }, in testMatchesQuantifiers() local
352 for (int j = 0; j < stringMultiples.length / 2; j++) { in testMatchesQuantifiers()
354 + " : " + stringMultiples[i][j], pat.matcher( in testMatchesQuantifiers()
355 stringMultiples[i][j * 2]).matches()); in testMatchesQuantifiers()
359 + stringMultiples[i][j * 2 + 1], pat.matcher( in testMatchesQuantifiers()
360 stringMultiples[i][j * 2 + 1]).matches()); in testMatchesQuantifiers()