Home
last modified time | relevance | path

Searched defs:following (Results 1 – 16 of 16) sorted by relevance

/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DRecognizerSharedState.js13 this.following = []; property in org.antlr.runtime.RecognizerSharedState
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRRecognizerSharedState.h33 …NSMutableArray *following; // a stack of FOLLOW bitsets used for context sensitive predic… variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRRecognizerSharedState.h33 …NSMutableArray *following; // a stack of FOLLOW bitsets used for context sensitive predic… variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRRecognizerSharedState.h33 …NSMutableArray *following; // a stack of FOLLOW bitsets used for context sensitive predic… variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRRecognizerSharedState.h34 …__strong AMutableArray *following; // a stack of FOLLOW bitsets used for context sensitive predic… variable
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DRecognizerSharedState.as15 public var following:Array = new Array(); variable in org.antlr.runtime.RecognizerSharedState
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DRecognizerSharedState.pm10 has 'following' => ( attribute in ANTLR::Runtime::RecognizerSharedState
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DRecognizerSharedState.java43 public BitSet[] following = new BitSet[BaseRecognizer.INITIAL_FOLLOW_STACK_SIZE]; field in RecognizerSharedState
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DLL1Analyzer.java262 NFAState following = (NFAState) ruleInvocationTrans.followState; in _FIRST() local
364 NFAState following = (NFAState) ruleInvocationTrans.followState; in _detectConfoundingPredicates() local
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DRecognizerSharedState.cs57 public BitSet[] following; field in Antlr.Runtime.RecognizerSharedState
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DRecognizerSharedState.cs59 public BitSet[] following; field in Antlr.Runtime.RecognizerSharedState
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3recognizersharedstate.h80 pANTLR3_STACK following; member
/external/icu4c/i18n/
Dsearch.cpp207 int32_t SearchIterator::following(int32_t position, in following() function in SearchIterator
/external/webkit/Source/WebCore/platform/text/brew/
DTextBreakIteratorBrew.cpp62 int following(int position) in following() function in WebCore::TextBreakIterator
/external/webkit/Source/WebCore/platform/text/wince/
DTextBreakIteratorWinCE.cpp71 int following(int position) in following() function in WebCore::TextBreakIterator
/external/icu4c/common/
Drbbi.cpp673 int32_t RuleBasedBreakIterator::following(int32_t offset) { in following() function in RuleBasedBreakIterator