Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Drbnf.cpp250 int32_t numRuleSets; member in StringLocalizationInfo
256 : info(i), data(d), numRuleSets(numRS), numLocales(numLocs) in StringLocalizationInfo()
264 virtual int32_t getNumberOfRuleSets(void) const { return numRuleSets; } in getNumberOfRuleSets()
653 , numRuleSets(0) in RuleBasedNumberFormat()
671 , numRuleSets(0) in RuleBasedNumberFormat()
689 , numRuleSets(0) in RuleBasedNumberFormat()
706 , numRuleSets(0) in RuleBasedNumberFormat()
724 , numRuleSets(0) in RuleBasedNumberFormat()
739 , numRuleSets(0) in RuleBasedNumberFormat()
799 , numRuleSets(0) in RuleBasedNumberFormat()
[all …]
/external/icu4c/i18n/unicode/
Drbnf.h1015 int32_t numRuleSets; variable