Searched refs:URBNF_DURATION (Results 1 – 12 of 12) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | rbnf.h | 51 URBNF_DURATION, enumerator
|
/external/chromium/third_party/icu/public/i18n/unicode/ |
D | rbnf.h | 51 URBNF_DURATION, enumerator
|
/external/icu4c/test/intltest/ |
D | itrbnfrt.cpp | 83 = new RuleBasedNumberFormat(URBNF_DURATION, Locale::getUS(), status); in TestDurationsRT()
|
D | itrbnf.cpp | 1155 = new RuleBasedNumberFormat(URBNF_DURATION, Locale::getUS(), status); in TestDurations()
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | itrbnfrt.cpp | 83 = new RuleBasedNumberFormat(URBNF_DURATION, Locale::getUS(), status); in TestDurationsRT()
|
D | itrbnf.cpp | 1158 = new RuleBasedNumberFormat(URBNF_DURATION, Locale::getUS(), status); in TestDurations()
|
/external/icu4c/i18n/ |
D | unum.cpp | 134 retVal = (UNumberFormat*)new RuleBasedNumberFormat(URBNF_DURATION, Locale(locale), *status); in unum_open()
|
D | rbnf.cpp | 750 case URBNF_DURATION: fmt_tag = "DurationRules"; break; in RuleBasedNumberFormat()
|
D | msgfmt.cpp | 1609 fmt = makeRBNF(URBNF_DURATION, fLocale, segments[3], ec); in makeFormat()
|
/external/chromium/third_party/icu/source/i18n/ |
D | unum.cpp | 131 retVal = (UNumberFormat*)new RuleBasedNumberFormat(URBNF_DURATION, Locale(locale), *status); in unum_open()
|
D | rbnf.cpp | 750 case URBNF_DURATION: fmt_tag = "DurationRules"; break; in RuleBasedNumberFormat()
|
D | msgfmt.cpp | 1592 fmt = makeRBNF(URBNF_DURATION, fLocale, segments[3], ec); in makeFormat()
|