diff options
Diffstat (limited to 'thirdparty/icu4c/common/unicode/docmain.h')
| -rw-r--r-- | thirdparty/icu4c/common/unicode/docmain.h | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/thirdparty/icu4c/common/unicode/docmain.h b/thirdparty/icu4c/common/unicode/docmain.h index edcb5d4e83..e82678c95f 100644 --- a/thirdparty/icu4c/common/unicode/docmain.h +++ b/thirdparty/icu4c/common/unicode/docmain.h @@ -15,7 +15,7 @@   * \file   * \brief (Non API- contains Doxygen definitions)   * - * This file contains documentation for Doxygen and doesnot have + * This file contains documentation for Doxygen and does not have   * any significance with respect to C or C++ API   */ @@ -74,7 +74,7 @@   *   </tr>   *   <tr>   *     <td>Strings and Character Iteration</td> - *     <td>ustring.h, utf8.h, utf16.h, UText, UCharIterator</td> + *     <td>ustring.h, utf8.h, utf16.h, icu::StringPiece, UText, UCharIterator, icu::ByteSink</td>   *     <td>icu::UnicodeString, icu::CharacterIterator, icu::Appendable, icu::StringPiece,icu::ByteSink</td>   *   </tr>   *   <tr> @@ -128,9 +128,9 @@   *     <td>icu::Normalizer2</td>   *   </tr>   *   <tr> - *     <td>Calendars</td> + *     <td>Calendars and Time Zones</td>   *     <td>ucal.h</td> - *     <td>icu::Calendar</td> + *     <td>icu::Calendar, icu::TimeZone</td>   *   </tr>   *   <tr>   *     <td>Date and Time Formatting</td>  |