docmain.h 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. /********************************************************************
  2. * COPYRIGHT:
  3. * Copyright (c) 1997-2012, International Business Machines Corporation and
  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. * \file
  13. * \brief (Non API- contains Doxygen definitions)
  14. *
  15. * This file contains documentation for Doxygen and doesnot have
  16. * any significance with respect to C or C++ API
  17. */
  18. /*! \mainpage
  19. *
  20. * \section API API Reference Usage
  21. *
  22. * <h3>C++ Programmers:</h3>
  23. * <p>Use <a href="hierarchy.html">Class Hierarchy</a> or <a href="classes.html"> Alphabetical List </a>
  24. * or <a href="annotated.html"> Compound List</a>
  25. * to find the class you are interested in. For example, to find BreakIterator,
  26. * you can go to the <a href="classes.html"> Alphabetical List</a>, then click on
  27. * "BreakIterator". Once you are at the class, you will find an inheritance
  28. * chart, a list of the public members, a detailed description of the class,
  29. * then detailed member descriptions.</p>
  30. *
  31. * <h3>C Programmers:</h3>
  32. * <p>Use <a href="#Module">Module List</a> or <a href="globals.html">File Members</a>
  33. * to find a list of all the functions and constants.
  34. * For example, to find BreakIterator functions you would click on
  35. * <a href="files.html"> File List</a>,
  36. * then find "ubrk.h" and click on it. You will find descriptions of Defines,
  37. * Typedefs, Enumerations, and Functions, with detailed descriptions below.
  38. * If you want to find a specific function, such as ubrk_next(), then click
  39. * first on <a href="globals.html"> File Members</a>, then use your browser
  40. * Find dialog to search for "ubrk_next()".</p>
  41. *
  42. *
  43. * <h3>API References for Previous Releases</h3>
  44. * <p>The API References for each release of ICU are also available as
  45. * a zip file from the ICU
  46. * <a href="http://site.icu-project.org/download">download page</a>.</p>
  47. *
  48. * <hr>
  49. *
  50. * <h2>Architecture (User's Guide)</h2>
  51. * <ul>
  52. * <li><a href="http://userguide.icu-project.org/">Introduction</a></li>
  53. * <li><a href="http://userguide.icu-project.org/i18n">Internationalization</a></li>
  54. * <li><a href="http://userguide.icu-project.org/design">Locale Model, Multithreading, Error Handling, etc.</a></li>
  55. * <li><a href="http://userguide.icu-project.org/conversion">Conversion</a></li>
  56. * </ul>
  57. *
  58. * <hr>
  59. *\htmlonly <h2><a NAME="Module">Module List</a></h2> \endhtmlonly
  60. * <table border="1" cols="3" align="center">
  61. * <tr>
  62. * <td><strong>Module Name</strong></td>
  63. * <td><strong>C</strong></td>
  64. * <td><strong>C++</strong></td>
  65. * </tr>
  66. * <tr>
  67. * <td>Basic Types and Constants</td>
  68. * <td>utypes.h</td>
  69. * <td>utypes.h</td>
  70. * </tr>
  71. * <tr>
  72. * <td>Strings and Character Iteration</td>
  73. * <td>ustring.h, utf8.h, utf16.h, UText, UCharIterator</td>
  74. * <td>icu::UnicodeString, icu::CharacterIterator, icu::Appendable, icu::StringPiece,icu::ByteSink</td>
  75. * </tr>
  76. * <tr>
  77. * <td>Unicode Character<br/>Properties and Names</td>
  78. * <td>uchar.h, uscript.h</td>
  79. * <td>C API</td>
  80. * </tr>
  81. * <tr>
  82. * <td>Sets of Unicode Code Points and Strings</td>
  83. * <td>uset.h</td>
  84. * <td>icu::UnicodeSet</td>
  85. * </tr>
  86. * <tr>
  87. * <td>Maps from Strings to Integer Values</td>
  88. * <td>(no C API)</td>
  89. * <td>icu::BytesTrie, icu::UCharsTrie</td>
  90. * </tr>
  91. * <tr>
  92. * <td>Codepage Conversion</td>
  93. * <td>ucnv.h, ucnvsel.hb</td>
  94. * <td>C API</td>
  95. * </tr>
  96. * <tr>
  97. * <td>Unicode Text Compression</td>
  98. * <td>ucnv.h<br/>(encoding name "SCSU" or "BOCU-1")</td>
  99. * <td>C API</td>
  100. * </tr>
  101. * <tr>
  102. * <td>Locales </td>
  103. * <td>uloc.h</a></td>
  104. * <td>icu::Locale</td>
  105. * </tr>
  106. * <tr>
  107. * <td>Resource Bundles</td>
  108. * <td>ures.h</td>
  109. * <td>icu::ResourceBundle</td>
  110. * </tr>
  111. * <tr>
  112. * <td>Normalization</td>
  113. * <td>unorm2.h</td>
  114. * <td>icu::Normalizer2</td>
  115. * </tr>
  116. * <tr>
  117. * <td>Calendars</td>
  118. * <td>ucal.h</td>
  119. * <td>icu::Calendar</td>
  120. * </tr>
  121. * <tr>
  122. * <td>Date and Time Formatting</td>
  123. * <td>udat.h</td>
  124. * <td>icu::DateFormat</td>
  125. * </tr>
  126. * <tr>
  127. * <td>Message Formatting</td>
  128. * <td>umsg.h</td>
  129. * <td>icu::MessageFormat</td>
  130. * </tr>
  131. * <tr>
  132. * <td>Number Formatting</td>
  133. * <td>unum.h</td>
  134. * <td>icu::NumberFormat</td>
  135. * </tr>
  136. * <tr>
  137. * <td>Number Spellout<br/>(Rule Based Number Formatting)</td>
  138. * <td>unum.h<br/>(use UNUM_SPELLOUT)</td>
  139. * <td>icu::RuleBasedNumberFormat</td>
  140. * </tr>
  141. * <tr>
  142. * <td>Text Transformation<br/>(Transliteration)</td>
  143. * <td>utrans.h</td>
  144. * <td>icu::Transliterator</td>
  145. * </tr>
  146. * <tr>
  147. * <td>Bidirectional Algorithm</td>
  148. * <td>ubidi.h</td>
  149. * <td>C API</td>
  150. * </tr>
  151. * <tr>
  152. * <td>Arabic Shaping</td>
  153. * <td>ushape.h</td>
  154. * <td>C API</td>
  155. * </tr>
  156. * <tr>
  157. * <td>Collation</td>
  158. * <td>ucol.h</td>
  159. * <td>icu::Collator</td>
  160. * </tr>
  161. * <tr>
  162. * <td>String Searching</td>
  163. * <td>usearch.h</td>
  164. * <td>icu::StringSearch</td>
  165. * </tr>
  166. * <tr>
  167. * <td>Index Characters/<br/>Bucketing for Sorted Lists</td>
  168. * <td>(no C API)</td>
  169. * <td>icu::AlphabeticIndex</td>
  170. * </tr>
  171. * <tr>
  172. * <td>Text Boundary Analysis<br/>(Break Iteration)</td>
  173. * <td>ubrk.h</td>
  174. * <td>icu::BreakIterator</td>
  175. * </tr>
  176. * <tr>
  177. * <td>Regular Expressions</td>
  178. * <td>uregex.h</td>
  179. * <td>icu::RegexPattern, icu::RegexMatcher</td>
  180. * </tr>
  181. * <tr>
  182. * <td>StringPrep</td>
  183. * <td>usprep.h</td>
  184. * <td>C API</td>
  185. * </tr>
  186. * <tr>
  187. * <td>International Domain Names in Applications:<br/>
  188. * UTS #46 in C/C++, IDNA2003 only via C API</td>
  189. * <td>uidna.h</td>
  190. * <td>idna.h</td>
  191. * </tr>
  192. * <tr>
  193. * <td>Identifier Spoofing & Confusability</td>
  194. * <td>uspoof.h</td>
  195. * <td>C API</td>
  196. * <tr>
  197. * <td>Universal Time Scale</td>
  198. * <td>utmscale.h</td>
  199. * <td>C API</td>
  200. * </tr>
  201. * <tr>
  202. * <td>Layout Engine/Complex Text Layout</td>
  203. * <td>loengine.h</td>
  204. * <td>icu::LayoutEngine,icu::ParagraphLayout</td>
  205. * </tr>
  206. * <tr>
  207. * <td>ICU I/O</td>
  208. * <td>ustdio.h</td>
  209. * <td>ustream.h</td>
  210. * </tr>
  211. * </table>
  212. * <i>This main page is generated from docmain.h</i>
  213. */