Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ditrbnfrt.cpp85 = new RuleBasedNumberFormat(URBNF_DURATION, Locale::getUS(), status); in TestDurationsRT()
Ditrbnf.cpp1232 = new RuleBasedNumberFormat(URBNF_DURATION, Locale::getUS(), status); in TestDurations()
/external/icu/icu4c/source/i18n/unicode/
Drbnf.h57 URBNF_DURATION, enumerator
/external/icu/icu4c/source/i18n/
Dunum.cpp113 retVal = new RuleBasedNumberFormat(URBNF_DURATION, Locale(locale), *status); in unum_open()
Drbnf.cpp831 case URBNF_DURATION: fmt_tag = "DurationRules"; break; in RuleBasedNumberFormat()
Dmsgfmt.cpp1755 fmt = makeRBNF(URBNF_DURATION, fLocale, style, ec); in createAppropriateFormat()