Файловый менеджер - Редактировать - /opt/alt/alt-nodejs20/root/usr/share/doc/alt-nodejs20-libicu-doc/stringoptions_8h_source.html
Назад
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.14"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>ICU 78.3: common/unicode/stringoptions.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">ICU 78.3  <span id="projectnumber">78.3</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.14 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_bdd9a5d540de89e9fe90efdfc6973a4f.html">common</a></li><li class="navelem"><a class="el" href="dir_f59c6450ff718ff1b085cfd1c36acbd7.html">unicode</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">stringoptions.h</div> </div> </div><!--header--> <div class="contents"> <a href="stringoptions_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">// © 2017 and later: Unicode, Inc. and others.</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// License & terms of use: http://www.unicode.org/copyright.html</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> </div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">// stringoptions.h</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">// created: 2017jun08 Markus W. Scherer</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> </div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="preprocessor">#ifndef __STRINGOPTIONS_H__</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#define __STRINGOPTIONS_H__</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> </div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#include "<a class="code" href="utypes_8h.html">unicode/utypes.h</a>"</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> </div><div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="stringoptions_8h.html#a7c41915be9809fd815a5c7d581ad1ea3"> 22</a></span> <span class="preprocessor">#define U_FOLD_CASE_DEFAULT 0</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> </div><div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="stringoptions_8h.html#a2d074cf9ee160fbcaec63740c4f9689e"> 40</a></span> <span class="preprocessor">#define U_FOLD_CASE_EXCLUDE_SPECIAL_I 1</span></div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> </div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="stringoptions_8h.html#a0304046319a3c79e9dfdcc9b1f0a281e"> 53</a></span> <span class="preprocessor">#define U_TITLECASE_WHOLE_STRING 0x20</span></div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span> </div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="stringoptions_8h.html#a03770266cb241bde90f7846b22d8bca9"> 66</a></span> <span class="preprocessor">#define U_TITLECASE_SENTENCES 0x40</span></div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span> </div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="stringoptions_8h.html#aab9de6ad843adcbc21001f7f93f1e888"> 85</a></span> <span class="preprocessor">#define U_TITLECASE_NO_LOWERCASE 0x100</span></div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span> </div><div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="stringoptions_8h.html#afc65fa226cac9b8eeef0e877b8a7744e"> 109</a></span> <span class="preprocessor">#define U_TITLECASE_NO_BREAK_ADJUSTMENT 0x200</span></div><div class="line"><a name="l00110"></a><span class="lineno"> 110</span> </div><div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="stringoptions_8h.html#a4975f537b9960f0330b233061ef0608d"> 129</a></span> <span class="preprocessor">#define U_TITLECASE_ADJUST_TO_CASED 0x400</span></div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span> </div><div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="stringoptions_8h.html#a6c55b1f2753f1019027338237c6dcc38"> 140</a></span> <span class="preprocessor">#define U_EDITS_NO_RESET 0x2000</span></div><div class="line"><a name="l00141"></a><span class="lineno"> 141</span> </div><div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="stringoptions_8h.html#a728ced1971bb0f7c53a16a7125bdbc77"> 152</a></span> <span class="preprocessor">#define U_OMIT_UNCHANGED_TEXT 0x4000</span></div><div class="line"><a name="l00153"></a><span class="lineno"> 153</span> </div><div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="stringoptions_8h.html#a7fd781b068b28ee2db708090aa32df8f"> 159</a></span> <span class="preprocessor">#define U_COMPARE_CODE_POINT_ORDER 0x8000</span></div><div class="line"><a name="l00160"></a><span class="lineno"> 160</span> </div><div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="stringoptions_8h.html#a6cc4c8b0d5be7ce1ac4b600ace7817f5"> 166</a></span> <span class="preprocessor">#define U_COMPARE_IGNORE_CASE 0x10000</span></div><div class="line"><a name="l00167"></a><span class="lineno"> 167</span> </div><div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="stringoptions_8h.html#ab2632f6548f0574ded0d37671ead94b6"> 173</a></span> <span class="preprocessor">#define UNORM_INPUT_IS_FCD 0x20000</span></div><div class="line"><a name="l00174"></a><span class="lineno"> 174</span> </div><div class="line"><a name="l00175"></a><span class="lineno"> 175</span> <span class="comment">// Related definitions elsewhere.</span></div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span> <span class="comment">// Options that are not meaningful in the same functions</span></div><div class="line"><a name="l00177"></a><span class="lineno"> 177</span> <span class="comment">// can share the same bits.</span></div><div class="line"><a name="l00178"></a><span class="lineno"> 178</span> <span class="comment">//</span></div><div class="line"><a name="l00179"></a><span class="lineno"> 179</span> <span class="comment">// Public:</span></div><div class="line"><a name="l00180"></a><span class="lineno"> 180</span> <span class="comment">// unicode/unorm.h #define UNORM_COMPARE_NORM_OPTIONS_SHIFT 20</span></div><div class="line"><a name="l00181"></a><span class="lineno"> 181</span> <span class="comment">//</span></div><div class="line"><a name="l00182"></a><span class="lineno"> 182</span> <span class="comment">// Internal: (may change or be removed)</span></div><div class="line"><a name="l00183"></a><span class="lineno"> 183</span> <span class="comment">// ucase.h #define _STRCASECMP_OPTIONS_MASK 0xffff</span></div><div class="line"><a name="l00184"></a><span class="lineno"> 184</span> <span class="comment">// ucase.h #define _FOLD_CASE_OPTIONS_MASK 7</span></div><div class="line"><a name="l00185"></a><span class="lineno"> 185</span> <span class="comment">// ucasemap_imp.h #define U_TITLECASE_ITERATOR_MASK 0xe0</span></div><div class="line"><a name="l00186"></a><span class="lineno"> 186</span> <span class="comment">// ucasemap_imp.h #define U_TITLECASE_ADJUSTMENT_MASK 0x600</span></div><div class="line"><a name="l00187"></a><span class="lineno"> 187</span> <span class="comment">// ustr_imp.h #define _STRNCMP_STYLE 0x1000</span></div><div class="line"><a name="l00188"></a><span class="lineno"> 188</span> <span class="comment">// unormcmp.cpp #define _COMPARE_EQUIV 0x80000</span></div><div class="line"><a name="l00189"></a><span class="lineno"> 189</span> </div><div class="line"><a name="l00190"></a><span class="lineno"> 190</span> <span class="preprocessor">#endif // __STRINGOPTIONS_H__</span></div><div class="ttc" id="utypes_8h_html"><div class="ttname"><a href="utypes_8h.html">utypes.h</a></div><div class="ttdoc">Basic definitions for ICU, for both C and C++ APIs. </div></div> </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.14 </small></address> </body> </html>
| ver. 1.6 |
Github
|
.
| PHP 8.3.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка