Home
last modified time | relevance | path

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

/external/icu/libicu/cts_headers/unicode/
Drbnf.h728 virtual int32_t getNumberOfRuleSetNames() const;
/external/icu/icu4c/source/i18n/unicode/
Drbnf.h728 virtual int32_t getNumberOfRuleSetNames() const;
/external/icu/icu4c/source/i18n/
Dunum.cpp677 int32_t count = rbnf->getNumberOfRuleSetNames(); in unum_getTextAttribute()
Drbnf.cpp1013 RuleBasedNumberFormat::getNumberOfRuleSetNames() const in getNumberOfRuleSetNames() function in RuleBasedNumberFormat
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp253 int32_t noOfRuleSetNames = formatter->getNumberOfRuleSetNames(); in TestAPI()
1796 for (int j = 0; j < formatter0.getNumberOfRuleSetNames(); ++j) { in TestLocalizations()