Searched refs:stringMultiples (Results 1 – 1 of 1) sorted by relevance
334 String[][] stringMultiples = { { "ababb", "aba" }, in testMatchesQuantifiers() local352 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()