Searched defs:toffset (Results 1 – 3 of 3) sorted by relevance
| /libcore/ojluni/annotations/sdk/nullability/java/lang/ |
| D | String.annotated.java | 108 public boolean regionMatches(int toffset, @libcore.util.NonNull java.lang.String other, int ooffset… in regionMatches() 110 public boolean regionMatches(boolean ignoreCase, int toffset, @libcore.util.NonNull java.lang.Strin… in regionMatches() 112 public boolean startsWith(@libcore.util.NonNull java.lang.String prefix, int toffset) { throw new R… in startsWith()
|
| /libcore/ojluni/annotations/hiddenapi/java/lang/ |
| D | String.java | 188 public boolean regionMatches(int toffset, java.lang.String other, int ooffset, int len) { in regionMatches() 193 boolean ignoreCase, int toffset, java.lang.String other, int ooffset, int len) { in regionMatches() 197 public boolean startsWith(java.lang.String prefix, int toffset) { in startsWith()
|
| /libcore/ojluni/src/main/java/java/lang/ |
| D | String.java | 1277 public boolean regionMatches(int toffset, String other, int ooffset, in regionMatches() 1345 public boolean regionMatches(boolean ignoreCase, int toffset, in regionMatches() 1401 public boolean startsWith(String prefix, int toffset) { in startsWith()
|