Home | History | Annotate | Download | only in unicode

Lines Matching refs:startIndex

766     *   at the specified startIndex, and extending to the end of the input.
769 * @param startIndex The input string (native) index at which to begin matching.
774 virtual UBool matches(int64_t startIndex, UErrorCode &status);
801 * @param startIndex The input string (native) index at which to begin matching.
806 virtual UBool lookingAt(int64_t startIndex, UErrorCode &status);
1207 * @param startIndex The (native) index within the region bounds at which to begin searches.
1209 * If startIndex is not within the specified region bounds,
1213 virtual RegexMatcher &region(int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode &status);