Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
DMatcherTest.java484 String[] posExamples = { "aabbcc", "aacc", "bbaabbcc" }; in testPosCompositeGroup() local
490 for (String element : posExamples) { in testPosCompositeGroup()
505 String[] posExamples = { "aacc", "bbcc", "cc" }; in testPosAltGroup() local
511 for (String element : posExamples) { in testPosAltGroup()