Home
last modified time | relevance | path

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

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