Home
last modified time | relevance | path

Searched defs:sourceLength (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DArrayIndexOutOfBoundsException.java73 public ArrayIndexOutOfBoundsException(int sourceLength, int index) { in ArrayIndexOutOfBoundsException()
81 public ArrayIndexOutOfBoundsException(int sourceLength, int offset, in ArrayIndexOutOfBoundsException()
DStringIndexOutOfBoundsException.java85 public StringIndexOutOfBoundsException(int sourceLength, int index) { in StringIndexOutOfBoundsException()
101 public StringIndexOutOfBoundsException(int sourceLength, int offset, in StringIndexOutOfBoundsException()
DString.java1673 final int sourceLength = source.length(); in indexOf() local
1816 final int sourceLength = source.length(); in lastIndexOf() local