diff options
author | mcheshkov <mcheshkov@yandex-team.ru> | 2022-02-10 16:46:15 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:15 +0300 |
commit | e9d19cec64684c9c1e6b0c98297e5b895cf904fe (patch) | |
tree | 2768b1223e96a8a0610a93d18425d9647c1123c8 /contrib/libs/icu/include/unicode/docmain.h | |
parent | 60040c91ffe701a84689b2c6310ff845e65cff42 (diff) | |
download | ydb-e9d19cec64684c9c1e6b0c98297e5b895cf904fe.tar.gz |
Restoring authorship annotation for <mcheshkov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/icu/include/unicode/docmain.h')
-rw-r--r-- | contrib/libs/icu/include/unicode/docmain.h | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/contrib/libs/icu/include/unicode/docmain.h b/contrib/libs/icu/include/unicode/docmain.h index 704139a85e..63764e52e4 100644 --- a/contrib/libs/icu/include/unicode/docmain.h +++ b/contrib/libs/icu/include/unicode/docmain.h @@ -1,4 +1,4 @@ -// © 2016 and later: Unicode, Inc. and others. +// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /******************************************************************** * COPYRIGHT: @@ -33,7 +33,7 @@ * then detailed member descriptions.</p> * * <h3>C Programmers:</h3> - * <p>Use <a href="#Module">Module List</a> or <a href="globals_u.html">File Members</a> + * <p>Use <a href="#Module">Module List</a> or <a href="globals_u.html">File Members</a> * to find a list of all the functions and constants. * For example, to find BreakIterator functions you would click on * <a href="files.html"> File List</a>, @@ -88,26 +88,26 @@ * <td>icu::UnicodeSet</td> * </tr> * <tr> - * <td>Maps from Unicode Code Points to Integer Values</td> - * <td>ucptrie.h, umutablecptrie.h</td> - * <td>C API</td> - * </tr> - * <tr> + * <td>Maps from Unicode Code Points to Integer Values</td> + * <td>ucptrie.h, umutablecptrie.h</td> + * <td>C API</td> + * </tr> + * <tr> * <td>Maps from Strings to Integer Values</td> * <td>(no C API)</td> * <td>icu::BytesTrie, icu::UCharsTrie</td> * </tr> * <tr> * <td>Codepage Conversion</td> - * <td>ucnv.h, ucnvsel.h</td> - * <td>C API</td> - * </tr> - * <tr> - * <td>Codepage Detection</td> - * <td>ucsdet.h</td> + * <td>ucnv.h, ucnvsel.h</td> * <td>C API</td> * </tr> * <tr> + * <td>Codepage Detection</td> + * <td>ucsdet.h</td> + * <td>C API</td> + * </tr> + * <tr> * <td>Unicode Text Compression</td> * <td>ucnv.h<br/>(encoding name "SCSU" or "BOCU-1")</td> * <td>C API</td> @@ -115,7 +115,7 @@ * <tr> * <td>Locales </td> * <td>uloc.h</a></td> - * <td>icu::Locale, icu::LocaleBuilder, icu::LocaleMatcher</td> + * <td>icu::Locale, icu::LocaleBuilder, icu::LocaleMatcher</td> * </tr> * <tr> * <td>Resource Bundles</td> @@ -143,16 +143,16 @@ * <td>icu::MessageFormat</td> * </tr> * <tr> - * <td>Number Formatting<br/>(includes currency and unit formatting)</td> - * <td>unumberformatter.h, unum.h</td> - * <td>icu::number::NumberFormatter (ICU 60+) or icu::NumberFormat (older versions)</td> - * </tr> - * <tr> - * <td>Number Range Formatting<br />(includes currency and unit ranges)</td> - * <td>(no C API)</td> - * <td>icu::number::NumberRangeFormatter</td> + * <td>Number Formatting<br/>(includes currency and unit formatting)</td> + * <td>unumberformatter.h, unum.h</td> + * <td>icu::number::NumberFormatter (ICU 60+) or icu::NumberFormat (older versions)</td> * </tr> * <tr> + * <td>Number Range Formatting<br />(includes currency and unit ranges)</td> + * <td>(no C API)</td> + * <td>icu::number::NumberRangeFormatter</td> + * </tr> + * <tr> * <td>Number Spellout<br/>(Rule Based Number Formatting)</td> * <td>unum.h<br/>(use UNUM_SPELLOUT)</td> * <td>icu::RuleBasedNumberFormat</td> @@ -218,9 +218,9 @@ * <td>C API</td> * </tr> * <tr> - * <td>Paragraph Layout / Complex Text Layout</td> - * <td>playout.h</td> - * <td>icu::ParagraphLayout</td> + * <td>Paragraph Layout / Complex Text Layout</td> + * <td>playout.h</td> + * <td>icu::ParagraphLayout</td> * </tr> * <tr> * <td>ICU I/O</td> |