Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DStringIndexOutOfBoundsException.java86 StringIndexOutOfBoundsException(int sourceLength, int index) { in StringIndexOutOfBoundsException()
102 StringIndexOutOfBoundsException(int sourceLength, int offset, in StringIndexOutOfBoundsException()
DString.java1724 final int sourceLength = source.length(); in indexOf() local
1885 final int sourceLength = source.length(); in lastIndexOf() local