From 31a4739baced07f842d85915195a00746f63fcc8 Mon Sep 17 00:00:00 2001 From: Peter Edberg Date: Mon, 23 Sep 2013 18:23:05 +0000 Subject: [PATCH] ICU-9627 Updated Date Field Symbol Table links in smpdtfmt.h, added them in udat.h X-SVN-Rev: 34458 --- icu4c/source/i18n/unicode/smpdtfmt.h | 8 +++++--- icu4c/source/i18n/unicode/udat.h | 10 ++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/icu4c/source/i18n/unicode/smpdtfmt.h b/icu4c/source/i18n/unicode/smpdtfmt.h index 7555d722e83..0ce2161efc5 100644 --- a/icu4c/source/i18n/unicode/smpdtfmt.h +++ b/icu4c/source/i18n/unicode/smpdtfmt.h @@ -65,9 +65,11 @@ class TimeZoneFormat; *

Date and time formats are specified by date and time pattern strings. * Within date and time pattern strings, all unquoted ASCII letters [A-Za-z] are reserved * as pattern letters representing calendar fields. SimpleDateFormat supports - * the date and time formatting algorithm and pattern letters defined by UTS#35 - * Unicode Locale Data Markup Language (LDML). The following pattern letters are - * currently available:

+ * the date and time formatting algorithm and pattern letters defined by + * UTS#35 + * Unicode Locale Data Markup Language (LDML) and further documented for ICU in the + * ICU + * User Guide. The following pattern letters are currently available:

* * * diff --git a/icu4c/source/i18n/unicode/udat.h b/icu4c/source/i18n/unicode/udat.h index 72eaaee6e44..e8f0664e591 100644 --- a/icu4c/source/i18n/unicode/udat.h +++ b/icu4c/source/i18n/unicode/udat.h @@ -131,6 +131,16 @@ *
  • Align any particular field, or find out where it is for selection * on the screen. * + *

    Date and Time Patterns:

    + * + *

    Date and time formats are specified by date and time pattern strings. + * Within date and time pattern strings, all unquoted ASCII letters [A-Za-z] are reserved + * as pattern letters representing calendar fields. UDateFormat supports + * the date and time formatting algorithm and pattern letters defined by + * UTS#35 + * Unicode Locale Data Markup Language (LDML) and further documented for ICU in the + * ICU + * User Guide.

    */ /** A date formatter. -- 2.40.0