Lines Matching refs:startIndex
770 * at the specified startIndex, and extending to the end of the input.
773 * @param startIndex The input string (native) index at which to begin matching.
778 virtual UBool matches(int64_t startIndex, UErrorCode &status);
805 * @param startIndex The input string (native) index at which to begin matching.
810 virtual UBool lookingAt(int64_t startIndex, UErrorCode &status);
1154 * @param startIndex The (native) index within the region bounds at which to begin searches.
1156 * If startIndex is not within the specified region bounds,
1160 virtual RegexMatcher ®ion(int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode &status);