Searched refs:numRuleSets (Results 1 – 6 of 6) sorted by relevance
/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() 691 , numRuleSets(0) in RuleBasedNumberFormat() 716 , numRuleSets(0) in RuleBasedNumberFormat() 741 , numRuleSets(0) in RuleBasedNumberFormat() 765 , numRuleSets(0) in RuleBasedNumberFormat() 790 , numRuleSets(0) in RuleBasedNumberFormat() 812 , numRuleSets(0) in RuleBasedNumberFormat() 879 , 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/libicu/cts_headers/unicode/ |
D | rbnf.h | 1079 int32_t numRuleSets; variable
|
/external/icu/icu4c/source/i18n/unicode/ |
D | rbnf.h | 1079 int32_t numRuleSets; variable
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |