docmain.h 7.6 KB

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