Searched refs:posSeq (Results 1 – 2 of 2) sorted by relevance
298 String[][] posSeq = { in testMatchesMisc() local317 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()
625 String[][] posSeq = { in testMatches() local644 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() local1730 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() local2183 for (int j = 0; j < posSeq[i].length; j++) { in testAsPredicate()[all …]