Home | History | Annotate | Download | only in unicode

Lines Matching full: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 index at which to begin matching, or -1
447 int32_t startIndex,
455 * <p>If startIndex is >= 0 any input region that was set for this
467 * @param startIndex The input string index at which to begin matching, or
475 int32_t startIndex,
480 * If startIndex is >= zero the search for a match begins at the specified index,
482 * Matcher.find(startIndex) in Java.
484 * If startIndex == -1 the search begins at the start of the input region,
491 * @param startIndex The position in the input string to begin the search, or
499 int32_t startIndex,