Searched refs:toEnd (Results 1 – 2 of 2) sorted by relevance
1048 void MatchAt(int32_t startIdx, UBool toEnd, UErrorCode &status);
1230 void RegexMatcher::MatchAt(int32_t startIdx, UBool toEnd, UErrorCode &status) { in MatchAt() argument1390 if (toEnd && fp->fInputIdx != fActiveLimit) { in MatchAt()