X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/0f5d89e82340278ed3d7d50029f37cab2c41a57e..340931cb2e044a2141d11567dd0f782524e32994:/icuSources/common/unicode/docmain.h
diff --git a/icuSources/common/unicode/docmain.h b/icuSources/common/unicode/docmain.h
index b98da28c..704139a8 100644
--- a/icuSources/common/unicode/docmain.h
+++ b/icuSources/common/unicode/docmain.h
@@ -33,7 +33,7 @@
* then detailed member descriptions.
*
* C Programmers:
- * Use Module List or File Members
+ *
Use Module List or File Members
* to find a list of all the functions and constants.
* For example, to find BreakIterator functions you would click on
* File List,
@@ -88,13 +88,18 @@
*
icu::UnicodeSet |
*
*
+ * Maps from Unicode Code Points to Integer Values |
+ * ucptrie.h, umutablecptrie.h |
+ * C API |
+ *
+ *
* Maps from Strings to Integer Values |
* (no C API) |
* icu::BytesTrie, icu::UCharsTrie |
*
*
* Codepage Conversion |
- * ucnv.h, ucnvsel.hb |
+ * ucnv.h, ucnvsel.h |
* C API |
*
*
@@ -110,7 +115,7 @@
*
* Locales |
* uloc.h |
- * icu::Locale |
+ * icu::Locale, icu::LocaleBuilder, icu::LocaleMatcher |
*
*
* Resource Bundles |
@@ -138,11 +143,16 @@
* icu::MessageFormat |
*
*
- * Number Formatting |
+ * Number Formatting (includes currency and unit formatting) |
* unumberformatter.h, unum.h |
* icu::number::NumberFormatter (ICU 60+) or icu::NumberFormat (older versions) |
*
*
+ * Number Range Formatting (includes currency and unit ranges) |
+ * (no C API) |
+ * icu::number::NumberRangeFormatter |
+ *
+ *
* Number Spellout (Rule Based Number Formatting) |
* unum.h (use UNUM_SPELLOUT) |
* icu::RuleBasedNumberFormat |
@@ -208,9 +218,9 @@
* C API |
*
*
- * Layout Engine/Complex Text Layout |
- * loengine.h |
- * icu::LayoutEngine,icu::ParagraphLayout |
+ * Paragraph Layout / Complex Text Layout |
+ * playout.h |
+ * icu::ParagraphLayout |
*
*
* ICU I/O |