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

/external/icu4c/i18n/unicode/
H A Dregex.h1759 void MatchAt(int64_t startIdx, UBool toEnd, UErrorCode &status);
1771 void MatchChunkAt(int32_t startIdx, UBool toEnd, UErrorCode &status);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DNFAFactory.java327 Transition toEnd = new Transition(label, end);
328 endNFAState.addTransition(toEnd);
/external/icu4c/i18n/
H A Drematch.cpp2742 // toEnd: if true, match must extend to end of the input region
2745 void RegexMatcher::MatchAt(int64_t startIdx, UBool toEnd, UErrorCode &status) { argument
2980 if (toEnd && fp->fInputIdx != fActiveLimit) {
4449 // toEnd: if true, match must extend to end of the input region
4452 void RegexMatcher::MatchChunkAt(int32_t startIdx, UBool toEnd, UErrorCode &status) {
4686 if (toEnd && fp->fInputIdx != fActiveLimit) {
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 118 milliseconds