Uses of Class
com.ibm.icu.text.RuleBasedNumberFormat
-
Packages that use RuleBasedNumberFormat Package Description com.ibm.icu.dev.demo.rbnf RuleBasedNumberFormat demo appliation.com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of RuleBasedNumberFormat in com.ibm.icu.dev.demo.rbnf
Fields in com.ibm.icu.dev.demo.rbnf declared as RuleBasedNumberFormat Modifier and Type Field Description private RuleBasedNumberFormat
RbnfDemo. spelloutFormatter
-
Uses of RuleBasedNumberFormat in com.ibm.icu.text
Fields in com.ibm.icu.text declared as RuleBasedNumberFormat Modifier and Type Field Description (package private) RuleBasedNumberFormat
NFRule. formatter
The RuleBasedNumberFormat that owns this rule(package private) RuleBasedNumberFormat
NFRuleSet. owner
The RuleBasedNumberFormat that owns this ruleMethods in com.ibm.icu.text with parameters of type RuleBasedNumberFormat Modifier and Type Method Description void
RBNFChinesePostProcessor. init(RuleBasedNumberFormat formatter, java.lang.String rules)
Initialization routine for this instance, called once immediately after first construction and never again.void
RBNFPostProcessor. init(RuleBasedNumberFormat formatter, java.lang.String rules)
Initialization routine for this instance, called once immediately after first construction and never again.static void
NFRule. makeRules(java.lang.String description, NFRuleSet owner, NFRule predecessor, RuleBasedNumberFormat ownersOwner, java.util.List<NFRule> returnList)
Creates one or more rules based on the description passed in.static NFSubstitution
NFSubstitution. makeSubstitution(int pos, NFRule rule, NFRule rulePredecessor, NFRuleSet ruleSet, RuleBasedNumberFormat formatter, java.lang.String description)
Parses the description, creates the right kind of substitution, and initializes it based on the description.Constructors in com.ibm.icu.text with parameters of type RuleBasedNumberFormat Constructor Description NFRule(RuleBasedNumberFormat formatter, java.lang.String ruleText)
Nominal constructor for NFRule.NFRuleSet(RuleBasedNumberFormat owner, java.lang.String[] descriptions, int index)
Constructs a rule set.
-