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