Searched refs:numRuleSets (Results 1 – 5 of 5) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | PluralsMapper.java | 24 private int numRuleSets = 0; field in PluralsMapper 100 setNum = numRuleSets; in endElement() 103 icuData.add("/rules/set" + numRuleSets + '/' + rule.get0(), rule.get1()); in endElement() 105 numRuleSets++; in endElement()
|
/external/icu/icu4c/source/i18n/ |
D | rbnf.cpp | 260 int32_t numRuleSets; member in StringLocalizationInfo 266 : info(i), data(d), numRuleSets(numRS), numLocales(numLocs) in StringLocalizationInfo() 274 virtual int32_t getNumberOfRuleSets(void) const { return numRuleSets; } in getNumberOfRuleSets() 685 , numRuleSets(0) in RuleBasedNumberFormat() 710 , numRuleSets(0) in RuleBasedNumberFormat() 735 , numRuleSets(0) in RuleBasedNumberFormat() 759 , numRuleSets(0) in RuleBasedNumberFormat() 784 , numRuleSets(0) in RuleBasedNumberFormat() 806 , numRuleSets(0) in RuleBasedNumberFormat() 873 , numRuleSets(0) in RuleBasedNumberFormat() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RuleBasedNumberFormat.java | 1683 int numRuleSets = 1; in init() local 1686 ++numRuleSets; in init() 1691 ruleSets = new NFRuleSet[numRuleSets]; in init() 1692 ruleSetsMap = new HashMap<>(numRuleSets * 2 + 1); in init() 1706 String[] ruleSetDescriptions = new String[numRuleSets]; in init()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RuleBasedNumberFormat.java | 1722 int numRuleSets = 1; in init() local 1725 ++numRuleSets; in init() 1730 ruleSets = new NFRuleSet[numRuleSets]; in init() 1731 ruleSetsMap = new HashMap<>(numRuleSets * 2 + 1); in init() 1745 String[] ruleSetDescriptions = new String[numRuleSets]; in init()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | rbnf.h | 1099 int32_t numRuleSets; variable
|