Lines Matching full:startindex
785 * at the specified startIndex, and extending to the end of the input.
788 * @param startIndex The input string (native) index at which to begin matching.
793 virtual UBool matches(int64_t startIndex, UErrorCode &status);
820 * @param startIndex The input string (native) index at which to begin matching.
825 virtual UBool lookingAt(int64_t startIndex, UErrorCode &status);
1229 * @param startIndex The (native) index within the region bounds at which to begin searches.
1231 * If startIndex is not within the specified region bounds,
1235 virtual RegexMatcher ®ion(int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode &status);