Searched refs:ruleText (Results 1 – 7 of 7) sorted by relevance
89 private String ruleText = null; field in NFRule139 description = rule1.ruleText; in makeRules()250 public NFRule(RuleBasedNumberFormat formatter, String ruleText) { in NFRule() argument252 this.ruleText = ruleText == null ? null : parseRuleDescriptor(ruleText); in NFRule()413 String ruleText, in extractSubstitutions() argument415 this.ruleText = ruleText; in extractSubstitutions()424 ruleText = this.ruleText; in extractSubstitutions()425 int pluralRuleStart = ruleText.indexOf("$("); in extractSubstitutions()426 int pluralRuleEnd = (pluralRuleStart >= 0 ? ruleText.indexOf(")$", pluralRuleStart) : -1); in extractSubstitutions()428 int endType = ruleText.indexOf(',', pluralRuleStart); in extractSubstitutions()[all …]
90 private String ruleText = null; field in NFRule140 description = rule1.ruleText; in makeRules()251 public NFRule(RuleBasedNumberFormat formatter, String ruleText) { in NFRule() argument253 this.ruleText = ruleText == null ? null : parseRuleDescriptor(ruleText); in NFRule()414 String ruleText, in extractSubstitutions() argument416 this.ruleText = ruleText; in extractSubstitutions()425 ruleText = this.ruleText; in extractSubstitutions()426 int pluralRuleStart = ruleText.indexOf("$("); in extractSubstitutions()427 int pluralRuleEnd = (pluralRuleStart >= 0 ? ruleText.indexOf(")$", pluralRuleStart) : -1); in extractSubstitutions()429 int endType = ruleText.indexOf(',', pluralRuleStart); in extractSubstitutions()[all …]
39 , ruleText(_ruleText) in NFRule()45 if (!ruleText.isEmpty()) { in NFRule()46 parseRuleDescriptor(ruleText, status); in NFRule()122 description = rule1->ruleText; in makeRules()411 const UnicodeString &ruleText, in extractSubstitutions() argument418 this->ruleText = ruleText; in extractSubstitutions()427 int32_t pluralRuleStart = this->ruleText.indexOf(gDollarOpenParenthesis, -1, 0); in extractSubstitutions()428 …int32_t pluralRuleEnd = (pluralRuleStart >= 0 ? this->ruleText.indexOf(gClosedParenthesisDollar, -… in extractSubstitutions()430 int32_t endType = this->ruleText.indexOf(gComma, pluralRuleStart); in extractSubstitutions()435 …UnicodeString type(this->ruleText.tempSubString(pluralRuleStart + 2, endType - pluralRuleStart - 2… in extractSubstitutions()[all …]
53 NFRule(const RuleBasedNumberFormat* rbnf, const UnicodeString &ruleText, UErrorCode &status);89 …void extractSubstitutions(const NFRuleSet* ruleSet, const UnicodeString &ruleText, const NFRule* p…109 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 ...