Home
last modified time | relevance | path

Searched refs:URBNF_DURATION (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Drbnf.h54 URBNF_DURATION, enumerator
/external/icu/icu4c/source/test/intltest/
Ditrbnfrt.cpp83 = new RuleBasedNumberFormat(URBNF_DURATION, Locale::getUS(), status); in TestDurationsRT()
Ditrbnf.cpp1203 = new RuleBasedNumberFormat(URBNF_DURATION, Locale::getUS(), status); in TestDurations()
/external/icu/icu4c/source/i18n/
Dunum.cpp109 retVal = new RuleBasedNumberFormat(URBNF_DURATION, Locale(locale), *status); in unum_open()
Drbnf.cpp787 case URBNF_DURATION: fmt_tag = "DurationRules"; break; in RuleBasedNumberFormat()
Dmsgfmt.cpp1742 fmt = makeRBNF(URBNF_DURATION, fLocale, style, ec); in createAppropriateFormat()