mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-22220 Add usimplenumberformatter and SimpleNumberFormatter to docmain.h
This commit is contained in:
parent
21581f4ec5
commit
a518312ce2
1 changed files with 2 additions and 2 deletions
|
@ -149,8 +149,8 @@
|
|||
* </tr>
|
||||
* <tr>
|
||||
* <td>Number Formatting<br/>(includes currency and unit formatting)</td>
|
||||
* <td>unumberformatter.h, unum.h</td>
|
||||
* <td>icu::number::NumberFormatter (ICU 60+) or icu::NumberFormat (older versions)</td>
|
||||
* <td>unumberformatter.h, unum.h, usimplenumberformatter.h</td>
|
||||
* <td>icu::number::NumberFormatter (ICU 60+) or icu::NumberFormat (older versions)<br>icu::number::SimpleNumberFormatter (ICU 73+)</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>Number Range Formatting<br />(includes currency and unit ranges)</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue