]>
git.saurik.com Git - apple/icu.git/blob - icuSources/common/unicode/docmain.h
1 /********************************************************************
3 * Copyright (c) 1997-2004, International Business Machines Corporation and
4 * others. All Rights Reserved.
8 * Date Name Description
9 * 12/11/2000 Ram Creation.
12 /* This file contains documentation for Doxygen and doesnot have
13 * any significance with respect to C or C++ API
18 * \section API API Reference Usage
20 * <h3>C++ Programmers:</h3>
21 * <p>Use <a href="hierarchy.html">Class Hierarchy</a> or <a href="classes.html"> Alphabetical List </a>
22 * or <a href="annotated.html"> Compound List</a>
23 * to find the class you are interested in. For example, to find BreakIterator,
24 * you can go to the <a href="classes.html"> Alphabetical List</a>, then click on
25 * "BreakIterator". Once you are at the class, you will find an inheritance
26 * chart, a list of the public members, a detailed description of the class,
27 * then detailed member descriptions.</p>
29 * <h3>C Programmers:</h3>
30 * <p>Use <a href="#Module">Module List</a> or <a href="globals.html">File Members</a>
31 * to find a list of all the functions and constants.
32 * For example, to find BreakIterator functions you would click on
33 * <a href="files.html"> File List</a>,
34 * then find "ubrk.h" and click on it. You will find descriptions of Defines,
35 * Typedefs, Enumerations, and Functions, with detailed descriptions below.
36 * If you want to find a specific function, such as ubrk_next(), then click
37 * first on <a href="globals.html"> File Members</a>, then use your browser
38 * Find dialog to search for "ubrk_next()".</p>
41 * <h3>API References for Previous Releases</h3>
42 * <p>The API References for the previous release are available
43 * <a href="http://oss.software.ibm.com/icu/apiref/previous/">online</a>.
44 * For each release there are also .zip and .tgz files for the API References
45 * on the <a href="http://oss.software.ibm.com/icu/download/">download page</a> of the release.</p>
49 * <h2>Architecture (User's Guide)</h2>
51 * <li><a href="http://oss.software.ibm.com/icu/userguide/index.html">Introduction</a></li>
52 * <li><a href="http://oss.software.ibm.com/icu/userguide/i18n.html">Internationalization</a></li>
53 * <li><a href="http://oss.software.ibm.com/icu/userguide/design.html">Locale Model</a></li>
54 * <li><a href="http://oss.software.ibm.com/icu/userguide/design.html">Multithreading</a></li>
55 * <li><a href="http://oss.software.ibm.com/icu/userguide/conversion.html">Conversion</a></li>
56 * <li><a href="http://oss.software.ibm.com/icu/userguide/design.html">Error Handling</a></li>
60 *\htmlonly <h2><a NAME="Module">Module List</a></h2> \endhtmlonly
61 * <table border="1" cols="3" align="center">
63 * <td><strong>Module Name</strong></td>
64 * <td><strong>C</strong></td>
65 * <td><strong>C++</strong></td>
68 * <td>Basic Types and Constants</td>
73 * <td>Strings and Character Iteration</td>
74 * <td>ustring.h, utf.h</td>
75 * <td>UnicodeString, CharacterIterator</td>
78 * <td>Unicode Character<br>Properties and Names</td>
80 * <td>uchar.h C API</td>
83 * <td>Codepage Conversion</td>
85 * <td>ucnv.h C API</td>
88 * <td>Unicode Text Compression</td>
89 * <td>ucnv.h <br> (encoding name "SCSU" or "BOCU-1")</td>
90 * <td>ucnv.h C API</td>
98 * <td>Resource Bundles</td>
100 * <td>ResourceBundle</td>
103 * <td>Normalization</td>
105 * <td>Normalizer</td>
113 * <td>Date and Time Formatting</td>
115 * <td>DateFormat</td>
118 * <td>Message Formatting</td>
120 * <td>MessageFormat</td>
123 * <td>Number Formatting</td>
125 * <td>NumberFormat</td>
128 * <td>Number Spellout <br> (Rule Based Number Formatting)</td>
129 * <td>unum.h <br> (use UNUM_SPELLOUT)</td>
130 * <td>RuleBasedNumberFormat</td>
133 * <td>Text Transformation <br> (Transliteration)</td>
135 * <td>Transliterator</td>
138 * <td>Bidirectional Algorithm</td>
140 * <td>ubidi.h C API</td>
143 * <td>Arabic Shaping</td>
145 * <td>ushape.h C API</td>
153 * <td>String Searching</td>
155 * <td>StringSearch</td>
158 * <td>Text Boundary Analysis <br> (Break Iteration)</td>
160 * <td>BreakIterator</td>
163 * <td>Unicode Set</td>
165 * <td>UnicodeSet</td>
168 * <td>Regular Expressions</td>
170 * <td>RegexPattern, RegexMatcher</td>
173 * <td>StringPrep</td>
175 * <td>usprep.h C API</td>
178 * <td>International Domain Names in Applications</td>
180 * <td>uidna.h C API</td>
183 * <td>Universal Time Scale</td>
184 * <td>utmscale.h</td>
185 * <td>utmscale.h C API</td>