Searched refs:toEnd (Results 1 – 4 of 4) sorted by relevance
/external/icu/libicu/cts_headers/unicode/ |
D | regex.h | 1774 void MatchAt(int64_t startIdx, UBool toEnd, UErrorCode &status); 1790 void MatchChunkAt(int32_t startIdx, UBool toEnd, UErrorCode &status);
|
/external/icu/icu4c/source/i18n/unicode/ |
D | regex.h | 1774 void MatchAt(int64_t startIdx, UBool toEnd, UErrorCode &status); 1790 void MatchChunkAt(int32_t startIdx, UBool toEnd, UErrorCode &status);
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
D | NFAFactory.java | 326 Transition toEnd = new Transition(label, end); in build_EOFState() local 327 endNFAState.addTransition(toEnd); in build_EOFState()
|
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 2779 void RegexMatcher::MatchAt(int64_t startIdx, UBool toEnd, UErrorCode &status) { in MatchAt() argument 2922 if (toEnd && fp->fInputIdx != fActiveLimit) { in MatchAt() 4283 void RegexMatcher::MatchChunkAt(int32_t startIdx, UBool toEnd, UErrorCode &status) { in MatchChunkAt() argument 4425 if (toEnd && fp->fInputIdx != fActiveLimit) { in MatchChunkAt()
|