Home
last modified time | relevance | path

Searched refs:ruleSetDescriptions (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Drbnf.cpp684 , 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()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedNumberFormat.java1706 String[] ruleSetDescriptions = new String[numRuleSets]; in init() local
1716 ruleSetDescriptions[curRuleSet] = descBuf.substring(start, p + 1); in init()
1717 NFRuleSet ruleSet = new NFRuleSet(this, ruleSetDescriptions, curRuleSet); in init()
1763 ruleSets[i].parseRules(ruleSetDescriptions[i]); in init()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedNumberFormat.java1745 String[] ruleSetDescriptions = new String[numRuleSets]; in init() local
1755 ruleSetDescriptions[curRuleSet] = descBuf.substring(start, p + 1); in init()
1756 NFRuleSet ruleSet = new NFRuleSet(this, ruleSetDescriptions, curRuleSet); in init()
1802 ruleSets[i].parseRules(ruleSetDescriptions[i]); in init()
/external/icu/icu4c/source/i18n/unicode/
Drbnf.h1098 UnicodeString* ruleSetDescriptions; variable