Searched refs:stringLength (Results 1 – 2 of 2) sorted by relevance
444 void dvmThrowStringIndexOutOfBoundsExceptionWithIndex(jsize stringLength,452 void dvmThrowStringIndexOutOfBoundsExceptionWithRegion(jsize stringLength,
1411 void dvmThrowStringIndexOutOfBoundsExceptionWithIndex(jsize stringLength, in dvmThrowStringIndexOutOfBoundsExceptionWithIndex() argument1414 "length=%d; index=%d", stringLength, requestIndex); in dvmThrowStringIndexOutOfBoundsExceptionWithIndex()1417 void dvmThrowStringIndexOutOfBoundsExceptionWithRegion(jsize stringLength, in dvmThrowStringIndexOutOfBoundsExceptionWithRegion() argument1421 stringLength, requestStart, requestLength); in dvmThrowStringIndexOutOfBoundsExceptionWithRegion()