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

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

Completed in 175 milliseconds