Lines Matching refs:startIndex
288 * If startIndex >= zero the match operation starts at the specified
292 * If startIndex == -1 the match must cover the input region, or the entire
297 * @param startIndex The input string index at which to begin matching, or -1
305 int32_t startIndex,
313 * <p>If startIndex is >= 0 any input region that was set for this
325 * @param startIndex The input string index at which to begin matching, or
333 int32_t startIndex,
338 * If startIndex is >= zero the search for a match begins at the specified index,
340 * Matcher.find(startIndex) in Java.
342 * If startIndex == -1 the search begins at the start of the input region,
349 * @param startIndex The position in the input string to begin the search, or
357 int32_t startIndex,