]>
Commit | Line | Data |
---|---|---|
b75a7d8f A |
1 | /******************************************************************** |
2 | * COPYRIGHT: | |
374ca955 | 3 | * Copyright (c) 1997-2004, International Business Machines Corporation and |
b75a7d8f A |
4 | * others. All Rights Reserved. |
5 | * | |
6 | * FILE NAME: DOCMAIN.h | |
7 | * | |
8 | * Date Name Description | |
9 | * 12/11/2000 Ram Creation. | |
10 | */ | |
11 | ||
12 | /* This file contains documentation for Doxygen and doesnot have | |
13 | * any significance with respect to C or C++ API | |
14 | */ | |
15 | ||
16 | /*! \mainpage | |
17 | * | |
374ca955 | 18 | * \section API API Reference Usage |
b75a7d8f A |
19 | * |
20 | * <h3>C++ Programmers:</h3> | |
374ca955 | 21 | * <p>Use <a href="hierarchy.html">Class Hierarchy</a> or <a href="classes.html"> Alphabetical List </a> |
b75a7d8f 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> | |
28 | * | |
29 | * <h3>C Programmers:</h3> | |
374ca955 | 30 | * <p>Use <a href="#Module">Module List</a> or <a href="globals.html">File Members</a> |
b75a7d8f 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> | |
39 | * | |
40 | * | |
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> | |
46 | * | |
47 | * <hr> | |
48 | * | |
49 | * <h2>Architecture (User's Guide)</h2> | |
50 | * <ul> | |
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> | |
57 | * </ul> | |
58 | * | |
59 | * <hr> | |
374ca955 | 60 | *\htmlonly <h2><a NAME="Module">Module List</a></h2> \endhtmlonly |
b75a7d8f A |
61 | * <table border="1" cols="3" align="center"> |
62 | * <tr> | |
63 | * <td><strong>Module Name</strong></td> | |
64 | * <td><strong>C</strong></td> | |
65 | * <td><strong>C++</strong></td> | |
66 | * </tr> | |
67 | * <tr> | |
68 | * <td>Basic Types and Constants</td> | |
69 | * <td>utypes.h</td> | |
70 | * <td>utypes.h</td> | |
71 | * </tr> | |
72 | * <tr> | |
73 | * <td>Strings and Character Iteration</td> | |
74 | * <td>ustring.h, utf.h</td> | |
75 | * <td>UnicodeString, CharacterIterator</td> | |
76 | * </tr> | |
77 | * <tr> | |
78 | * <td>Unicode Character<br>Properties and Names</td> | |
79 | * <td>uchar.h</td> | |
80 | * <td>uchar.h C API</td> | |
81 | * </tr> | |
82 | * <tr> | |
83 | * <td>Codepage Conversion</td> | |
84 | * <td>ucnv.h</td> | |
85 | * <td>ucnv.h C API</td> | |
86 | * </tr> | |
87 | * <tr> | |
88 | * <td>Unicode Text Compression</td> | |
374ca955 | 89 | * <td>ucnv.h <br> (encoding name "SCSU" or "BOCU-1")</td> |
b75a7d8f A |
90 | * <td>ucnv.h C API</td> |
91 | * </tr> | |
92 | * <tr> | |
93 | * <td>Locales </td> | |
94 | * <td>uloc.h</a></td> | |
95 | * <td>Locale</td> | |
96 | * </tr> | |
97 | * <tr> | |
98 | * <td>Resource Bundles</td> | |
99 | * <td>ures.h</td> | |
100 | * <td>ResourceBundle</td> | |
101 | * </tr> | |
102 | * <tr> | |
103 | * <td>Normalization</td> | |
104 | * <td>unorm.h</td> | |
105 | * <td>Normalizer</td> | |
106 | * </tr> | |
107 | * <tr> | |
108 | * <td>Calendars</td> | |
109 | * <td>ucal.h</td> | |
110 | * <td>Calendar</td> | |
111 | * </tr> | |
112 | * <tr> | |
113 | * <td>Date and Time Formatting</td> | |
114 | * <td>udat.h</td> | |
115 | * <td>DateFormat</td> | |
116 | * </tr> | |
117 | * <tr> | |
118 | * <td>Message Formatting</td> | |
119 | * <td>umsg.h</td> | |
120 | * <td>MessageFormat</td> | |
121 | * </tr> | |
122 | * <tr> | |
123 | * <td>Number Formatting</td> | |
124 | * <td>unum.h</td> | |
125 | * <td>NumberFormat</td> | |
126 | * </tr> | |
127 | * <tr> | |
374ca955 A |
128 | * <td>Number Spellout <br> (Rule Based Number Formatting)</td> |
129 | * <td>unum.h <br> (use UNUM_SPELLOUT)</td> | |
b75a7d8f A |
130 | * <td>RuleBasedNumberFormat</td> |
131 | * </tr> | |
132 | * <tr> | |
374ca955 | 133 | * <td>Text Transformation <br> (Transliteration)</td> |
b75a7d8f A |
134 | * <td>utrans.h</td> |
135 | * <td>Transliterator</td> | |
136 | * </tr> | |
137 | * <tr> | |
138 | * <td>Bidirectional Algorithm</td> | |
139 | * <td>ubidi.h</td> | |
140 | * <td>ubidi.h C API</td> | |
141 | * </tr> | |
142 | * <tr> | |
143 | * <td>Arabic Shaping</td> | |
144 | * <td>ushape.h</td> | |
145 | * <td>ushape.h C API</td> | |
146 | * </tr> | |
147 | * <tr> | |
148 | * <td>Collation</td> | |
149 | * <td>ucol.h</td> | |
150 | * <td>Collator</td> | |
151 | * </tr> | |
152 | * <tr> | |
153 | * <td>String Searching</td> | |
154 | * <td>usearch.h</td> | |
155 | * <td>StringSearch</td> | |
156 | * </tr> | |
157 | * <tr> | |
374ca955 | 158 | * <td>Text Boundary Analysis <br> (Break Iteration)</td> |
b75a7d8f A |
159 | * <td>ubrk.h</td> |
160 | * <td>BreakIterator</td> | |
161 | * </tr> | |
162 | * <tr> | |
163 | * <td>Unicode Set</td> | |
164 | * <td>uset.h</td> | |
165 | * <td>UnicodeSet</td> | |
166 | * </tr> | |
167 | * <tr> | |
168 | * <td>Regular Expressions</td> | |
374ca955 | 169 | * <td>uregex.h</td> |
b75a7d8f A |
170 | * <td>RegexPattern, RegexMatcher</td> |
171 | * </tr> | |
374ca955 A |
172 | * <tr> |
173 | * <td>StringPrep</td> | |
174 | * <td>usprep.h</td> | |
175 | * <td>usprep.h C API</td> | |
176 | * </tr> | |
177 | * <tr> | |
178 | * <td>International Domain Names in Applications</td> | |
179 | * <td>uidna.h</td> | |
180 | * <td>uidna.h C API</td> | |
181 | * </tr> | |
182 | * <tr> | |
183 | * <td>Universal Time Scale</td> | |
184 | * <td>utmscale.h</td> | |
185 | * <td>utmscale.h C API</td> | |
186 | * </tr> | |
b75a7d8f A |
187 | * </table> |
188 | */ |