Searched defs:sourceLength (Results 1 – 3 of 3) sorted by relevance
73 public ArrayIndexOutOfBoundsException(int sourceLength, int index) { in ArrayIndexOutOfBoundsException()81 public ArrayIndexOutOfBoundsException(int sourceLength, int offset, in ArrayIndexOutOfBoundsException()
85 public StringIndexOutOfBoundsException(int sourceLength, int index) { in StringIndexOutOfBoundsException()101 public StringIndexOutOfBoundsException(int sourceLength, int offset, in StringIndexOutOfBoundsException()
1673 final int sourceLength = source.length(); in indexOf() local1816 final int sourceLength = source.length(); in lastIndexOf() local