• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/

Lines Matching refs:startIndex

430   *   If startIndex >= zero the match operation starts at the specified
434 * If startIndex == -1 the match must cover the input region, or the entire
439 * @param startIndex The input string (native) index at which to begin matching, or -1
447 int32_t startIndex,
456 * If startIndex >= zero the match operation starts at the specified
460 * If startIndex == -1 the match must cover the input region, or the entire
465 * @param startIndex The input string (native) index at which to begin matching, or -1
473 int64_t startIndex,
481 * <p>If startIndex is >= 0 any input region that was set for this
493 * @param startIndex The input string (native) index at which to begin matching, or
501 int32_t startIndex,
510 * <p>If startIndex is >= 0 any input region that was set for this
522 * @param startIndex The input string (native) index at which to begin matching, or
530 int64_t startIndex,
535 * If startIndex is >= zero the search for a match begins at the specified index,
537 * Matcher.find(startIndex) in Java.
539 * If startIndex == -1 the search begins at the start of the input region,
546 * @param startIndex The position (native) in the input string to begin the search, or
554 int32_t startIndex,
560 * If startIndex is >= zero the search for a match begins at the specified index,
562 * Matcher.find(startIndex) in Java.
564 * If startIndex == -1 the search begins at the start of the input region,
571 * @param startIndex The position (native) in the input string to begin the search, or
579 int64_t startIndex,
862 * @param startIndex The index in the input text at which the next
871 int64_t startIndex,