OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testStr2
(Results
1 - 4
of
4
) sorted by null
/art/test/094-pattern/src/
Main.java
76
public static final String
testStr2
= "http:///www.google.com/";
82
System.out.println("str2 matches: " + WEB_URL.matcher(
testStr2
).matches());
/dalvik/tests/094-pattern/src/
Main.java
76
public static final String
testStr2
= "http:///www.google.com/";
82
System.out.println("str2 matches: " + WEB_URL.matcher(
testStr2
).matches());
/art/test/020-string/src/
Main.java
39
String
testStr2
= "This is a very nice strinG";
40
if (testStr.length() !=
testStr2
.length())
43
System.out.println("Compare result is " + testStr.compareTo(
testStr2
));
/dalvik/tests/020-string/src/
Main.java
39
String
testStr2
= "This is a very nice strinG";
40
if (testStr.length() !=
testStr2
.length())
43
System.out.println("Compare result is " + testStr.compareTo(
testStr2
));
Completed in 493 milliseconds