Home
last modified time | relevance | path

Searched refs:getRuleSetDisplayName (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/unicode/
Drbnf.h710 virtual UnicodeString getRuleSetDisplayName(int32_t index,
721 virtual UnicodeString getRuleSetDisplayName(const UnicodeString& ruleSetName,
/external/icu4c/test/intltest/
Ditrbnf.cpp1703 if ( formatter0.getRuleSetDisplayName(0, locale0) == "Main" in TestLocalizations()
1704 && formatter0.getRuleSetDisplayName(0, locale1) == "das Main" in TestLocalizations()
1705 && formatter0.getRuleSetDisplayName(0, locale2) == "%main" in TestLocalizations()
1706 && formatter0.getRuleSetDisplayName(name, locale0) == "Main" in TestLocalizations()
1707 && formatter0.getRuleSetDisplayName(name, locale1) == "das Main" in TestLocalizations()
1708 && formatter0.getRuleSetDisplayName(name, locale2) == "%main"){ in TestLocalizations()
1720 UnicodeString lname = formatter0.getRuleSetDisplayName(j, locale); in TestLocalizations()
/external/icu4c/i18n/
Drbnf.cpp993 RuleBasedNumberFormat::getRuleSetDisplayName(int32_t index, const Locale& localeParam) { in getRuleSetDisplayName() function in RuleBasedNumberFormat
1019 RuleBasedNumberFormat::getRuleSetDisplayName(const UnicodeString& ruleSetName, const Locale& locale… in getRuleSetDisplayName() function in RuleBasedNumberFormat
1023 return getRuleSetDisplayName(ix, localeParam); in getRuleSetDisplayName()