Searched refs:ruleText (Results 1 – 6 of 6) sorted by relevance
71 private String ruleText = null; field in NFRule371 String ruleText, in extractSubstitutions() argument373 this.ruleText = ruleText; in extractSubstitutions()383 ruleText = this.ruleText; in extractSubstitutions()384 int pluralRuleStart = ruleText.indexOf("$("); in extractSubstitutions()385 int pluralRuleEnd = (pluralRuleStart >= 0 ? ruleText.indexOf(")$", pluralRuleStart) : -1); in extractSubstitutions()387 int endType = ruleText.indexOf(',', pluralRuleStart); in extractSubstitutions()389 … throw new IllegalArgumentException("Rule \"" + ruleText + "\" does not have a defined type"); in extractSubstitutions()391 String type = this.ruleText.substring(pluralRuleStart + 2, endType); in extractSubstitutions()403 ruleText.substring(endType + 1, pluralRuleEnd)); in extractSubstitutions()[all …]
38 , ruleText() in NFRule()379 const UnicodeString &ruleText, in extractSubstitutions() argument386 this->ruleText = ruleText; in extractSubstitutions()396 int32_t pluralRuleStart = this->ruleText.indexOf(gDollarOpenParenthesis, -1, 0); in extractSubstitutions()397 …int32_t pluralRuleEnd = (pluralRuleStart >= 0 ? this->ruleText.indexOf(gClosedParenthesisDollar, -… in extractSubstitutions()399 int32_t endType = this->ruleText.indexOf(gComma, pluralRuleStart); in extractSubstitutions()404 …UnicodeString type(this->ruleText.tempSubString(pluralRuleStart + 2, endType - pluralRuleStart - 2… in extractSubstitutions()417 this->ruleText.tempSubString(endType + 1, pluralRuleEnd - endType - 1), status); in extractSubstitutions()448 return NFSubstitution::makeSubstitution(ruleText.length(), this, predecessor, in extractSubstitution()454 if (ruleText.indexOf(gGreaterGreaterGreater, 3, 0) == subStart) { in extractSubstitution()[all …]
83 …void extractSubstitutions(const NFRuleSet* ruleSet, const UnicodeString &ruleText, const NFRule* p…102 UnicodeString ruleText; variable
882 public GrammarAST parseArtificialRule(String ruleText) { in parseArtificialRule() argument883 ANTLRLexer lexer = new ANTLRLexer(new ANTLRStringStream(ruleText)); in parseArtificialRule()1613 String ruleText = buf.toString(); in defineLexerRuleFoundInParser() local1617 lexerGrammarST.add("rules", ruleText); in defineLexerRuleFoundInParser()
META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...