Lines Matching refs:ruleSetDescriptions
684 , ruleSetDescriptions(NULL) in RuleBasedNumberFormat()
709 , ruleSetDescriptions(NULL) in RuleBasedNumberFormat()
734 , ruleSetDescriptions(NULL) in RuleBasedNumberFormat()
758 , ruleSetDescriptions(NULL) in RuleBasedNumberFormat()
783 , ruleSetDescriptions(NULL) in RuleBasedNumberFormat()
805 , ruleSetDescriptions(NULL) in RuleBasedNumberFormat()
872 , ruleSetDescriptions(NULL) in RuleBasedNumberFormat()
1614 ruleSetDescriptions = new UnicodeString[numRuleSets]; in init()
1615 if (ruleSetDescriptions == nullptr) { in init()
1624 ruleSetDescriptions[curRuleSet].setTo(description, start, p + 1 - start); in init()
1625 fRuleSets[curRuleSet] = new NFRuleSet(this, ruleSetDescriptions, curRuleSet, status); in init()
1633 ruleSetDescriptions[curRuleSet].setTo(description, start, description.length() - start); in init()
1634 fRuleSets[curRuleSet] = new NFRuleSet(this, ruleSetDescriptions, curRuleSet, status); in init()
1657 fRuleSets[i]->parseRules(ruleSetDescriptions[i], status); in init()
1787 if (ruleSetDescriptions) { in dispose()
1788 delete [] ruleSetDescriptions; in dispose()
1789 ruleSetDescriptions = NULL; in dispose()