OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testPatterns
(Results
1 - 2
of
2
) sorted by null
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
MatcherTest.java
27
String[]
testPatterns
= {
151
for (String element :
testPatterns
) {
156
for (String element :
testPatterns
) {
284
for (int i = 0; i <
testPatterns
.length; i++) {
285
Pattern pat = Pattern.compile(
testPatterns
[i]);
288
assertTrue("Incorrect match: " +
testPatterns
[i] + " vs "
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
PatternTest.java
31
String[]
testPatterns
= {
174
for (String aPattern :
testPatterns
) {
186
for (String aPattern :
testPatterns
) {
530
for (int i = 0; i <
testPatterns
.length; i++) {
532
assertTrue("Incorrect match: " +
testPatterns
[i] + " vs "
533
+ posSeq[i][j], Pattern.matches(
testPatterns
[i],
[
all
...]
Completed in 1018 milliseconds