Searched defs:stringLength (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DException.cpp1411 void dvmThrowStringIndexOutOfBoundsExceptionWithIndex(jsize stringLength, argument
1414 "length=%d; index=%d", stringLength, requestIndex);
1417 void dvmThrowStringIndexOutOfBoundsExceptionWithRegion(jsize stringLength, argument
1421 stringLength, requestStart, requestLength);

Completed in 5 milliseconds