mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-18 19:25:49 +00:00
add a note about with sub usage
This commit is contained in:
parent
b88aeeecf5
commit
a59ad456e4
1 changed files with 7 additions and 2 deletions
|
@ -2058,8 +2058,13 @@ class U_I18N_API NumberFormatterSettings {
|
|||
* NOTE: If the input usage is empty `StringPiece` (i.e. "") the usage
|
||||
* will be resetted. Thus means the behaviour would not be effected by any
|
||||
* `usage` values.
|
||||
*
|
||||
* NOTE: If the input usage is not exist (e.g. "dance")
|
||||
*
|
||||
* NOTE: If the input usage does not exist (e.g. "person-kid"), but the
|
||||
* sub usage does exist (form the last example. "person"). The usage will be
|
||||
* **fall backed** to the sub usage (which is in the last example.
|
||||
* "person"). usage.
|
||||
*
|
||||
* NOTE: If the input usage is not exist at all (e.g. "dance")
|
||||
* or is misspelled, the usage will be **fall backed** to the "default"
|
||||
* usage.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue