ICU-12865 Update API docs to reflect new features in ICU 54 and later :-)

This commit is contained in:
Peter Edberg 2024-09-18 20:18:01 -07:00 committed by Peter Edberg
parent e3e74bdd72
commit ac737dabcf
2 changed files with 8 additions and 4 deletions

View file

@ -384,8 +384,10 @@ class U_I18N_API FormattedRelativeDateTime : public UMemory, public FormattedVal
* </pre>
* </blockquote>
* <p>
* In the future, we may add more forms, such as abbreviated/short forms
* (3 secs ago), and relative day periods ("yesterday afternoon"), etc.
* The UDateRelativeDateTimeFormatterStyle parameter allows selection of
* different length styles: LONG ("3 seconds ago"), SHORT ("3 sec. ago"),
* NARROW ("3s ago"). In the future, we may add more forms, such as
* relative day periods ("yesterday afternoon"), etc.
*
* The RelativeDateTimeFormatter class is not intended for public subclassing.
*

View file

@ -73,8 +73,10 @@ import com.ibm.icu.util.UResourceBundle;
* </pre>
* </blockquote>
* <p>
* In the future, we may add more forms, such as abbreviated/short forms
* (3 secs ago), and relative day periods ("yesterday afternoon"), etc.
* The Style parameter allows selection of different length styles:
* LONG ("3 seconds ago"), SHORT ("3 sec. ago"), NARROW ("3s ago").
* In the future, we may add more forms, such as relative day periods
* ("yesterday afternoon"), etc.
*
* @stable ICU 53
*/