Home
last modified time | relevance | path

Searched refs:toEnd (Results 1 – 4 of 4) sorted by relevance

/external/icu/libicu/cts_headers/unicode/
Dregex.h1774 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/
Dregex.h1774 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/
DNFAFactory.java326 Transition toEnd = new Transition(label, end); in build_EOFState() local
327 endNFAState.addTransition(toEnd); in build_EOFState()
/external/icu/icu4c/source/i18n/
Drematch.cpp2779 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()