mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-10887 Fix documentation in MeasureFormat.
X-SVN-Rev: 35696
This commit is contained in:
parent
61a5b161d3
commit
b5b8492a6f
1 changed files with 3 additions and 2 deletions
|
@ -26,9 +26,10 @@
|
|||
#ifndef U_HIDE_DRAFT_API
|
||||
/**
|
||||
* Constants for various widths.
|
||||
* There are 3 widths: Wide, Short, Narrow.
|
||||
* There are 4 widths: Wide, Short, Narrow, Numeric.
|
||||
* For example, for English, when formatting "3 hours"
|
||||
* Wide is "3 hours"; short is "3 hrs"; narrow is "3h"
|
||||
* Wide is "3 hours"; short is "3 hrs"; narrow is "3h";
|
||||
* formatting "3 hours 17 minutes" as numeric give "3:17"
|
||||
* @draft ICU 53
|
||||
*/
|
||||
enum UMeasureFormatWidth {
|
||||
|
|
Loading…
Add table
Reference in a new issue