Searched refs:stringSingles (Results 1 – 1 of 1) sorted by relevance
330 String[][] stringSingles = { { "aaaaa", "aaa" }, in testMatchesQuantifiers() local340 for (int j = 0; j < stringSingles.length / 2; j++) { in testMatchesQuantifiers()342 + " : " + stringSingles[i][j], pat.matcher( in testMatchesQuantifiers()343 stringSingles[i][j * 2]).matches()); in testMatchesQuantifiers()345 + pat.pattern() + " : " + stringSingles[i][j * 2 + 1], in testMatchesQuantifiers()346 pat.matcher(stringSingles[i][j * 2 + 1]).matches()); in testMatchesQuantifiers()