mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
ICU-20591 Increased the date rowspan to include the argSkeletonText line
This commit is contained in:
parent
06114c5108
commit
c1ce6d9163
2 changed files with 2 additions and 2 deletions
|
@ -184,7 +184,7 @@ class NumberFormat;
|
|||
* <td><i>argSkeletonText</i>
|
||||
* <td><code>NumberFormatter::forSkeleton(argSkeletonText, status).locale(getLocale()).toFormat(status)</code>
|
||||
* <tr>
|
||||
* <td rowspan=6><code>date</code>
|
||||
* <td rowspan=7><code>date</code>
|
||||
* <td><i>(none)</i>
|
||||
* <td><code>DateFormat.createDateInstance(kDefault, getLocale(), status)</code>
|
||||
* <tr>
|
||||
|
|
|
@ -183,7 +183,7 @@ import com.ibm.icu.util.ULocale.Category;
|
|||
* <td><i>argSkeletonText</i>
|
||||
* <td><code>NumberFormatter.forSkeleton(argSkeletonText).locale(getLocale()).toFormat()</code>
|
||||
* <tr>
|
||||
* <td rowspan=6><code>date</code>
|
||||
* <td rowspan=7><code>date</code>
|
||||
* <td><i>(none)</i>
|
||||
* <td><code>DateFormat.getDateInstance(DateFormat.DEFAULT, getLocale())</code>
|
||||
* <tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue