From 6371975e050a46fb1193bafca39b06698398a767 Mon Sep 17 00:00:00 2001 From: Travis Keep Date: Tue, 9 Dec 2014 23:53:19 +0000 Subject: [PATCH] ICU-10438 Document that C++ Duration RuleBasedNumberFormat always rounds down. X-SVN-Rev: 36835 --- icu4c/source/i18n/unicode/rbnf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/unicode/rbnf.h b/icu4c/source/i18n/unicode/rbnf.h index 398454b287..7c18f68d3d 100644 --- a/icu4c/source/i18n/unicode/rbnf.h +++ b/icu4c/source/i18n/unicode/rbnf.h @@ -619,7 +619,7 @@ public: * locale. There are four legal values: URBNF_SPELLOUT, which creates a formatter that * spells out a value in words in the desired language, URBNF_ORDINAL, which attaches * an ordinal suffix from the desired language to the end of a number (e.g. "123rd"), - * URBNF_DURATION, which formats a duration in seconds as hours, minutes, and seconds, + * URBNF_DURATION, which formats a duration in seconds as hours, minutes, and seconds always rounding down, * and URBNF_NUMBERING_SYSTEM, which is used to invoke rules for alternate numbering * systems such as the Hebrew numbering system, or for Roman Numerals, etc. * @param locale The locale for the formatter.