Home | History | Annotate | Download | only in unicode

Lines Matching refs:startIndex

433   *   If startIndex >= zero the match operation starts at the specified
437 * If startIndex == -1 the match must cover the input region, or the entire
442 * @param startIndex The input string (native) index at which to begin matching, or -1
450 int32_t startIndex,
459 * If startIndex >= zero the match operation starts at the specified
463 * If startIndex == -1 the match must cover the input region, or the entire
468 * @param startIndex The input string (native) index at which to begin matching, or -1
476 int64_t startIndex,
484 * <p>If startIndex is >= 0 any input region that was set for this
496 * @param startIndex The input string (native) index at which to begin matching, or
504 int32_t startIndex,
513 * <p>If startIndex is >= 0 any input region that was set for this
525 * @param startIndex The input string (native) index at which to begin matching, or
533 int64_t startIndex,
538 * If startIndex is >= zero the search for a match begins at the specified index,
540 * Matcher.find(startIndex) in Java.
542 * If startIndex == -1 the search begins at the start of the input region,
549 * @param startIndex The position (native) in the input string to begin the search, or
557 int32_t startIndex,
563 * If startIndex is >= zero the search for a match begins at the specified index,
565 * Matcher.find(startIndex) in Java.
567 * If startIndex == -1 the search begins at the start of the input region,
574 * @param startIndex The position (native) in the input string to begin the search, or
582 int64_t startIndex,
865 * @param startIndex The index in the input text at which the next
874 int64_t startIndex,