Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drbnf.cpp258 int32_t numRuleSets; member in StringLocalizationInfo
264 : info(i), data(d), numRuleSets(numRS), numLocales(numLocs) in StringLocalizationInfo()
272 virtual int32_t getNumberOfRuleSets(void) const { return numRuleSets; } in getNumberOfRuleSets()
683 , numRuleSets(0) in RuleBasedNumberFormat()
708 , numRuleSets(0) in RuleBasedNumberFormat()
733 , numRuleSets(0) in RuleBasedNumberFormat()
757 , numRuleSets(0) in RuleBasedNumberFormat()
782 , numRuleSets(0) in RuleBasedNumberFormat()
804 , numRuleSets(0) in RuleBasedNumberFormat()
871 , numRuleSets(0) in RuleBasedNumberFormat()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedNumberFormat.java1687 int numRuleSets = 1; in init() local
1690 ++numRuleSets; in init()
1695 ruleSets = new NFRuleSet[numRuleSets]; in init()
1696 ruleSetsMap = new HashMap<String, NFRuleSet>(numRuleSets * 2 + 1); in init()
1710 String[] ruleSetDescriptions = new String[numRuleSets]; in init()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedNumberFormat.java1725 int numRuleSets = 1; in init() local
1728 ++numRuleSets; in init()
1733 ruleSets = new NFRuleSet[numRuleSets]; in init()
1734 ruleSetsMap = new HashMap<String, NFRuleSet>(numRuleSets * 2 + 1); in init()
1748 String[] ruleSetDescriptions = new String[numRuleSets]; in init()
/external/icu/icu4c/source/i18n/unicode/
Drbnf.h1100 int32_t numRuleSets; variable