mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
ICU-12865 Update API docs to reflect new features in ICU 54 and later :-)
This commit is contained in:
parent
e3e74bdd72
commit
ac737dabcf
2 changed files with 8 additions and 4 deletions
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue