Searched refs:ruleSetDescriptions (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | rbnf.cpp | 682 , ruleSetDescriptions(NULL) in RuleBasedNumberFormat() 707 , ruleSetDescriptions(NULL) in RuleBasedNumberFormat() 732 , ruleSetDescriptions(NULL) in RuleBasedNumberFormat() 756 , ruleSetDescriptions(NULL) in RuleBasedNumberFormat() 781 , ruleSetDescriptions(NULL) in RuleBasedNumberFormat() 803 , ruleSetDescriptions(NULL) in RuleBasedNumberFormat() 870 , ruleSetDescriptions(NULL) in RuleBasedNumberFormat() 1590 ruleSetDescriptions = new UnicodeString[numRuleSets]; in init() 1591 if (ruleSetDescriptions == 0) { in init() 1600 ruleSetDescriptions[curRuleSet].setTo(description, start, p + 1 - start); in init() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RuleBasedNumberFormat.java | 1710 String[] ruleSetDescriptions = new String[numRuleSets]; in init() local 1720 ruleSetDescriptions[curRuleSet] = descBuf.substring(start, p + 1); in init() 1721 NFRuleSet ruleSet = new NFRuleSet(this, ruleSetDescriptions, curRuleSet); in init() 1767 ruleSets[i].parseRules(ruleSetDescriptions[i]); in init()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RuleBasedNumberFormat.java | 1748 String[] ruleSetDescriptions = new String[numRuleSets]; in init() local 1758 ruleSetDescriptions[curRuleSet] = descBuf.substring(start, p + 1); in init() 1759 NFRuleSet ruleSet = new NFRuleSet(this, ruleSetDescriptions, curRuleSet); in init() 1805 ruleSets[i].parseRules(ruleSetDescriptions[i]); in init()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | rbnf.h | 1099 UnicodeString* ruleSetDescriptions; variable
|