Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dregex.h1783 void MatchAt(int64_t startIdx, UBool toEnd, UErrorCode &status);
1797 void MatchChunkAt(int32_t startIdx, UBool toEnd, UErrorCode &status);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DNFAFactory.java327 Transition toEnd = new Transition(label, end); in build_EOFState() local
328 endNFAState.addTransition(toEnd); in build_EOFState()
/external/icu/icu4c/source/i18n/
Drematch.cpp2751 void RegexMatcher::MatchAt(int64_t startIdx, UBool toEnd, UErrorCode &status) { in MatchAt() argument
2894 if (toEnd && fp->fInputIdx != fActiveLimit) { in MatchAt()
4315 void RegexMatcher::MatchChunkAt(int32_t startIdx, UBool toEnd, UErrorCode &status) { in MatchChunkAt() argument
4457 if (toEnd && fp->fInputIdx != fActiveLimit) { in MatchChunkAt()