Home
last modified time | relevance | path

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

/art/test/082-inline-execute/src/
DMain.java390 private static int testNullIndex(String strNull, int c, int startIndex) { in testNullIndex() argument
391 return strNull.indexOf(c, startIndex); in testNullIndex()