Home
last modified time | relevance | path

Searched defs:sourceLength (Results 1 – 2 of 2) 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()