mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 15:27:38 +00:00
ICU 68 (not 67). Add U_HIDE_DRAFT_API ifdef guards.
This commit is contained in:
parent
0b18db6dd9
commit
5fa0dafa31
1 changed files with 4 additions and 2 deletions
|
@ -2044,6 +2044,7 @@ class U_I18N_API NumberFormatterSettings {
|
|||
*/
|
||||
Derived scale(const Scale &scale) &&;
|
||||
|
||||
#ifndef U_HIDE_DRAFT_API
|
||||
/**
|
||||
* Specifies the usage for which numbers will be formatted ("person",
|
||||
* "road", "person", etc.)
|
||||
|
@ -2077,7 +2078,7 @@ class U_I18N_API NumberFormatterSettings {
|
|||
* `unitPreferenceData` in [CLDR's
|
||||
* supplemental/units.xml](https://github.com/unicode-org/cldr/blob/master/common/supplemental/units.xml).
|
||||
* @return The fluent chain.
|
||||
* @draft ICU 67
|
||||
* @draft ICU 68
|
||||
*/
|
||||
Derived usage(StringPiece usage) const &;
|
||||
|
||||
|
@ -2086,9 +2087,10 @@ class U_I18N_API NumberFormatterSettings {
|
|||
*
|
||||
* @param usage The unit `usage`.
|
||||
* @return The fluent chain.
|
||||
* @draft ICU 67
|
||||
* @draft ICU 68
|
||||
*/
|
||||
Derived usage(StringPiece usage) &&;
|
||||
#endif // U_HIDE_DRAFT_API
|
||||
|
||||
#ifndef U_HIDE_INTERNAL_API
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue