Searched refs:haystackString (Results 1 – 1 of 1) sorted by relevance
1817 private static int indexOf(String haystackString, String needleString, in indexOf() argument1819 char[] haystack = haystackString.value; in indexOf()1820 int haystackOffset = haystackString.offset; in indexOf()1821 int haystackLength = haystackString.count; in indexOf()