Searched refs:toEnd (Results 1 – 3 of 3) sorted by relevance
1783 void MatchAt(int64_t startIdx, UBool toEnd, UErrorCode &status);1797 void MatchChunkAt(int32_t startIdx, UBool toEnd, UErrorCode &status);
326 Transition toEnd = new Transition(label, end); in build_EOFState() local327 endNFAState.addTransition(toEnd); in build_EOFState()
2751 void RegexMatcher::MatchAt(int64_t startIdx, UBool toEnd, UErrorCode &status) { in MatchAt() argument2894 if (toEnd && fp->fInputIdx != fActiveLimit) { in MatchAt()4327 void RegexMatcher::MatchChunkAt(int32_t startIdx, UBool toEnd, UErrorCode &status) { in MatchChunkAt() argument4469 if (toEnd && fp->fInputIdx != fActiveLimit) { in MatchChunkAt()