HomeSort by relevance Sort by last modified time
    Searched refs:posSeq (Results 1 - 2 of 2) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
MatcherTest.java 239 String[][] posSeq = {
258 for (int j = 0; j < posSeq[i].length; j++) {
259 Matcher mat = pat.matcher(posSeq[i][j]);
261 + posSeq[i][j], mat.matches());
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
PatternTest.java 512 String[][] posSeq = {
531 for (int j = 0; j < posSeq[i].length; j++) {
533 + posSeq[i][j], Pattern.matches(testPatterns[i],
534 posSeq[i][j]));
    [all...]

Completed in 531 milliseconds