ICU-7205 Replace '<'/'>' in the previous change with HTML entities '<'/'>'.
X-SVN-Rev: 31631
This commit is contained in:
parent
cfc253253f
commit
bbf2400ce5
@ -546,7 +546,7 @@ public:
|
||||
* @param style The given formatting style. For example, SHORT for "M/d/yy" in the
|
||||
* US locale. As currently implemented, relative date formatting only
|
||||
* affects a limited range of calendar days before or after the
|
||||
* current date, based on the CLDR <field type="day">/<relative> data:
|
||||
* current date, based on the CLDR <field type="day">/<relative> data:
|
||||
* For example, in English, "Yesterday", "Today", and "Tomorrow".
|
||||
* Outside of this range, dates are formatted using the corresponding
|
||||
* non-relative style.
|
||||
@ -565,7 +565,7 @@ public:
|
||||
* For example, SHORT for "M/d/yy" in the US locale. As currently
|
||||
* implemented, relative date formatting only affects a limited range
|
||||
* of calendar days before or after the current date, based on the
|
||||
* CLDR <field type="day">/<relative> data: For example, in English,
|
||||
* CLDR <field type="day">/<relative> data: For example, in English,
|
||||
* "Yesterday", "Today", and "Tomorrow". Outside of this range, dates
|
||||
* are formatted using the corresponding non-relative style.
|
||||
* @param timeStyle The given formatting style for the time portion of the result.
|
||||
|
@ -585,7 +585,7 @@ udat_toCalendarDateField(UDateFormatField field);
|
||||
* UDAT_MEDIUM, UDAT_SHORT, UDAT_DEFAULT, UDAT_FULL_RELATIVE, UDAT_LONG_RELATIVE,
|
||||
* UDAT_MEDIUM_RELATIVE, UDAT_SHORT_RELATIVE, or UDAT_NONE. As currently implemented,
|
||||
* relative date formatting only affects a limited range of calendar days before or
|
||||
* after the current date, based on the CLDR <field type="day">/<relative> data: For
|
||||
* after the current date, based on the CLDR <field type="day">/<relative> data: For
|
||||
* example, in English, "Yesterday", "Today", and "Tomorrow". Outside of this range,
|
||||
* dates are formatted using the corresponding non-relative style.
|
||||
* @param locale The locale specifying the formatting conventions
|
||||
|
Loading…
Reference in New Issue
Block a user