Searched refs:numRuleSets (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | rbnf.cpp | 254 int32_t numRuleSets; member in StringLocalizationInfo 260 : info(i), data(d), numRuleSets(numRS), numLocales(numLocs) in StringLocalizationInfo() 268 virtual int32_t getNumberOfRuleSets(void) const { return numRuleSets; } in getNumberOfRuleSets() 659 , numRuleSets(0) in RuleBasedNumberFormat() 683 , numRuleSets(0) in RuleBasedNumberFormat() 707 , numRuleSets(0) in RuleBasedNumberFormat() 730 , numRuleSets(0) in RuleBasedNumberFormat() 754 , numRuleSets(0) in RuleBasedNumberFormat() 775 , numRuleSets(0) in RuleBasedNumberFormat() 841 , numRuleSets(0) in RuleBasedNumberFormat() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RuleBasedNumberFormat.java | 1701 int numRuleSets = 1; in init() local 1704 ++numRuleSets; in init() 1709 ruleSets = new NFRuleSet[numRuleSets]; in init() 1710 ruleSetsMap = new HashMap<String, NFRuleSet>(numRuleSets * 2 + 1); in init() 1724 String[] ruleSetDescriptions = new String[numRuleSets]; in init()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RuleBasedNumberFormat.java | 1665 int numRuleSets = 1; in init() local 1668 ++numRuleSets; in init() 1673 ruleSets = new NFRuleSet[numRuleSets]; in init() 1674 ruleSetsMap = new HashMap<String, NFRuleSet>(numRuleSets * 2 + 1); in init() 1688 String[] ruleSetDescriptions = new String[numRuleSets]; in init()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | rbnf.h | 1031 int32_t numRuleSets; variable
|