OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
267
String[][]
posSeq
= {
286
for (int j = 0; j <
posSeq
[i].length; j++) {
287
Matcher mat = pat.matcher(
posSeq
[i][j]);
289
+
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 195 milliseconds