ICU-7205 Replace '<'/'>' in the previous change with HTML entities '&lt;'/'&gt;'.

X-SVN-Rev: 31631
This commit is contained in:
Yoshito Umaoka 2012-03-19 14:11:31 +00:00
parent cfc253253f
commit bbf2400ce5
2 changed files with 3 additions and 3 deletions

View File

@ -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 &lt;field type="day"&gt;/&lt;relative&gt; 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 &lt;field type="day"&gt;/&lt;relative&gt; 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.

View File

@ -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 &lt;field type="day"&gt;/&lt;relative&gt; 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