Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
DMatcherTest.java298 String[][] posSeq = { in testMatchesMisc() local
317 for (int j = 0; j < posSeq[i].length; j++) { in testMatchesMisc()
318 Matcher mat = pat.matcher(posSeq[i][j]); in testMatchesMisc()
320 + posSeq[i][j], mat.matches()); in testMatchesMisc()
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
DPatternTest.java625 String[][] posSeq = { in testMatches() local
644 for (int j = 0; j < posSeq[i].length; j++) { in testMatches()
646 + posSeq[i][j], Pattern.matches(testPatterns[i], in testMatches()
647 posSeq[i][j])); in testMatches()
1711 String[][] posSeq = { in test_matcherLjava_lang_StringLjava_lang_CharSequence() local
1730 for (int j = 0; j < posSeq[i].length; j++) { in test_matcherLjava_lang_StringLjava_lang_CharSequence()
1732 + posSeq[i][j], Pattern.compile(testPatterns[i]) in test_matcherLjava_lang_StringLjava_lang_CharSequence()
1733 .matcher(posSeq[i][j]).matches()); in test_matcherLjava_lang_StringLjava_lang_CharSequence()
2164 String[][] posSeq = { in testAsPredicate() local
2183 for (int j = 0; j < posSeq[i].length; j++) { in testAsPredicate()
[all …]