Searched refs:ruleText (Results 1 – 7 of 7) sorted by relevance
91 private String ruleText = null; field in NFRule141 description = rule1.ruleText; in makeRules()252 public NFRule(RuleBasedNumberFormat formatter, String ruleText) { in NFRule() argument254 this.ruleText = ruleText == null ? null : parseRuleDescriptor(ruleText); in NFRule()415 String ruleText, in extractSubstitutions() argument417 this.ruleText = ruleText; in extractSubstitutions()426 ruleText = this.ruleText; in extractSubstitutions()427 int pluralRuleStart = ruleText.indexOf("$("); in extractSubstitutions()428 int pluralRuleEnd = (pluralRuleStart >= 0 ? ruleText.indexOf(")$", pluralRuleStart) : -1); in extractSubstitutions()430 int endType = ruleText.indexOf(',', pluralRuleStart); in extractSubstitutions()[all …]
92 private String ruleText = null; field in NFRule142 description = rule1.ruleText; in makeRules()253 public NFRule(RuleBasedNumberFormat formatter, String ruleText) { in NFRule() argument255 this.ruleText = ruleText == null ? null : parseRuleDescriptor(ruleText); in NFRule()416 String ruleText, in extractSubstitutions() argument418 this.ruleText = ruleText; in extractSubstitutions()427 ruleText = this.ruleText; in extractSubstitutions()428 int pluralRuleStart = ruleText.indexOf("$("); in extractSubstitutions()429 int pluralRuleEnd = (pluralRuleStart >= 0 ? ruleText.indexOf(")$", pluralRuleStart) : -1); in extractSubstitutions()431 int endType = ruleText.indexOf(',', pluralRuleStart); in extractSubstitutions()[all …]
41 , ruleText(_ruleText) in NFRule()47 if (!ruleText.isEmpty()) { in NFRule()48 parseRuleDescriptor(ruleText, status); in NFRule()124 description = rule1->ruleText; in makeRules()413 const UnicodeString &ruleText, in extractSubstitutions() argument420 this->ruleText = ruleText; in extractSubstitutions()429 int32_t pluralRuleStart = this->ruleText.indexOf(gDollarOpenParenthesis, -1, 0); in extractSubstitutions()430 …int32_t pluralRuleEnd = (pluralRuleStart >= 0 ? this->ruleText.indexOf(gClosedParenthesisDollar, -… in extractSubstitutions()432 int32_t endType = this->ruleText.indexOf(gComma, pluralRuleStart); in extractSubstitutions()437 …UnicodeString type(this->ruleText.tempSubString(pluralRuleStart + 2, endType - pluralRuleStart - 2… in extractSubstitutions()[all …]
55 NFRule(const RuleBasedNumberFormat* rbnf, const UnicodeString &ruleText, UErrorCode &status);91 …void extractSubstitutions(const NFRuleSet* ruleSet, const UnicodeString &ruleText, const NFRule* p…111 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 ...