Home
last modified time | relevance | path

Searched refs:numRuleSets (Results 1 – 5 of 5) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/icu/
DPluralsMapper.java24 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/
Drbnf.cpp260 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/
DRuleBasedNumberFormat.java1683 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/
DRuleBasedNumberFormat.java1722 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/
Drbnf.h1099 int32_t numRuleSets; variable