Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Drbnf.h54 enum URBNFRuleSetTag { enum
667 RuleBasedNumberFormat(URBNFRuleSetTag tag, const Locale& locale, UErrorCode& status);
/external/icu/icu4c/source/i18n/
Dnumfmt.cpp1425 URBNFRuleSetTag desiredRulesType = URBNF_NUMBERING_SYSTEM; in makeInstance()
Drbnf.cpp803 RuleBasedNumberFormat::RuleBasedNumberFormat(URBNFRuleSetTag tag, const Locale& alocale, UErrorCode… in RuleBasedNumberFormat()
Dmsgfmt.cpp1568 static Format* makeRBNF(URBNFRuleSetTag tag, const Locale& locale, const UnicodeString& defaultRule… in makeRBNF()
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp1890 RuleBasedNumberFormat* f = new RuleBasedNumberFormat((URBNFRuleSetTag)j, *loc, status); in TestAllLocales()