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

/dalvik/vm/
H A DException.h444 void dvmThrowStringIndexOutOfBoundsExceptionWithIndex(jsize stringLength,
452 void dvmThrowStringIndexOutOfBoundsExceptionWithRegion(jsize stringLength,
H A DException.cpp1413 void dvmThrowStringIndexOutOfBoundsExceptionWithIndex(jsize stringLength, argument
1416 "length=%d; index=%d", stringLength, requestIndex);
1419 void dvmThrowStringIndexOutOfBoundsExceptionWithRegion(jsize stringLength, argument
1423 stringLength, requestStart, requestLength);

Completed in 24 milliseconds