Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Drbnf.h48 enum URBNFRuleSetTag { enum
607 RuleBasedNumberFormat(URBNFRuleSetTag tag, const Locale& locale, UErrorCode& status);
/external/icu4c/i18n/
Dmsgfmt.cpp1196 static Format* makeRBNF(URBNFRuleSetTag tag, const Locale& locale, const UnicodeString& defaultRule… in makeRBNF()
Drbnf.cpp721 RuleBasedNumberFormat::RuleBasedNumberFormat(URBNFRuleSetTag tag, const Locale& alocale, UErrorCode… in RuleBasedNumberFormat()
/external/icu4c/test/intltest/
Ditrbnf.cpp1753 RuleBasedNumberFormat* f = new RuleBasedNumberFormat((URBNFRuleSetTag)j, *loc, status); in TestAllLocales()