OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testStr1
(Results
1 - 2
of
2
) sorted by null
/art/test/094-pattern/src/
Main.java
74
public static final String
testStr1
=
81
System.out.println("str1 matches: " + WEB_URL.matcher(
testStr1
).matches());
/dalvik/tests/094-pattern/src/
Main.java
74
public static final String
testStr1
=
81
System.out.println("str1 matches: " + WEB_URL.matcher(
testStr1
).matches());
Completed in 66 milliseconds