Home | History | Annotate | Download | only in unicode

Lines Matching full:startindex

432   *   If startIndex >= zero the match operation starts at the specified
436 * If startIndex == -1 the match must cover the input region, or the entire
441 * @param startIndex The input string (native) index at which to begin matching, or -1
449 int32_t startIndex,
458 * If startIndex >= zero the match operation starts at the specified
462 * If startIndex == -1 the match must cover the input region, or the entire
467 * @param startIndex The input string (native) index at which to begin matching, or -1
475 int64_t startIndex,
483 * <p>If startIndex is >= 0 any input region that was set for this
495 * @param startIndex The input string (native) index at which to begin matching, or
503 int32_t startIndex,
512 * <p>If startIndex is >= 0 any input region that was set for this
524 * @param startIndex The input string (native) index at which to begin matching, or
532 int64_t startIndex,
537 * If startIndex is >= zero the search for a match begins at the specified index,
539 * Matcher.find(startIndex) in Java.
541 * If startIndex == -1 the search begins at the start of the input region,
548 * @param startIndex The position (native) in the input string to begin the search, or
556 int32_t startIndex,
562 * If startIndex is >= zero the search for a match begins at the specified index,
564 * Matcher.find(startIndex) in Java.
566 * If startIndex == -1 the search begins at the start of the input region,
573 * @param startIndex The position (native) in the input string to begin the search, or
581 int64_t startIndex,
885 * @param startIndex The index in the input text at which the next
894 int64_t startIndex,