Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Drbnf.h666 virtual int32_t getNumberOfRuleSetNames() const;
/external/icu4c/i18n/
Dunum.cpp640 int32_t count = rbnf->getNumberOfRuleSetNames(); in unum_getTextAttribute()
Drbnf.cpp887 RuleBasedNumberFormat::getNumberOfRuleSetNames() const in getNumberOfRuleSetNames() function in RuleBasedNumberFormat
/external/icu4c/test/intltest/
Ditrbnf.cpp221 int32_t noOfRuleSetNames = formatter->getNumberOfRuleSetNames(); in TestAPI()
1662 for (int j = 0; j < formatter0.getNumberOfRuleSetNames(); ++j) { in TestLocalizations()