Home
last modified time | relevance | path

Searched defs:ruleStartIndex (Results 1 – 12 of 12) sorted by relevance

/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DBaseRecognizer.js842 getRuleMemoization: function(ruleIndex, ruleStartIndex) { argument
889 ruleStartIndex) argument
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DBaseRecognizer.java793 public int getRuleMemoization(int ruleIndex, int ruleStartIndex) { in getRuleMemoization()
835 int ruleStartIndex) in memoize()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBaseRecognizer.cs850 public virtual int GetRuleMemoization(int ruleIndex, int ruleStartIndex) { in GetRuleMemoization()
897 int ruleStartIndex) { in Memoize()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBaseRecognizer.cs960 public virtual int GetRuleMemoization( int ruleIndex, int ruleStartIndex ) in GetRuleMemoization()
1014 int ruleStartIndex ) in Memoize()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DProfileTreeGrammar.cs83 public virtual void Memoize( IIntStream input, int ruleIndex, int ruleStartIndex ) in Memoize()
DProfileGrammarParser.cs93 public virtual void Memoize( IIntStream input, int ruleIndex, int ruleStartIndex ) in Memoize()
/external/antlr/runtime/Python/antlr3/
Drecognizers.py911 def getRuleMemoization(self, ruleIndex, ruleStartIndex): argument
953 def memoize(self, input, ruleIndex, ruleStartIndex, success): argument
/external/antlr/runtime/Python3/antlr3/
Drecognizers.py886 def getRuleMemoization(self, ruleIndex, ruleStartIndex): argument
928 def memoize(self, input, ruleIndex, ruleStartIndex, success): argument
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs150 int ruleStartIndex, in Memoize()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs142 int ruleStartIndex, in Memoize()
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
DProfiler.java201 int ruleStartIndex, in memoize()
/external/cldr/tools/java/org/unicode/cldr/json/
DLdml2JsonConverter.java537 int ruleStartIndex = fullpath.indexOf("/ruleset["); in convertCldrItems() local