]>
git.saurik.com Git - apple/icu.git/blob - icuSources/common/unicode/docmain.h
1 /********************************************************************
3 * Copyright (c) 1997-2003, 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
19 * <h2>API Reference Usage</h2>
21 * <h3>C++ Programmers:</h3>
22 * <p>Use <a href="hierarchy.html">Class Hierarchy</a> or <a href="classes.html> Alphabetical List </a>
23 * or <a href="annotated.html"> Compound List</a>
24 * to find the class you are interested in. For example, to find BreakIterator,
25 * you can go to the <a href="classes.html"> Alphabetical List</a>, then click on
26 * "BreakIterator". Once you are at the class, you will find an inheritance
27 * chart, a list of the public members, a detailed description of the class,
28 * then detailed member descriptions.</p>
30 * <h3>C Programmers:</h3>
31 * <p>Use <a href="#Module">Module List</a> or <a href="globals.html"> File Members</a>
32 * to find a list of all the functions and constants.
33 * For example, to find BreakIterator functions you would click on
34 * <a href="files.html"> File List</a>,
35 * then find "ubrk.h" and click on it. You will find descriptions of Defines,
36 * Typedefs, Enumerations, and Functions, with detailed descriptions below.
37 * If you want to find a specific function, such as ubrk_next(), then click
38 * first on <a href="globals.html"> File Members</a>, then use your browser
39 * Find dialog to search for "ubrk_next()".</p>
42 * <h3>API References for Previous Releases</h3>
43 * <p>The API References for the previous release are available
44 * <a href="http://oss.software.ibm.com/icu/apiref/previous/">online</a>.
45 * For each release there are also .zip and .tgz files for the API References
46 * on the <a href="http://oss.software.ibm.com/icu/download/">download page</a> of the release.</p>
50 * <h2>Architecture (User's Guide)</h2>
52 * <li><a href="http://oss.software.ibm.com/icu/userguide/index.html">Introduction</a></li>
53 * <li><a href="http://oss.software.ibm.com/icu/userguide/i18n.html">Internationalization</a></li>
54 * <li><a href="http://oss.software.ibm.com/icu/userguide/design.html">Locale Model</a></li>
55 * <li><a href="http://oss.software.ibm.com/icu/userguide/design.html">Multithreading</a></li>
56 * <li><a href="http://oss.software.ibm.com/icu/userguide/conversion.html">Conversion</a></li>
57 * <li><a href="http://oss.software.ibm.com/icu/userguide/design.html">Error Handling</a></li>
62 * <h2><a name="Module">Module List</a></h2>
63 * <table border="1" cols="3" align="center">
65 * <td><strong>Module Name</strong></td>
66 * <td><strong>C</strong></td>
67 * <td><strong>C++</strong></td>
70 * <td>Basic Types and Constants</td>
75 * <td>Strings and Character Iteration</td>
76 * <td>ustring.h, utf.h</td>
77 * <td>UnicodeString, CharacterIterator</td>
80 * <td>Unicode Character<br>Properties and Names</td>
82 * <td>uchar.h C API</td>
85 * <td>Codepage Conversion</td>
87 * <td>ucnv.h C API</td>
90 * <td>Unicode Text Compression</td>
91 * <td>ucnv.h<br>(encoding name "SCSU" or "BOCU-1")</td>
92 * <td>ucnv.h C API</td>
100 * <td>Resource Bundles</td>
102 * <td>ResourceBundle</td>
105 * <td>Normalization</td>
107 * <td>Normalizer</td>
115 * <td>Date and Time Formatting</td>
117 * <td>DateFormat</td>
120 * <td>Message Formatting</td>
122 * <td>MessageFormat</td>
125 * <td>Number Formatting</td>
127 * <td>NumberFormat</td>
130 * <td>Number Spellout<br>(Rule Based Number Formatting)</td>
131 * <td>unum.h<br>(use UNUM_SPELLOUT)</td>
132 * <td>RuleBasedNumberFormat</td>
135 * <td>Text Transformation<br>(Transliteration)</td>
137 * <td>Transliterator</td>
140 * <td>Bidirectional Algorithm</td>
142 * <td>ubidi.h C API</td>
145 * <td>Arabic Shaping</td>
147 * <td>ushape.h C API</td>
155 * <td>String Searching</td>
157 * <td>StringSearch</td>
160 * <td>Text Boundary Analysis<br>(Break Iteration)</td>
162 * <td>BreakIterator</td>
165 * <td>Unicode Set</td>
167 * <td>UnicodeSet</td>
170 * <td>Regular Expressions</td>
172 * <td>RegexPattern, RegexMatcher</td>