Home
last modified time | relevance | path

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

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