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