Home
last modified time | relevance | path

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

/art/tools/class2greylist/src/com/android/class2greylist/
DStringCursor.java107 int firstIndex = mString.indexOf(c, mCursor); in find() local
108 if (firstIndex == -1) { in find()
111 return firstIndex - mCursor; in find()