mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-12067 withdraw TIME_SEPARATOR date/time field
X-SVN-Rev: 38440
This commit is contained in:
parent
aa40037b44
commit
1b41b8e8e3
1 changed files with 3 additions and 2 deletions
|
@ -775,14 +775,15 @@ typedef enum UDateFormatField {
|
|||
*/
|
||||
UDAT_FLEXIBLE_DAY_PERIOD_FIELD = 36,
|
||||
|
||||
#ifndef U_HIDE_INTERNAL_API
|
||||
/**
|
||||
* FieldPosition and UFieldPosition selector for time separator,
|
||||
* no corresponding UCAL_ field. No pattern character is currently
|
||||
* defined for this.
|
||||
* @stable ICU 55
|
||||
* @internal
|
||||
*/
|
||||
UDAT_TIME_SEPARATOR_FIELD = 37,
|
||||
|
||||
#endif /* U_HIDE_INTERNAL_API */
|
||||
|
||||
/**
|
||||
* Number of FieldPosition and UFieldPosition selectors for
|
||||
|
|
Loading…
Add table
Reference in a new issue