Lines Matching refs:startIndex
431 * If startIndex >= zero the match operation starts at the specified
435 * If startIndex == -1 the match must cover the input region, or the entire
440 * @param startIndex The input string (native) index at which to begin matching, or -1
448 int32_t startIndex,
457 int64_t startIndex,
465 * <p>If startIndex is >= 0 any input region that was set for this
477 * @param startIndex The input string (native) index at which to begin matching, or
485 int32_t startIndex,
494 int64_t startIndex,
499 * If startIndex is >= zero the search for a match begins at the specified index,
501 * Matcher.find(startIndex) in Java.
503 * If startIndex == -1 the search begins at the start of the input region,
510 * @param startIndex The position (native) in the input string to begin the search, or
518 int32_t startIndex,
527 int64_t startIndex,
761 int64_t startIndex,