📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 23:11:03
📂
/ (Root)
/
opt
/
alt
/
ruby19
/
share
/
doc
/
ruby
/
html
/
dd
/
df8
📍 /opt/alt/ruby19/share/doc/ruby/html/dd/df8
🔄 Refresh
✏️
Editing: regenc_8h_source.html
Read Only
<!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>Ruby: regenc.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="../../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">Ruby  <span id="projectnumber">1.9.3p551(2014-11-13revision48407)</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.14 --> <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('../../',false,false,'search.php','Search'); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">regenc.h</div> </div> </div><!--header--> <div class="contents"> <a href="../../dd/df8/regenc_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="preprocessor">#ifndef ONIGURUMA_REGENC_H</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#define ONIGURUMA_REGENC_H</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">/**********************************************************************</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> regenc.h - Oniguruma (regular expression library)</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">**********************************************************************/</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">/*-</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * Copyright (c) 2002-2008 K.Kosako <sndgk393 AT ybb DOT ne DOT jp></span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * All rights reserved.</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> *</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> * Redistribution and use in source and binary forms, with or without</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> * modification, are permitted provided that the following conditions</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> * are met:</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * 1. Redistributions of source code must retain the above copyright</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> * notice, this list of conditions and the following disclaimer.</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> * 2. Redistributions in binary form must reproduce the above copyright</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * notice, this list of conditions and the following disclaimer in the</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> * documentation and/or other materials provided with the distribution.</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> *</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment"> * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment"> * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment"> * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="comment"> * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment"> * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment"> * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="comment"> * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="comment"> * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="comment"> * SUCH DAMAGE.</span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="comment"> */</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor">#ifndef REGINT_H</span></div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#ifndef RUBY_EXTERN</span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include "ruby/config.h"</span></div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#include "<a class="code" href="../../d8/db0/defines_8h.html">ruby/defines.h</a>"</span></div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="preprocessor">#ifdef ONIG_ESCAPE_UCHAR_COLLISION</span></div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor">#undef ONIG_ESCAPE_UCHAR_COLLISION</span></div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="preprocessor">#include "<a class="code" href="../../d8/db3/oniguruma_8h.html">ruby/oniguruma.h</a>"</span></div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> </div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="preprocessor">#if defined __GNUC__ && __GNUC__ >= 4</span></div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="preprocessor">#pragma GCC visibility push(default)</span></div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span> </div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="../../da/de3/struct_onig_pair_case_fold_codes.html"> 46</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span>{</div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="../../da/de3/struct_onig_pair_case_fold_codes.html#a11f3fe0c20a5b1832110a3a4792b42d8"> 47</a></span>  <a class="code" href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a> <a class="code" href="../../da/de3/struct_onig_pair_case_fold_codes.html#a11f3fe0c20a5b1832110a3a4792b42d8">from</a>;</div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="../../da/de3/struct_onig_pair_case_fold_codes.html#a869c764355171fb3a0b34ebe29dea3a6"> 48</a></span>  <a class="code" href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a> <a class="code" href="../../da/de3/struct_onig_pair_case_fold_codes.html#a869c764355171fb3a0b34ebe29dea3a6">to</a>;</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span> } <a class="code" href="../../da/de3/struct_onig_pair_case_fold_codes.html">OnigPairCaseFoldCodes</a>;</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span> </div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span> </div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="preprocessor">#ifndef NULL</span></div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a070d2ce7b6bb7e5c05602aa8c308d0c4"> 53</a></span> <span class="preprocessor">#define NULL ((void* )0)</span></div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span> </div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="preprocessor">#ifndef TRUE</span></div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#aa8cecfc5c5c054d2875c03e77b7be15d"> 57</a></span> <span class="preprocessor">#define TRUE 1</span></div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span> </div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="preprocessor">#ifndef FALSE</span></div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#aa93f0eb578d23995850d61f7d61c55c1"> 61</a></span> <span class="preprocessor">#define FALSE 0</span></div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span> </div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="preprocessor">#ifndef ARG_UNUSED</span></div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="preprocessor">#if defined(__GNUC__)</span></div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="preprocessor"># define ARG_UNUSED __attribute__ ((unused))</span></div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="preprocessor">#else</span></div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a3cd42c63a217ee9e52214c1cc78c3af4"> 68</a></span> <span class="preprocessor"># define ARG_UNUSED</span></div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span> </div><div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a0e1ae98c09c703f4384c291998ef2f8d"> 72</a></span> <span class="preprocessor">#define ONIG_IS_NULL(p) (((void*)(p)) == (void*)0)</span></div><div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#afc47f4eba91239e2152af6f3f67e11ec"> 73</a></span> <span class="preprocessor">#define ONIG_IS_NOT_NULL(p) (((void*)(p)) != (void*)0)</span></div><div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#ae0ecb7c6132c5e98bf7a25fa44eb3380"> 74</a></span> <span class="preprocessor">#define ONIG_CHECK_NULL_RETURN(p) if (ONIG_IS_NULL(p)) return NULL</span></div><div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a865be6f5d465a60054740327230aa970"> 75</a></span> <span class="preprocessor">#define ONIG_CHECK_NULL_RETURN_VAL(p,val) if (ONIG_IS_NULL(p)) return (val)</span></div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span> </div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#ae9f8530a4c9ec89ae8d62ce5b4410aad"> 77</a></span> <span class="preprocessor">#define enclen(enc,p,e) ((enc->max_enc_len == enc->min_enc_len) ? enc->min_enc_len : ONIGENC_MBC_ENC_LEN(enc,p,e))</span></div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span> </div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span> <span class="comment">/* character types bit flag */</span></div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a09e6102953d2c0c3af59b47e524912fb"> 80</a></span> <span class="preprocessor">#define BIT_CTYPE_NEWLINE (1<< ONIGENC_CTYPE_NEWLINE)</span></div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a0c915278a4bb7d82bddc4dad262111f4"> 81</a></span> <span class="preprocessor">#define BIT_CTYPE_ALPHA (1<< ONIGENC_CTYPE_ALPHA)</span></div><div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a28b1d3f5083c236bc0b6af6b25cea74a"> 82</a></span> <span class="preprocessor">#define BIT_CTYPE_BLANK (1<< ONIGENC_CTYPE_BLANK)</span></div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#ae561074c519d84edd19495b378f8f2db"> 83</a></span> <span class="preprocessor">#define BIT_CTYPE_CNTRL (1<< ONIGENC_CTYPE_CNTRL)</span></div><div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a5a15eaceb4920f393de5aa641857c98c"> 84</a></span> <span class="preprocessor">#define BIT_CTYPE_DIGIT (1<< ONIGENC_CTYPE_DIGIT)</span></div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a15b022a4d43cbf381ea9f84ceceab654"> 85</a></span> <span class="preprocessor">#define BIT_CTYPE_GRAPH (1<< ONIGENC_CTYPE_GRAPH)</span></div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a8e0eeb8e0910b8a8a9afaec0d849c5ff"> 86</a></span> <span class="preprocessor">#define BIT_CTYPE_LOWER (1<< ONIGENC_CTYPE_LOWER)</span></div><div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a20afd25043c8215f8e71cbbb6fff65ad"> 87</a></span> <span class="preprocessor">#define BIT_CTYPE_PRINT (1<< ONIGENC_CTYPE_PRINT)</span></div><div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#ac673b44b3ca8ee612c82b2bb0279631a"> 88</a></span> <span class="preprocessor">#define BIT_CTYPE_PUNCT (1<< ONIGENC_CTYPE_PUNCT)</span></div><div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#af1d774062c37e9e0f0c5b1a0dbc399ab"> 89</a></span> <span class="preprocessor">#define BIT_CTYPE_SPACE (1<< ONIGENC_CTYPE_SPACE)</span></div><div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a476424767851ba384d0e1986c72020d7"> 90</a></span> <span class="preprocessor">#define BIT_CTYPE_UPPER (1<< ONIGENC_CTYPE_UPPER)</span></div><div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a8dc103d35eb1341a4611a6fc8044d7b2"> 91</a></span> <span class="preprocessor">#define BIT_CTYPE_XDIGIT (1<< ONIGENC_CTYPE_XDIGIT)</span></div><div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a6b070b778fde592131c38af8d6224e2e"> 92</a></span> <span class="preprocessor">#define BIT_CTYPE_WORD (1<< ONIGENC_CTYPE_WORD)</span></div><div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a489bb65287a3e256d896dfc3df09e03a"> 93</a></span> <span class="preprocessor">#define BIT_CTYPE_ALNUM (1<< ONIGENC_CTYPE_ALNUM)</span></div><div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a7d64307b1d95fc0cb3ef1893014fbc8e"> 94</a></span> <span class="preprocessor">#define BIT_CTYPE_ASCII (1<< ONIGENC_CTYPE_ASCII)</span></div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span> </div><div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a134d897ded937c1fcad854303bbe0d94"> 96</a></span> <span class="preprocessor">#define CTYPE_TO_BIT(ctype) (1<<(ctype))</span></div><div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a5d8357437efd8e56e4d7291c0a9b9bf9"> 97</a></span> <span class="preprocessor">#define CTYPE_IS_WORD_GRAPH_PRINT(ctype) \</span></div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span> <span class="preprocessor"> ((ctype) == ONIGENC_CTYPE_WORD || (ctype) == ONIGENC_CTYPE_GRAPH ||\</span></div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span> <span class="preprocessor"> (ctype) == ONIGENC_CTYPE_PRINT)</span></div><div class="line"><a name="l00100"></a><span class="lineno"> 100</span> </div><div class="line"><a name="l00101"></a><span class="lineno"> 101</span> </div><div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="../../de/d94/struct_posix_bracket_entry_type.html"> 102</a></span> <span class="keyword">typedef</span> <span class="keyword">struct </span>{</div><div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="../../de/d94/struct_posix_bracket_entry_type.html#a68b9f51fce0a0db340eb4caf57d57030"> 103</a></span>  <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a> *<a class="code" href="../../de/d94/struct_posix_bracket_entry_type.html#a68b9f51fce0a0db340eb4caf57d57030">name</a>;</div><div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="../../de/d94/struct_posix_bracket_entry_type.html#a6f1d899a530999d21278788e3d61ba95"> 104</a></span>  <span class="keywordtype">int</span> <a class="code" href="../../de/d94/struct_posix_bracket_entry_type.html#a6f1d899a530999d21278788e3d61ba95">ctype</a>;</div><div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="../../de/d94/struct_posix_bracket_entry_type.html#a9fec69ab2991b63c85072a39d42f84f3"> 105</a></span>  <span class="keywordtype">short</span> <span class="keywordtype">int</span> <a class="code" href="../../de/d94/struct_posix_bracket_entry_type.html#a9fec69ab2991b63c85072a39d42f84f3">len</a>;</div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span> } <a class="code" href="../../de/d94/struct_posix_bracket_entry_type.html">PosixBracketEntryType</a>;</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span> </div><div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#aa2dd61e8cf7743acd7c17a56fffbeac8"> 108</a></span> <span class="preprocessor">#define PosixBracketEntryInit(name, ctype) {(const UChar *)name, ctype, (short int)(sizeof(name) - 1)}</span></div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span> </div><div class="line"><a name="l00110"></a><span class="lineno"> 110</span> <span class="comment">/* #define USE_CRNL_AS_LINE_TERMINATOR */</span></div><div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a067df8db7e962775fdebb7350991002d"> 111</a></span> <span class="preprocessor">#define USE_UNICODE_PROPERTIES</span></div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span> <span class="comment">/* #define USE_UNICODE_CASE_FOLD_TURKISH_AZERI */</span></div><div class="line"><a name="l00113"></a><span class="lineno"> 113</span> <span class="comment">/* #define USE_UNICODE_ALL_LINE_TERMINATORS */</span> <span class="comment">/* see Unicode.org UTF#18 */</span></div><div class="line"><a name="l00114"></a><span class="lineno"> 114</span> </div><div class="line"><a name="l00115"></a><span class="lineno"> 115</span> </div><div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a47d0dce53537962cca1b7f360510553d"> 116</a></span> <span class="preprocessor">#define ONIG_ENCODING_INIT_DEFAULT ONIG_ENCODING_ASCII</span></div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span> </div><div class="line"><a name="l00118"></a><span class="lineno"> 118</span> <span class="comment">/* for encoding system implementation (internal) */</span></div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a923497b2705802a33a3e58614bf81a5d">onigenc_ascii_apply_all_case_fold</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d8/db3/oniguruma_8h.html#a33aa7ed7612104fa36da121c8ecb4d4e">OnigCaseFoldType</a> flag, <a class="code" href="../../d8/db3/oniguruma_8h.html#acd876d80d5ca8b4c112cbfc8afb244c5">OnigApplyAllCaseFoldFunc</a> f, <span class="keywordtype">void</span>* arg, <a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc));</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#aa2e664b549b27c0adcc99df808ba2a75">onigenc_ascii_get_case_fold_codes_by_str</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d8/db3/oniguruma_8h.html#a33aa7ed7612104fa36da121c8ecb4d4e">OnigCaseFoldType</a> flag, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a291548d828e9d948f8b8e1d117548841">OnigUChar</a>* <a class="code" href="../../d2/d99/win32ole_8c.html#a4b5a598a4f53b3724549c48dcfbf7c48">p</a>, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a291548d828e9d948f8b8e1d117548841">OnigUChar</a>* end, <a class="code" href="../../d3/d82/struct_onig_case_fold_code_item.html">OnigCaseFoldCodeItem</a> items[], <a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc));</div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a650cec989db7c7a9c243c7d181eb2682">onigenc_apply_all_case_fold_with_map</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<span class="keywordtype">int</span> map_size, <span class="keyword">const</span> <a class="code" href="../../da/de3/struct_onig_pair_case_fold_codes.html">OnigPairCaseFoldCodes</a> map[], <span class="keywordtype">int</span> ess_tsett_flag, <a class="code" href="../../d8/db3/oniguruma_8h.html#a33aa7ed7612104fa36da121c8ecb4d4e">OnigCaseFoldType</a> flag, <a class="code" href="../../d8/db3/oniguruma_8h.html#acd876d80d5ca8b4c112cbfc8afb244c5">OnigApplyAllCaseFoldFunc</a> f, <span class="keywordtype">void</span>* arg));</div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a7f4a8511927c42d695a2a166d4800daf">onigenc_get_case_fold_codes_by_str_with_map</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<span class="keywordtype">int</span> map_size, <span class="keyword">const</span> <a class="code" href="../../da/de3/struct_onig_pair_case_fold_codes.html">OnigPairCaseFoldCodes</a> map[], <span class="keywordtype">int</span> ess_tsett_flag, <a class="code" href="../../d8/db3/oniguruma_8h.html#a33aa7ed7612104fa36da121c8ecb4d4e">OnigCaseFoldType</a> flag, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a291548d828e9d948f8b8e1d117548841">OnigUChar</a>* <a class="code" href="../../d2/d99/win32ole_8c.html#a4b5a598a4f53b3724549c48dcfbf7c48">p</a>, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a291548d828e9d948f8b8e1d117548841">OnigUChar</a>* end, <a class="code" href="../../d3/d82/struct_onig_case_fold_code_item.html">OnigCaseFoldCodeItem</a> items[]));</div><div class="line"><a name="l00123"></a><span class="lineno"> 123</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a74a09815b8d5b432b149c0b52c3d1f34">onigenc_not_support_get_ctype_code_range</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d8/db3/oniguruma_8h.html#a1f6242a0ebb2ba9eb5bb299b5e223afa">OnigCtype</a> ctype, <a class="code" href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a>* sb_out, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a>* ranges[], <a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc));</div><div class="line"><a name="l00124"></a><span class="lineno"> 124</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a5ba262fb29b8f3d49f5fd7eab7f8efd4">onigenc_is_mbc_newline_0x0a</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* <a class="code" href="../../d2/d99/win32ole_8c.html#a4b5a598a4f53b3724549c48dcfbf7c48">p</a>, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* end, <a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc));</div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span> </div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span> </div><div class="line"><a name="l00127"></a><span class="lineno"> 127</span> <span class="comment">/* methods for single byte encoding */</span></div><div class="line"><a name="l00128"></a><span class="lineno"> 128</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a49c229217b8d5cca4f10539279db7e25">onigenc_ascii_mbc_case_fold</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d8/db3/oniguruma_8h.html#a33aa7ed7612104fa36da121c8ecb4d4e">OnigCaseFoldType</a> flag, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>** <a class="code" href="../../d2/d99/win32ole_8c.html#a4b5a598a4f53b3724549c48dcfbf7c48">p</a>, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* end, <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* lower, <a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc));</div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a4f1a8ea84e91d09e124a5f204b57adf8">onigenc_single_byte_mbc_enc_len</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* <a class="code" href="../../d2/d99/win32ole_8c.html#a4b5a598a4f53b3724549c48dcfbf7c48">p</a>, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* e, <a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc));</div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <a class="code" href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a> <a class="code" href="../../d6/d8e/regenc_8c.html#a131ffb900dfa2e542d390a4dfffa6596">onigenc_single_byte_mbc_to_code</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* <a class="code" href="../../d2/d99/win32ole_8c.html#a4b5a598a4f53b3724549c48dcfbf7c48">p</a>, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* end, <a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc));</div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a6ad71b74e91120d166f8a12688b56522">onigenc_single_byte_code_to_mbclen</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a> code, <a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc));</div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#ab979c1566a91a404038ce2453346b706">onigenc_single_byte_code_to_mbc</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a> code, <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a> *<a class="code" href="../../d6/da0/nkf-utf8_2nkf_8c.html#ac37f17a60c8b5533aac4840c681f62b8">buf</a>, <a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc));</div><div class="line"><a name="l00133"></a><span class="lineno"> 133</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* <a class="code" href="../../d6/d8e/regenc_8c.html#aca5bb20f92f995512adc38db75a00428">onigenc_single_byte_left_adjust_char_head</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* start, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* s, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a291548d828e9d948f8b8e1d117548841">OnigUChar</a>* end, <a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc));</div><div class="line"><a name="l00134"></a><span class="lineno"> 134</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a403b60d72c3c48435efb89c78231f8a9">onigenc_always_true_is_allowed_reverse_match</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* s, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* end, <a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc));</div><div class="line"><a name="l00135"></a><span class="lineno"> 135</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a4abcf11bd66b5b3840883e8586556c43">onigenc_always_false_is_allowed_reverse_match</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* s, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* end, <a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc));</div><div class="line"><a name="l00136"></a><span class="lineno"> 136</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a290d30a7ce384769f0b8417250cb0003">onigenc_ascii_is_code_ctype</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a> code, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> ctype, <a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc));</div><div class="line"><a name="l00137"></a><span class="lineno"> 137</span> </div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span> <span class="comment">/* methods for multi byte encoding */</span></div><div class="line"><a name="l00139"></a><span class="lineno"> 139</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <a class="code" href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a> <a class="code" href="../../d6/d8e/regenc_8c.html#a896da3816645ea2db41df9cffcbf7e60">onigenc_mbn_mbc_to_code</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* <a class="code" href="../../d2/d99/win32ole_8c.html#a4b5a598a4f53b3724549c48dcfbf7c48">p</a>, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* end));</div><div class="line"><a name="l00140"></a><span class="lineno"> 140</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a92a5665bbaa5fda51a2778ee15d09967">onigenc_mbn_mbc_case_fold</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc, <a class="code" href="../../d8/db3/oniguruma_8h.html#a33aa7ed7612104fa36da121c8ecb4d4e">OnigCaseFoldType</a> flag, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>** <a class="code" href="../../d2/d99/win32ole_8c.html#a4b5a598a4f53b3724549c48dcfbf7c48">p</a>, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* end, <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* lower));</div><div class="line"><a name="l00141"></a><span class="lineno"> 141</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a924513a5f73ac16ae526ec04661b7933">onigenc_mb2_code_to_mbclen</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a> code, <a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc));</div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a0e01f6b2b019b329a6b34e069dc734a1">onigenc_mb2_code_to_mbc</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc, <a class="code" href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a> code, <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a> *<a class="code" href="../../d6/da0/nkf-utf8_2nkf_8c.html#ac37f17a60c8b5533aac4840c681f62b8">buf</a>));</div><div class="line"><a name="l00143"></a><span class="lineno"> 143</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a2c220165cc3b0ca4415382b97d4fd9be">onigenc_minimum_property_name_to_ctype</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc, <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* <a class="code" href="../../d2/d99/win32ole_8c.html#a4b5a598a4f53b3724549c48dcfbf7c48">p</a>, <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* end));</div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d3/df4/unicode_8c.html#a9bf666d0013e93269734aea63bbf8340">onigenc_unicode_property_name_to_ctype</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc, <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* <a class="code" href="../../d2/d99/win32ole_8c.html#a4b5a598a4f53b3724549c48dcfbf7c48">p</a>, <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* end));</div><div class="line"><a name="l00145"></a><span class="lineno"> 145</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a7b4ab1b609c64f37517c194f79176560">onigenc_mb2_is_code_ctype</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc, <a class="code" href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a> code, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> ctype));</div><div class="line"><a name="l00146"></a><span class="lineno"> 146</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a5ecffae56e9ff17570affd46bbfccfa1">onigenc_mb4_code_to_mbclen</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a> code, <a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc));</div><div class="line"><a name="l00147"></a><span class="lineno"> 147</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a5849fce0884db2eedf2b7207a3d23307">onigenc_mb4_code_to_mbc</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc, <a class="code" href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a> code, <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a> *<a class="code" href="../../d6/da0/nkf-utf8_2nkf_8c.html#ac37f17a60c8b5533aac4840c681f62b8">buf</a>));</div><div class="line"><a name="l00148"></a><span class="lineno"> 148</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a61bc284d530acdc0cffd24cec41fb6c7">onigenc_mb4_is_code_ctype</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc, <a class="code" href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a> code, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> ctype));</div><div class="line"><a name="l00149"></a><span class="lineno"> 149</span> </div><div class="line"><a name="l00150"></a><span class="lineno"> 150</span> </div><div class="line"><a name="l00151"></a><span class="lineno"> 151</span> <span class="comment">/* in enc/unicode.c */</span></div><div class="line"><a name="l00152"></a><span class="lineno"> 152</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d3/df4/unicode_8c.html#ab85f732cb662c5a7219285bce79b84d9">onigenc_unicode_is_code_ctype</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a> code, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> ctype, <a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc));</div><div class="line"><a name="l00153"></a><span class="lineno"> 153</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d3/df4/unicode_8c.html#a53d6fc96fc25c7730fc40f25e808203d">onigenc_utf16_32_get_ctype_code_range</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d8/db3/oniguruma_8h.html#a1f6242a0ebb2ba9eb5bb299b5e223afa">OnigCtype</a> ctype, <a class="code" href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a> *sb_out, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a>* ranges[], <a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc));</div><div class="line"><a name="l00154"></a><span class="lineno"> 154</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d3/df4/unicode_8c.html#a561a7dec2374f3f32a011a2c3dfa3de7">onigenc_unicode_ctype_code_range</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<span class="keywordtype">int</span> ctype, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a>* ranges[]));</div><div class="line"><a name="l00155"></a><span class="lineno"> 155</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d3/df4/unicode_8c.html#aebf690c60446df678184ae059087031c">onigenc_unicode_get_case_fold_codes_by_str</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc, <a class="code" href="../../d8/db3/oniguruma_8h.html#a33aa7ed7612104fa36da121c8ecb4d4e">OnigCaseFoldType</a> flag, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a291548d828e9d948f8b8e1d117548841">OnigUChar</a>* <a class="code" href="../../d2/d99/win32ole_8c.html#a4b5a598a4f53b3724549c48dcfbf7c48">p</a>, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a291548d828e9d948f8b8e1d117548841">OnigUChar</a>* end, <a class="code" href="../../d3/d82/struct_onig_case_fold_code_item.html">OnigCaseFoldCodeItem</a> items[]));</div><div class="line"><a name="l00156"></a><span class="lineno"> 156</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d3/df4/unicode_8c.html#acc3e85f61a8f762032be2c50d2c34f7f">onigenc_unicode_mbc_case_fold</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc, <a class="code" href="../../d8/db3/oniguruma_8h.html#a33aa7ed7612104fa36da121c8ecb4d4e">OnigCaseFoldType</a> flag, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>** pp, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* end, <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* fold));</div><div class="line"><a name="l00157"></a><span class="lineno"> 157</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span> <a class="code" href="../../d3/df4/unicode_8c.html#aaff00c62394c4be83746c5828a3839ba">onigenc_unicode_apply_all_case_fold</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d8/db3/oniguruma_8h.html#a33aa7ed7612104fa36da121c8ecb4d4e">OnigCaseFoldType</a> flag, <a class="code" href="../../d8/db3/oniguruma_8h.html#acd876d80d5ca8b4c112cbfc8afb244c5">OnigApplyAllCaseFoldFunc</a> f, <span class="keywordtype">void</span>* arg, <a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc));</div><div class="line"><a name="l00158"></a><span class="lineno"> 158</span> </div><div class="line"><a name="l00159"></a><span class="lineno"> 159</span> </div><div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a6b22d9e21ff8a8ed925b9f7b21434ade"> 160</a></span> <span class="preprocessor">#define UTF16_IS_SURROGATE_FIRST(c) (((c) & 0xfc) == 0xd8)</span></div><div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a2ead307aa7dfc24547268d39c5f52c37"> 161</a></span> <span class="preprocessor">#define UTF16_IS_SURROGATE_SECOND(c) (((c) & 0xfc) == 0xdc)</span></div><div class="line"><a name="l00162"></a><span class="lineno"> 162</span> </div><div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a55634f102ba3e206c00b3c199f8c3dee"> 163</a></span> <span class="preprocessor">#define ONIGENC_ISO_8859_1_TO_LOWER_CASE(c) \</span></div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span> <span class="preprocessor"> OnigEncISO_8859_1_ToLowerCaseTable[c]</span></div><div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#ade8d6e1995d55991ef2043a5d2bbf5ad"> 165</a></span> <span class="preprocessor">#define ONIGENC_ISO_8859_1_TO_UPPER_CASE(c) \</span></div><div class="line"><a name="l00166"></a><span class="lineno"> 166</span> <span class="preprocessor"> OnigEncISO_8859_1_ToUpperCaseTable[c]</span></div><div class="line"><a name="l00167"></a><span class="lineno"> 167</span> </div><div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a1fb1e0d1b632905c0bc407929bf38439"> 168</a></span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a> <a class="code" href="../../dd/df8/regenc_8h.html#a1fb1e0d1b632905c0bc407929bf38439">OnigEncISO_8859_1_ToLowerCaseTable</a>[];</div><div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a499722d41f04f6dd2409b38391b864bc"> 169</a></span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a> <a class="code" href="../../dd/df8/regenc_8h.html#a499722d41f04f6dd2409b38391b864bc">OnigEncISO_8859_1_ToUpperCaseTable</a>[];</div><div class="line"><a name="l00170"></a><span class="lineno"> 170</span> </div><div class="line"><a name="l00171"></a><span class="lineno"> 171</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keywordtype">int</span></div><div class="line"><a name="l00172"></a><span class="lineno"> 172</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a90b88782935738eef92cd18221080866">onigenc_with_ascii_strncmp</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* <a class="code" href="../../d2/d99/win32ole_8c.html#a4b5a598a4f53b3724549c48dcfbf7c48">p</a>, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* end, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* sascii <span class="comment">/* ascii */</span>, <span class="keywordtype">int</span> n));</div><div class="line"><a name="l00173"></a><span class="lineno"> 173</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>*</div><div class="line"><a name="l00174"></a><span class="lineno"> 174</span> <a class="code" href="../../d6/d8e/regenc_8c.html#a1bd982c9f506b6fee7aed5e397deb531">onigenc_step</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> enc, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* <a class="code" href="../../d2/d99/win32ole_8c.html#a4b5a598a4f53b3724549c48dcfbf7c48">p</a>, <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* end, <span class="keywordtype">int</span> n));</div><div class="line"><a name="l00175"></a><span class="lineno"> 175</span> </div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span> <span class="comment">/* defined in regexec.c, but used in enc/xxx.c */</span></div><div class="line"><a name="l00177"></a><span class="lineno"> 177</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="../../d0/d86/regcomp_8c.html#a09d6fdbd4dbcc76c5cd57109596ccc4d">onig_is_in_code_range</a> <a class="code" href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a>((<span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a>* <a class="code" href="../../d2/d99/win32ole_8c.html#a4b5a598a4f53b3724549c48dcfbf7c48">p</a>, <a class="code" href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a> code));</div><div class="line"><a name="l00178"></a><span class="lineno"> 178</span> </div><div class="line"><a name="l00179"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#aa74b6b3fb43932d45afbd88f45857095"> 179</a></span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncoding</a> <a class="code" href="../../dd/df8/regenc_8h.html#aa74b6b3fb43932d45afbd88f45857095">OnigEncDefaultCharEncoding</a>;</div><div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a56d44d111522abe650d2c2b1fd33d488"> 180</a></span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a> <a class="code" href="../../dd/df8/regenc_8h.html#a56d44d111522abe650d2c2b1fd33d488">OnigEncAsciiToLowerCaseTable</a>[];</div><div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#adadb5732c983a2c4d84b225dc36bb266"> 181</a></span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keyword">const</span> <a class="code" href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a> <a class="code" href="../../dd/df8/regenc_8h.html#adadb5732c983a2c4d84b225dc36bb266">OnigEncAsciiToUpperCaseTable</a>[];</div><div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a54038dd3b3125aa5d5b29610d2d37c8a"> 182</a></span> <a class="code" href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> <a class="code" href="../../dd/df8/regenc_8h.html#a54038dd3b3125aa5d5b29610d2d37c8a">OnigEncAsciiCtypeTable</a>[];</div><div class="line"><a name="l00183"></a><span class="lineno"> 183</span> </div><div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#aea296acef5ce0b60e6944f37272ecc6a"> 184</a></span> <span class="preprocessor">#define ONIGENC_IS_ASCII_CODE(code) ((code) < 0x80)</span></div><div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a92b78be1dfd3444c62924829405b4d8f"> 185</a></span> <span class="preprocessor">#define ONIGENC_ASCII_CODE_TO_LOWER_CASE(c) OnigEncAsciiToLowerCaseTable[c]</span></div><div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#ab89a9ff25913d1fa0cc853d7f289738d"> 186</a></span> <span class="preprocessor">#define ONIGENC_ASCII_CODE_TO_UPPER_CASE(c) OnigEncAsciiToUpperCaseTable[c]</span></div><div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#ab38daef12b61ae626fd8ca9b3bf16b55"> 187</a></span> <span class="preprocessor">#define ONIGENC_IS_ASCII_CODE_CTYPE(code,ctype) \</span></div><div class="line"><a name="l00188"></a><span class="lineno"> 188</span> <span class="preprocessor"> ((OnigEncAsciiCtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)</span></div><div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#af1c32f320a8473072b2e91d5432f8810"> 189</a></span> <span class="preprocessor">#define ONIGENC_IS_ASCII_CODE_CASE_AMBIG(code) \</span></div><div class="line"><a name="l00190"></a><span class="lineno"> 190</span> <span class="preprocessor"> (ONIGENC_IS_ASCII_CODE_CTYPE(code, ONIGENC_CTYPE_UPPER) ||\</span></div><div class="line"><a name="l00191"></a><span class="lineno"> 191</span> <span class="preprocessor"> ONIGENC_IS_ASCII_CODE_CTYPE(code, ONIGENC_CTYPE_LOWER))</span></div><div class="line"><a name="l00192"></a><span class="lineno"> 192</span> </div><div class="line"><a name="l00193"></a><span class="lineno"> 193</span> <span class="preprocessor">#ifdef ONIG_ENC_REGISTER</span></div><div class="line"><a name="l00194"></a><span class="lineno"> 194</span> <span class="keyword">extern</span> <span class="keywordtype">int</span> ONIG_ENC_REGISTER(<span class="keyword">const</span> <span class="keywordtype">char</span> *, <a class="code" href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncodingType</a>*);</div><div class="line"><a name="l00195"></a><span class="lineno"> 195</span> <span class="preprocessor">#define OnigEncodingName(n) encoding_##n</span></div><div class="line"><a name="l00196"></a><span class="lineno"> 196</span> <span class="preprocessor">#define OnigEncodingDeclare(n) static OnigEncodingType OnigEncodingName(n)</span></div><div class="line"><a name="l00197"></a><span class="lineno"> 197</span> <span class="preprocessor">#define OnigEncodingDefine(f,n) \</span></div><div class="line"><a name="l00198"></a><span class="lineno"> 198</span> <span class="preprocessor"> OnigEncodingDeclare(n); \</span></div><div class="line"><a name="l00199"></a><span class="lineno"> 199</span> <span class="preprocessor"> void Init_##f(void) { \</span></div><div class="line"><a name="l00200"></a><span class="lineno"> 200</span> <span class="preprocessor"> ONIG_ENC_REGISTER(OnigEncodingName(n).name, \</span></div><div class="line"><a name="l00201"></a><span class="lineno"> 201</span> <span class="preprocessor"> &OnigEncodingName(n)); \</span></div><div class="line"><a name="l00202"></a><span class="lineno"> 202</span> <span class="preprocessor"> } \</span></div><div class="line"><a name="l00203"></a><span class="lineno"> 203</span> <span class="preprocessor"> OnigEncodingDeclare(n)</span></div><div class="line"><a name="l00204"></a><span class="lineno"> 204</span> <span class="preprocessor">#else</span></div><div class="line"><a name="l00205"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a2716f69763cc305ece32f7335352ce19"> 205</a></span> <span class="preprocessor">#define OnigEncodingName(n) OnigEncoding##n</span></div><div class="line"><a name="l00206"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a8bbce54d68849ffea3e92efafb34ef4c"> 206</a></span> <span class="preprocessor">#define OnigEncodingDeclare(n) OnigEncodingType OnigEncodingName(n)</span></div><div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#aafe46d9a5d8b7b60055f530a5b6258c6"> 207</a></span> <span class="preprocessor">#define OnigEncodingDefine(f,n) OnigEncodingDeclare(n)</span></div><div class="line"><a name="l00208"></a><span class="lineno"> 208</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00209"></a><span class="lineno"> 209</span> </div><div class="line"><a name="l00210"></a><span class="lineno"> 210</span> <span class="comment">/* macros for define replica encoding and encoding alias */</span></div><div class="line"><a name="l00211"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a7a982015b86afca06b5014c3dc7f4564"> 211</a></span> <span class="preprocessor">#define ENC_REPLICATE(name, orig)</span></div><div class="line"><a name="l00212"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#ae3806fb7eb88ed1af9941dbe5a8da5c5"> 212</a></span> <span class="preprocessor">#define ENC_ALIAS(name, orig)</span></div><div class="line"><a name="l00213"></a><span class="lineno"><a class="line" href="../../dd/df8/regenc_8h.html#a00125d8fab7fb27892a0b6b836f92987"> 213</a></span> <span class="preprocessor">#define ENC_DUMMY(name)</span></div><div class="line"><a name="l00214"></a><span class="lineno"> 214</span> </div><div class="line"><a name="l00215"></a><span class="lineno"> 215</span> <span class="preprocessor">#if defined __GNUC__ && __GNUC__ >= 4</span></div><div class="line"><a name="l00216"></a><span class="lineno"> 216</span> <span class="preprocessor">#pragma GCC visibility pop</span></div><div class="line"><a name="l00217"></a><span class="lineno"> 217</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00218"></a><span class="lineno"> 218</span> </div><div class="line"><a name="l00219"></a><span class="lineno"> 219</span> <span class="preprocessor">#endif </span><span class="comment">/* ONIGURUMA_REGENC_H */</span><span class="preprocessor"></span></div><div class="ttc" id="unicode_8c_html_ab85f732cb662c5a7219285bce79b84d9"><div class="ttname"><a href="../../d3/df4/unicode_8c.html#ab85f732cb662c5a7219285bce79b84d9">onigenc_unicode_is_code_ctype</a></div><div class="ttdeci">int onigenc_unicode_is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED)</div><div class="ttdef"><b>Definition:</b> <a href="../../d3/df4/unicode_8c_source.html#l02042">unicode.c:2042</a></div></div> <div class="ttc" id="oniguruma_8h_html_a7c8a84bc12127007886efbfcf53b6fb5"><div class="ttname"><a href="../../d8/db3/oniguruma_8h.html#a7c8a84bc12127007886efbfcf53b6fb5">OnigCodePoint</a></div><div class="ttdeci">unsigned int OnigCodePoint</div><div class="ttdef"><b>Definition:</b> <a href="../../d8/db3/oniguruma_8h_source.html#l00111">oniguruma.h:111</a></div></div> <div class="ttc" id="regenc_8h_html_aa74b6b3fb43932d45afbd88f45857095"><div class="ttname"><a href="../../dd/df8/regenc_8h.html#aa74b6b3fb43932d45afbd88f45857095">OnigEncDefaultCharEncoding</a></div><div class="ttdeci">ONIG_EXTERN OnigEncoding OnigEncDefaultCharEncoding</div><div class="ttdef"><b>Definition:</b> <a href="../../dd/df8/regenc_8h_source.html#l00179">regenc.h:179</a></div></div> <div class="ttc" id="regenc_8c_html_a403b60d72c3c48435efb89c78231f8a9"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a403b60d72c3c48435efb89c78231f8a9">onigenc_always_true_is_allowed_reverse_match</a></div><div class="ttdeci">int onigenc_always_true_is_allowed_reverse_match(const UChar *s ARG_UNUSED, const UChar *end ARG_UNUSED, OnigEncoding enc ARG_UNUSED)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00649">regenc.c:649</a></div></div> <div class="ttc" id="struct_onig_pair_case_fold_codes_html_a11f3fe0c20a5b1832110a3a4792b42d8"><div class="ttname"><a href="../../da/de3/struct_onig_pair_case_fold_codes.html#a11f3fe0c20a5b1832110a3a4792b42d8">OnigPairCaseFoldCodes::from</a></div><div class="ttdeci">OnigCodePoint from</div><div class="ttdef"><b>Definition:</b> <a href="../../dd/df8/regenc_8h_source.html#l00047">regenc.h:47</a></div></div> <div class="ttc" id="regenc_8c_html_a131ffb900dfa2e542d390a4dfffa6596"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a131ffb900dfa2e542d390a4dfffa6596">onigenc_single_byte_mbc_to_code</a></div><div class="ttdeci">OnigCodePoint onigenc_single_byte_mbc_to_code(const UChar *p, const UChar *end ARG_UNUSED, OnigEncoding enc ARG_UNUSED)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00619">regenc.c:619</a></div></div> <div class="ttc" id="oniguruma_8h_html_a33aa7ed7612104fa36da121c8ecb4d4e"><div class="ttname"><a href="../../d8/db3/oniguruma_8h.html#a33aa7ed7612104fa36da121c8ecb4d4e">OnigCaseFoldType</a></div><div class="ttdeci">unsigned int OnigCaseFoldType</div><div class="ttdef"><b>Definition:</b> <a href="../../d8/db3/oniguruma_8h_source.html#l00117">oniguruma.h:117</a></div></div> <div class="ttc" id="regenc_8c_html_a290d30a7ce384769f0b8417250cb0003"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a290d30a7ce384769f0b8417250cb0003">onigenc_ascii_is_code_ctype</a></div><div class="ttdeci">int onigenc_ascii_is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00663">regenc.c:663</a></div></div> <div class="ttc" id="regenc_8c_html_a92a5665bbaa5fda51a2778ee15d09967"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a92a5665bbaa5fda51a2778ee15d09967">onigenc_mbn_mbc_case_fold</a></div><div class="ttdeci">int onigenc_mbn_mbc_case_fold(OnigEncoding enc, OnigCaseFoldType flag ARG_UNUSED, const UChar **pp, const UChar *end ARG_UNUSED, UChar *lower)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00691">regenc.c:691</a></div></div> <div class="ttc" id="regenc_8c_html_a924513a5f73ac16ae526ec04661b7933"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a924513a5f73ac16ae526ec04661b7933">onigenc_mb2_code_to_mbclen</a></div><div class="ttdeci">int onigenc_mb2_code_to_mbclen(OnigCodePoint code, OnigEncoding enc ARG_UNUSED)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00733">regenc.c:733</a></div></div> <div class="ttc" id="regcomp_8c_html_a09d6fdbd4dbcc76c5cd57109596ccc4d"><div class="ttname"><a href="../../d0/d86/regcomp_8c.html#a09d6fdbd4dbcc76c5cd57109596ccc4d">onig_is_in_code_range</a></div><div class="ttdeci">int onig_is_in_code_range(const UChar *p, OnigCodePoint code)</div><div class="ttdef"><b>Definition:</b> <a href="../../d0/d86/regcomp_8c_source.html#l05669">regcomp.c:5669</a></div></div> <div class="ttc" id="regenc_8c_html_a0e01f6b2b019b329a6b34e069dc734a1"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a0e01f6b2b019b329a6b34e069dc734a1">onigenc_mb2_code_to_mbc</a></div><div class="ttdeci">int onigenc_mb2_code_to_mbc(OnigEncoding enc, OnigCodePoint code, UChar *buf)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00750">regenc.c:750</a></div></div> <div class="ttc" id="regenc_8c_html_a923497b2705802a33a3e58614bf81a5d"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a923497b2705802a33a3e58614bf81a5d">onigenc_ascii_apply_all_case_fold</a></div><div class="ttdeci">int onigenc_ascii_apply_all_case_fold(OnigCaseFoldType flag ARG_UNUSED, OnigApplyAllCaseFoldFunc f, void *arg, OnigEncoding enc ARG_UNUSED)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00409">regenc.c:409</a></div></div> <div class="ttc" id="regenc_8h_html_adadb5732c983a2c4d84b225dc36bb266"><div class="ttname"><a href="../../dd/df8/regenc_8h.html#adadb5732c983a2c4d84b225dc36bb266">OnigEncAsciiToUpperCaseTable</a></div><div class="ttdeci">ONIG_EXTERN const UChar OnigEncAsciiToUpperCaseTable[]</div><div class="ttdef"><b>Definition:</b> <a href="../../dd/df8/regenc_8h_source.html#l00181">regenc.h:181</a></div></div> <div class="ttc" id="unicode_8c_html_a9bf666d0013e93269734aea63bbf8340"><div class="ttname"><a href="../../d3/df4/unicode_8c.html#a9bf666d0013e93269734aea63bbf8340">onigenc_unicode_property_name_to_ctype</a></div><div class="ttdeci">int onigenc_unicode_property_name_to_ctype(OnigEncoding enc, UChar *name, UChar *end)</div><div class="ttdef"><b>Definition:</b> <a href="../../d3/df4/unicode_8c_source.html#l02086">unicode.c:2086</a></div></div> <div class="ttc" id="oniguruma_8h_html_a291548d828e9d948f8b8e1d117548841"><div class="ttname"><a href="../../d8/db3/oniguruma_8h.html#a291548d828e9d948f8b8e1d117548841">OnigUChar</a></div><div class="ttdeci">unsigned char OnigUChar</div><div class="ttdef"><b>Definition:</b> <a href="../../d8/db3/oniguruma_8h_source.html#l00110">oniguruma.h:110</a></div></div> <div class="ttc" id="regenc_8c_html_a7b4ab1b609c64f37517c194f79176560"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a7b4ab1b609c64f37517c194f79176560">onigenc_mb2_is_code_ctype</a></div><div class="ttdeci">int onigenc_mb2_is_code_ctype(OnigEncoding enc, OnigCodePoint code, unsigned int ctype)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00823">regenc.c:823</a></div></div> <div class="ttc" id="win32ole_8c_html_a4b5a598a4f53b3724549c48dcfbf7c48"><div class="ttname"><a href="../../d2/d99/win32ole_8c.html#a4b5a598a4f53b3724549c48dcfbf7c48">p</a></div><div class="ttdeci">Win32OLEIDispatch * p</div><div class="ttdef"><b>Definition:</b> <a href="../../d2/d99/win32ole_8c_source.html#l00778">win32ole.c:778</a></div></div> <div class="ttc" id="unicode_8c_html_a561a7dec2374f3f32a011a2c3dfa3de7"><div class="ttname"><a href="../../d3/df4/unicode_8c.html#a561a7dec2374f3f32a011a2c3dfa3de7">onigenc_unicode_ctype_code_range</a></div><div class="ttdeci">int onigenc_unicode_ctype_code_range(int ctype, const OnigCodePoint *ranges[])</div><div class="ttdef"><b>Definition:</b> <a href="../../d3/df4/unicode_8c_source.html#l02061">unicode.c:2061</a></div></div> <div class="ttc" id="regenc_8h_html_a54038dd3b3125aa5d5b29610d2d37c8a"><div class="ttname"><a href="../../dd/df8/regenc_8h.html#a54038dd3b3125aa5d5b29610d2d37c8a">OnigEncAsciiCtypeTable</a></div><div class="ttdeci">ONIG_EXTERN const unsigned short OnigEncAsciiCtypeTable[]</div><div class="ttdef"><b>Definition:</b> <a href="../../dd/df8/regenc_8h_source.html#l00182">regenc.h:182</a></div></div> <div class="ttc" id="unicode_8c_html_acc3e85f61a8f762032be2c50d2c34f7f"><div class="ttname"><a href="../../d3/df4/unicode_8c.html#acc3e85f61a8f762032be2c50d2c34f7f">onigenc_unicode_mbc_case_fold</a></div><div class="ttdeci">int onigenc_unicode_mbc_case_fold(OnigEncoding enc, OnigCaseFoldType flag ARG_UNUSED, const UChar **pp, const UChar *end, UChar *fold)</div><div class="ttdef"><b>Definition:</b> <a href="../../d3/df4/unicode_8c_source.html#l02219">unicode.c:2219</a></div></div> <div class="ttc" id="regenc_8h_html_a1fb1e0d1b632905c0bc407929bf38439"><div class="ttname"><a href="../../dd/df8/regenc_8h.html#a1fb1e0d1b632905c0bc407929bf38439">OnigEncISO_8859_1_ToLowerCaseTable</a></div><div class="ttdeci">ONIG_EXTERN const UChar OnigEncISO_8859_1_ToLowerCaseTable[]</div><div class="ttdef"><b>Definition:</b> <a href="../../dd/df8/regenc_8h_source.html#l00168">regenc.h:168</a></div></div> <div class="ttc" id="struct_onig_case_fold_code_item_html"><div class="ttname"><a href="../../d3/d82/struct_onig_case_fold_code_item.html">OnigCaseFoldCodeItem</a></div><div class="ttdef"><b>Definition:</b> <a href="../../d8/db3/oniguruma_8h_source.html#l00139">oniguruma.h:139</a></div></div> <div class="ttc" id="regenc_8c_html_a4abcf11bd66b5b3840883e8586556c43"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a4abcf11bd66b5b3840883e8586556c43">onigenc_always_false_is_allowed_reverse_match</a></div><div class="ttdeci">int onigenc_always_false_is_allowed_reverse_match(const UChar *s ARG_UNUSED, const UChar *end ARG_UNUSED, OnigEncoding enc ARG_UNUSED)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00656">regenc.c:656</a></div></div> <div class="ttc" id="regenc_8h_html_a0bda369a1482449388a1df1587c2f043"><div class="ttname"><a href="../../dd/df8/regenc_8h.html#a0bda369a1482449388a1df1587c2f043">P_</a></div><div class="ttdeci">ONIG_EXTERN int onigenc_ascii_apply_all_case_fold P_((OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void *arg, OnigEncoding enc))</div></div> <div class="ttc" id="regenc_8c_html_a650cec989db7c7a9c243c7d181eb2682"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a650cec989db7c7a9c243c7d181eb2682">onigenc_apply_all_case_fold_with_map</a></div><div class="ttdeci">int onigenc_apply_all_case_fold_with_map(int map_size, const OnigPairCaseFoldCodes map[], int ess_tsett_flag, OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void *arg)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00462">regenc.c:462</a></div></div> <div class="ttc" id="regenc_8c_html_a6ad71b74e91120d166f8a12688b56522"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a6ad71b74e91120d166f8a12688b56522">onigenc_single_byte_code_to_mbclen</a></div><div class="ttdeci">int onigenc_single_byte_code_to_mbclen(OnigCodePoint code ARG_UNUSED, OnigEncoding enc ARG_UNUSED)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00626">regenc.c:626</a></div></div> <div class="ttc" id="defines_8h_html"><div class="ttname"><a href="../../d8/db0/defines_8h.html">defines.h</a></div></div> <div class="ttc" id="unicode_8c_html_aaff00c62394c4be83746c5828a3839ba"><div class="ttname"><a href="../../d3/df4/unicode_8c.html#aaff00c62394c4be83746c5828a3839ba">onigenc_unicode_apply_all_case_fold</a></div><div class="ttdeci">int onigenc_unicode_apply_all_case_fold(OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void *arg, OnigEncoding enc ARG_UNUSED)</div><div class="ttdef"><b>Definition:</b> <a href="../../d3/df4/unicode_8c_source.html#l02273">unicode.c:2273</a></div></div> <div class="ttc" id="struct_posix_bracket_entry_type_html_a68b9f51fce0a0db340eb4caf57d57030"><div class="ttname"><a href="../../de/d94/struct_posix_bracket_entry_type.html#a68b9f51fce0a0db340eb4caf57d57030">PosixBracketEntryType::name</a></div><div class="ttdeci">const UChar * name</div><div class="ttdef"><b>Definition:</b> <a href="../../dd/df8/regenc_8h_source.html#l00103">regenc.h:103</a></div></div> <div class="ttc" id="regenc_8c_html_aca5bb20f92f995512adc38db75a00428"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#aca5bb20f92f995512adc38db75a00428">onigenc_single_byte_left_adjust_char_head</a></div><div class="ttdeci">UChar * onigenc_single_byte_left_adjust_char_head(const UChar *start ARG_UNUSED, const UChar *s, const UChar *end, OnigEncoding enc ARG_UNUSED)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00641">regenc.c:641</a></div></div> <div class="ttc" id="regenc_8c_html_a5ba262fb29b8f3d49f5fd7eab7f8efd4"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a5ba262fb29b8f3d49f5fd7eab7f8efd4">onigenc_is_mbc_newline_0x0a</a></div><div class="ttdeci">int onigenc_is_mbc_newline_0x0a(const UChar *p, const UChar *end, OnigEncoding enc ARG_UNUSED)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00580">regenc.c:580</a></div></div> <div class="ttc" id="oniguruma_8h_html_aeb6f8d729e05bbd800a521bc31f9d59b"><div class="ttname"><a href="../../d8/db3/oniguruma_8h.html#aeb6f8d729e05bbd800a521bc31f9d59b">ONIG_EXTERN</a></div><div class="ttdeci">#define ONIG_EXTERN</div><div class="ttdef"><b>Definition:</b> <a href="../../d8/db3/oniguruma_8h_source.html#l00097">oniguruma.h:97</a></div></div> <div class="ttc" id="regenc_8h_html_a499722d41f04f6dd2409b38391b864bc"><div class="ttname"><a href="../../dd/df8/regenc_8h.html#a499722d41f04f6dd2409b38391b864bc">OnigEncISO_8859_1_ToUpperCaseTable</a></div><div class="ttdeci">ONIG_EXTERN const UChar OnigEncISO_8859_1_ToUpperCaseTable[]</div><div class="ttdef"><b>Definition:</b> <a href="../../dd/df8/regenc_8h_source.html#l00169">regenc.h:169</a></div></div> <div class="ttc" id="struct_onig_pair_case_fold_codes_html"><div class="ttname"><a href="../../da/de3/struct_onig_pair_case_fold_codes.html">OnigPairCaseFoldCodes</a></div><div class="ttdef"><b>Definition:</b> <a href="../../dd/df8/regenc_8h_source.html#l00046">regenc.h:46</a></div></div> <div class="ttc" id="oniguruma_8h_html_acd876d80d5ca8b4c112cbfc8afb244c5"><div class="ttname"><a href="../../d8/db3/oniguruma_8h.html#acd876d80d5ca8b4c112cbfc8afb244c5">OnigApplyAllCaseFoldFunc</a></div><div class="ttdeci">int(* OnigApplyAllCaseFoldFunc)(OnigCodePoint from, OnigCodePoint *to, int to_len, void *arg)</div><div class="ttdef"><b>Definition:</b> <a href="../../d8/db3/oniguruma_8h_source.html#l00154">oniguruma.h:154</a></div></div> <div class="ttc" id="regenc_8h_html_a56d44d111522abe650d2c2b1fd33d488"><div class="ttname"><a href="../../dd/df8/regenc_8h.html#a56d44d111522abe650d2c2b1fd33d488">OnigEncAsciiToLowerCaseTable</a></div><div class="ttdeci">ONIG_EXTERN const UChar OnigEncAsciiToLowerCaseTable[]</div><div class="ttdef"><b>Definition:</b> <a href="../../dd/df8/regenc_8h_source.html#l00180">regenc.h:180</a></div></div> <div class="ttc" id="regenc_8c_html_a61bc284d530acdc0cffd24cec41fb6c7"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a61bc284d530acdc0cffd24cec41fb6c7">onigenc_mb4_is_code_ctype</a></div><div class="ttdeci">int onigenc_mb4_is_code_ctype(OnigEncoding enc, OnigCodePoint code, unsigned int ctype)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00838">regenc.c:838</a></div></div> <div class="ttc" id="struct_posix_bracket_entry_type_html_a6f1d899a530999d21278788e3d61ba95"><div class="ttname"><a href="../../de/d94/struct_posix_bracket_entry_type.html#a6f1d899a530999d21278788e3d61ba95">PosixBracketEntryType::ctype</a></div><div class="ttdeci">int ctype</div><div class="ttdef"><b>Definition:</b> <a href="../../dd/df8/regenc_8h_source.html#l00104">regenc.h:104</a></div></div> <div class="ttc" id="oniguruma_8h_html"><div class="ttname"><a href="../../d8/db3/oniguruma_8h.html">oniguruma.h</a></div></div> <div class="ttc" id="oniguruma_8h_html_a1f6242a0ebb2ba9eb5bb299b5e223afa"><div class="ttname"><a href="../../d8/db3/oniguruma_8h.html#a1f6242a0ebb2ba9eb5bb299b5e223afa">OnigCtype</a></div><div class="ttdeci">unsigned int OnigCtype</div><div class="ttdef"><b>Definition:</b> <a href="../../d8/db3/oniguruma_8h_source.html#l00112">oniguruma.h:112</a></div></div> <div class="ttc" id="nkf-utf8_2nkf_8c_html_ac37f17a60c8b5533aac4840c681f62b8"><div class="ttname"><a href="../../d6/da0/nkf-utf8_2nkf_8c.html#ac37f17a60c8b5533aac4840c681f62b8">buf</a></div><div class="ttdeci">unsigned char buf[MIME_BUF_SIZE]</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/da0/nkf-utf8_2nkf_8c_source.html#l03913">nkf.c:3913</a></div></div> <div class="ttc" id="regenc_8c_html_a4f1a8ea84e91d09e124a5f204b57adf8"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a4f1a8ea84e91d09e124a5f204b57adf8">onigenc_single_byte_mbc_enc_len</a></div><div class="ttdeci">int onigenc_single_byte_mbc_enc_len(const UChar *p ARG_UNUSED, const UChar *e ARG_UNUSED, OnigEncoding enc ARG_UNUSED)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00612">regenc.c:612</a></div></div> <div class="ttc" id="regenc_8c_html_a74a09815b8d5b432b149c0b52c3d1f34"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a74a09815b8d5b432b149c0b52c3d1f34">onigenc_not_support_get_ctype_code_range</a></div><div class="ttdeci">int onigenc_not_support_get_ctype_code_range(OnigCtype ctype, OnigCodePoint *sb_out, const OnigCodePoint *ranges[], OnigEncoding enc)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00572">regenc.c:572</a></div></div> <div class="ttc" id="regenc_8c_html_aa2e664b549b27c0adcc99df808ba2a75"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#aa2e664b549b27c0adcc99df808ba2a75">onigenc_ascii_get_case_fold_codes_by_str</a></div><div class="ttdeci">int onigenc_ascii_get_case_fold_codes_by_str(OnigCaseFoldType flag ARG_UNUSED, const OnigUChar *p, const OnigUChar *end ARG_UNUSED, OnigCaseFoldCodeItem items[], OnigEncoding enc ARG_UNUSED)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00432">regenc.c:432</a></div></div> <div class="ttc" id="oniguruma_8h_html_a5d08c75474105d0e4acc21cd56769904"><div class="ttname"><a href="../../d8/db3/oniguruma_8h.html#a5d08c75474105d0e4acc21cd56769904">UChar</a></div><div class="ttdeci">#define UChar</div><div class="ttdef"><b>Definition:</b> <a href="../../d8/db3/oniguruma_8h_source.html#l00107">oniguruma.h:107</a></div></div> <div class="ttc" id="regenc_8c_html_a1bd982c9f506b6fee7aed5e397deb531"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a1bd982c9f506b6fee7aed5e397deb531">onigenc_step</a></div><div class="ttdeci">UChar * onigenc_step(OnigEncoding enc, const UChar *p, const UChar *end, int n)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00112">regenc.c:112</a></div></div> <div class="ttc" id="regenc_8c_html_a5849fce0884db2eedf2b7207a3d23307"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a5849fce0884db2eedf2b7207a3d23307">onigenc_mb4_code_to_mbc</a></div><div class="ttdeci">int onigenc_mb4_code_to_mbc(OnigEncoding enc, OnigCodePoint code, UChar *buf)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00767">regenc.c:767</a></div></div> <div class="ttc" id="unicode_8c_html_aebf690c60446df678184ae059087031c"><div class="ttname"><a href="../../d3/df4/unicode_8c.html#aebf690c60446df678184ae059087031c">onigenc_unicode_get_case_fold_codes_by_str</a></div><div class="ttdeci">int onigenc_unicode_get_case_fold_codes_by_str(OnigEncoding enc, OnigCaseFoldType flag, const OnigUChar *p, const OnigUChar *end, OnigCaseFoldCodeItem items[])</div><div class="ttdef"><b>Definition:</b> <a href="../../d3/df4/unicode_8c_source.html#l02409">unicode.c:2409</a></div></div> <div class="ttc" id="regenc_8c_html_a5ecffae56e9ff17570affd46bbfccfa1"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a5ecffae56e9ff17570affd46bbfccfa1">onigenc_mb4_code_to_mbclen</a></div><div class="ttdeci">int onigenc_mb4_code_to_mbclen(OnigCodePoint code, OnigEncoding enc ARG_UNUSED)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00741">regenc.c:741</a></div></div> <div class="ttc" id="regenc_8c_html_ab979c1566a91a404038ce2453346b706"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#ab979c1566a91a404038ce2453346b706">onigenc_single_byte_code_to_mbc</a></div><div class="ttdeci">int onigenc_single_byte_code_to_mbc(OnigCodePoint code, UChar *buf, OnigEncoding enc ARG_UNUSED)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00632">regenc.c:632</a></div></div> <div class="ttc" id="struct_posix_bracket_entry_type_html"><div class="ttname"><a href="../../de/d94/struct_posix_bracket_entry_type.html">PosixBracketEntryType</a></div><div class="ttdef"><b>Definition:</b> <a href="../../dd/df8/regenc_8h_source.html#l00102">regenc.h:102</a></div></div> <div class="ttc" id="regenc_8c_html_a90b88782935738eef92cd18221080866"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a90b88782935738eef92cd18221080866">onigenc_with_ascii_strncmp</a></div><div class="ttdeci">int onigenc_with_ascii_strncmp(OnigEncoding enc, const UChar *p, const UChar *end, const UChar *sascii, int n)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00853">regenc.c:853</a></div></div> <div class="ttc" id="regenc_8c_html_a896da3816645ea2db41df9cffcbf7e60"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a896da3816645ea2db41df9cffcbf7e60">onigenc_mbn_mbc_to_code</a></div><div class="ttdeci">OnigCodePoint onigenc_mbn_mbc_to_code(OnigEncoding enc, const UChar *p, const UChar *end)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00673">regenc.c:673</a></div></div> <div class="ttc" id="struct_posix_bracket_entry_type_html_a9fec69ab2991b63c85072a39d42f84f3"><div class="ttname"><a href="../../de/d94/struct_posix_bracket_entry_type.html#a9fec69ab2991b63c85072a39d42f84f3">PosixBracketEntryType::len</a></div><div class="ttdeci">short int len</div><div class="ttdef"><b>Definition:</b> <a href="../../dd/df8/regenc_8h_source.html#l00105">regenc.h:105</a></div></div> <div class="ttc" id="struct_onig_pair_case_fold_codes_html_a869c764355171fb3a0b34ebe29dea3a6"><div class="ttname"><a href="../../da/de3/struct_onig_pair_case_fold_codes.html#a869c764355171fb3a0b34ebe29dea3a6">OnigPairCaseFoldCodes::to</a></div><div class="ttdeci">OnigCodePoint to</div><div class="ttdef"><b>Definition:</b> <a href="../../dd/df8/regenc_8h_source.html#l00048">regenc.h:48</a></div></div> <div class="ttc" id="unicode_8c_html_a53d6fc96fc25c7730fc40f25e808203d"><div class="ttname"><a href="../../d3/df4/unicode_8c.html#a53d6fc96fc25c7730fc40f25e808203d">onigenc_utf16_32_get_ctype_code_range</a></div><div class="ttdeci">int onigenc_utf16_32_get_ctype_code_range(OnigCtype ctype, OnigCodePoint *sb_out, const OnigCodePoint *ranges[], struct OnigEncodingTypeST *enc ARG_UNUSED)</div><div class="ttdef"><b>Definition:</b> <a href="../../d3/df4/unicode_8c_source.html#l02073">unicode.c:2073</a></div></div> <div class="ttc" id="regenc_8c_html_a2c220165cc3b0ca4415382b97d4fd9be"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a2c220165cc3b0ca4415382b97d4fd9be">onigenc_minimum_property_name_to_ctype</a></div><div class="ttdeci">int onigenc_minimum_property_name_to_ctype(OnigEncoding enc, UChar *p, UChar *end)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00790">regenc.c:790</a></div></div> <div class="ttc" id="regenc_8c_html_a49c229217b8d5cca4f10539279db7e25"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a49c229217b8d5cca4f10539279db7e25">onigenc_ascii_mbc_case_fold</a></div><div class="ttdeci">int onigenc_ascii_mbc_case_fold(OnigCaseFoldType flag ARG_UNUSED, const UChar **p, const UChar *end, UChar *lower, OnigEncoding enc ARG_UNUSED)</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00590">regenc.c:590</a></div></div> <div class="ttc" id="regenc_8c_html_a7f4a8511927c42d695a2a166d4800daf"><div class="ttname"><a href="../../d6/d8e/regenc_8c.html#a7f4a8511927c42d695a2a166d4800daf">onigenc_get_case_fold_codes_by_str_with_map</a></div><div class="ttdeci">int onigenc_get_case_fold_codes_by_str_with_map(int map_size, const OnigPairCaseFoldCodes map[], int ess_tsett_flag, OnigCaseFoldType flag ARG_UNUSED, const OnigUChar *p, const OnigUChar *end, OnigCaseFoldCodeItem items[])</div><div class="ttdef"><b>Definition:</b> <a href="../../d6/d8e/regenc_8c_source.html#l00490">regenc.c:490</a></div></div> <div class="ttc" id="struct_onig_encoding_type_s_t_html"><div class="ttname"><a href="../../d1/d7b/struct_onig_encoding_type_s_t.html">OnigEncodingTypeST</a></div><div class="ttdef"><b>Definition:</b> <a href="../../d8/db3/oniguruma_8h_source.html#l00156">oniguruma.h:156</a></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>
💾 Save Changes
❌ Cancel