Searched defs:regionMatches (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
H A DString.java1073 && regionMatches(true, 0, anotherString, 0, len);
1222 public boolean regionMatches(int toffset, String other, int ooffset, method in class:String
1290 public boolean regionMatches(boolean ignoreCase, int toffset, method in class:String

Completed in 122 milliseconds