Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > ad014b3fb78ee8a65d2d78c2a517808a > files > 1042

icu-doc-52.1-2.4.mga4.noarch.rpm

<!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"/>
<title>ICU 52.1: uregex.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 style="padding-left: 0.5em;">
   <div id="projectname">ICU 52.1
   &#160;<span id="projectnumber">52.1</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.1.2 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_73bc6a9bb617ea1bc89a10aa59ce84e4.html">i18n</a></li><li class="navelem"><a class="el" href="dir_0119ce638985e8a1561a00fdb5f76ff6.html">unicode</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">uregex.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="uregex_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>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">**********************************************************************</span></div>
<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">*   Copyright (C) 2004-2013, International Business Machines</span></div>
<div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">*   Corporation and others.  All Rights Reserved.</span></div>
<div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">**********************************************************************</span></div>
<div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment">*   file name:  uregex.h</span></div>
<div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">*   encoding:   US-ASCII</span></div>
<div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment">*   indentation:4</span></div>
<div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment">*</span></div>
<div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment">*   created on: 2004mar09</span></div>
<div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment">*   created by: Andy Heninger</span></div>
<div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment">*</span></div>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment">*   ICU Regular Expressions, API for C</span></div>
<div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment">*/</span></div>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;</div>
<div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor">#ifndef UREGEX_H</span></div>
<div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define UREGEX_H</span></div>
<div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="utext_8h.html" title="C API: Abstract Unicode Text API.">unicode/utext.h</a>&quot;</span></div>
<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="utypes_8h.html" title="Basic definitions for ICU, for both C and C++ APIs.">unicode/utypes.h</a>&quot;</span></div>
<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;</div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#if !UCONFIG_NO_REGULAR_EXPRESSIONS</span></div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="localpointer_8h.html" title="C++ API: &quot;Smart pointers&quot; for use with and in ICU4C C++ code.">unicode/localpointer.h</a>&quot;</span></div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="parseerr_8h.html" title="C API: Parse Error Information.">unicode/parseerr.h</a>&quot;</span></div>
<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;</div>
<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="keyword">struct </span><a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>;</div>
<div class="line"><a name="l00040"></a><span class="lineno"><a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500">   40</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>;</div>
<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;</div>
<div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;</div>
<div class="line"><a name="l00047"></a><span class="lineno"><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529ae">   47</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529ae" title="Constants for Regular Expression Match Modes.">URegexpFlag</a>{</div>
<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;</div>
<div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="preprocessor">#ifndef U_HIDE_DRAFT_API </span></div>
<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00053"></a><span class="lineno"><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea95ee02c73b45843f44d316c913826b79">   53</a></span>&#160;    <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea95ee02c73b45843f44d316c913826b79" title="Forces normalization of pattern and strings.">UREGEX_CANON_EQ</a>         = 128,</div>
<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* U_HIDE_DRAFT_API */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea909d2ed2c61e34cb62dc13e29f6923ec">   56</a></span>&#160;    <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea909d2ed2c61e34cb62dc13e29f6923ec" title="Enable case insensitive matching.">UREGEX_CASE_INSENSITIVE</a> = 2,</div>
<div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;</div>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea2f3e059e7b90f4bc9574740e89a7b0f1">   59</a></span>&#160;    <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea2f3e059e7b90f4bc9574740e89a7b0f1" title="Allow white space and comments within patterns.">UREGEX_COMMENTS</a>         = 4,</div>
<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;</div>
<div class="line"><a name="l00063"></a><span class="lineno"><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea0220d4e90a67e1cdd6c1c02ecc8189f3">   63</a></span>&#160;    <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea0220d4e90a67e1cdd6c1c02ecc8189f3" title="If set, &#39;.">UREGEX_DOTALL</a>           = 32,</div>
<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;    </div>
<div class="line"><a name="l00075"></a><span class="lineno"><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea66d6ba18582a24bf3e4056e687ea58cd">   75</a></span>&#160;    <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea66d6ba18582a24bf3e4056e687ea58cd" title="If set, treat the entire pattern as a literal string.">UREGEX_LITERAL</a> = 16,</div>
<div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;</div>
<div class="line"><a name="l00081"></a><span class="lineno"><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea5955d9b9e4cdfcd1fccafde751f02488">   81</a></span>&#160;    <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea5955d9b9e4cdfcd1fccafde751f02488" title="Control behavior of &quot;$&quot; and &quot;^&quot; If set, recognize line terminators within string, otherwise...">UREGEX_MULTILINE</a>        = 8,</div>
<div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;    </div>
<div class="line"><a name="l00088"></a><span class="lineno"><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aeaeff412f2297e20cddb5659b943b58630">   88</a></span>&#160;    <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aeaeff412f2297e20cddb5659b943b58630" title="Unix-only line endings.">UREGEX_UNIX_LINES</a> = 1,</div>
<div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;</div>
<div class="line"><a name="l00097"></a><span class="lineno"><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aeae1499468a7aa6f7b2059b7839c6003dd">   97</a></span>&#160;    <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aeae1499468a7aa6f7b2059b7839c6003dd" title="Unicode word boundaries.">UREGEX_UWORD</a>            = 256,</div>
<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;</div>
<div class="line"><a name="l00106"></a><span class="lineno"><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea9be4161df4e6d12050d324787d6d2742">  106</a></span>&#160;     <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea9be4161df4e6d12050d324787d6d2742" title="Error on Unrecognized backslash escapes.">UREGEX_ERROR_ON_UNKNOWN_ESCAPES</a> = 512</div>
<div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;</div>
<div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;}  <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529ae" title="Constants for Regular Expression Match Modes.">URegexpFlag</a>;</div>
<div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;</div>
<div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> * U_EXPORT2</div>
<div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;<a class="code" href="uregex_8h.html#a31fa9daa487155dfa8e60dbfbf9472e7" title="Open (compile) an ICU regular expression.">uregex_open</a>( <span class="keyword">const</span>  <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t), or wchar_t if that is ...">UChar</a>          *pattern,</div>
<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;                    int32_t         patternLength,</div>
<div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;                    uint32_t        flags,</div>
<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;                    <a class="code" href="structUParseError.html" title="A UParseError struct is used to returned detailed information about parsing errors.">UParseError</a>    *pe,</div>
<div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;                    <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>     *status);</div>
<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;</div>
<div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *  U_EXPORT2</div>
<div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;<a class="code" href="uregex_8h.html#a67e900e97a158996501da9b07142ef62" title="Open (compile) an ICU regular expression.">uregex_openUText</a>(<a class="code" href="structUText.html" title="UText struct.">UText</a>          *pattern,</div>
<div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;                 uint32_t        flags,</div>
<div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;                 <a class="code" href="structUParseError.html" title="A UParseError struct is used to returned detailed information about parsing errors.">UParseError</a>    *pe,</div>
<div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;                 <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>     *status);</div>
<div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;</div>
<div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;<span class="preprocessor">#if !UCONFIG_NO_CONVERSION</span></div>
<div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;<span class="preprocessor"></span><a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> * U_EXPORT2</div>
<div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160;<a class="code" href="uregex_8h.html#ae44e4d2f7ec00fa790a82c5ee47b6296" title="Open (compile) an ICU regular expression.">uregex_openC</a>( <span class="keyword">const</span> <span class="keywordtype">char</span>           *pattern,</div>
<div class="line"><a name="l00194"></a><span class="lineno">  194</span>&#160;                    uint32_t        flags,</div>
<div class="line"><a name="l00195"></a><span class="lineno">  195</span>&#160;                    <a class="code" href="structUParseError.html" title="A UParseError struct is used to returned detailed information about parsing errors.">UParseError</a>    *pe,</div>
<div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160;                    <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>     *status);</div>
<div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00198"></a><span class="lineno">  198</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00199"></a><span class="lineno">  199</span>&#160;</div>
<div class="line"><a name="l00200"></a><span class="lineno">  200</span>&#160;</div>
<div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <span class="keywordtype">void</span> U_EXPORT2 </div>
<div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;<a class="code" href="uregex_8h.html#a7fdfb34cdda683226599e95b388c5575" title="Close the regular expression, recovering all resources (memory) it was holding.">uregex_close</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp);</div>
<div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;</div>
<div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;<span class="preprocessor">#if U_SHOW_CPLUSPLUS_API</span></div>
<div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;<a class="code" href="uversion_8h.html#a7d9374e037299886d4192b763b4c5e8b" title="This is used to begin a declaration of a public ICU C++ API.">U_NAMESPACE_BEGIN</a></div>
<div class="line"><a name="l00214"></a><span class="lineno">  214</span>&#160;</div>
<div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;<a class="code" href="localpointer_8h.html#a3030f841466c4bbbd465ac9c4b999549" title="&quot;Smart pointer&quot; definition macro, deletes objects via the closeFunction.">U_DEFINE_LOCAL_OPEN_POINTER</a>(<a class="code" href="classLocalURegularExpressionPointer.html" title="&quot;Smart pointer&quot; class, closes a URegularExpression via uregex_close().">LocalURegularExpressionPointer</a>, <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>, <a class="code" href="uregex_8h.html#a7fdfb34cdda683226599e95b388c5575" title="Close the regular expression, recovering all resources (memory) it was holding.">uregex_close</a>);</div>
<div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;</div>
<div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;<a class="code" href="uversion_8h.html#a3da1f00f3b02976ac53c014a3e4c0933" title="This is used to end a declaration of a public ICU C++ API.">U_NAMESPACE_END</a></div>
<div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;</div>
<div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00248"></a><span class="lineno">  248</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> * U_EXPORT2 </div>
<div class="line"><a name="l00249"></a><span class="lineno">  249</span>&#160;<a class="code" href="uregex_8h.html#a3befb11b7c9b28c19af6114ed19b7339" title="Make a copy of a compiled regular expression.">uregex_clone</a>(<span class="keyword">const</span> <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp, <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a> *status);</div>
<div class="line"><a name="l00250"></a><span class="lineno">  250</span>&#160;</div>
<div class="line"><a name="l00268"></a><span class="lineno">  268</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <span class="keyword">const</span> <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t), or wchar_t if that is ...">UChar</a> * U_EXPORT2 </div>
<div class="line"><a name="l00269"></a><span class="lineno">  269</span>&#160;<a class="code" href="uregex_8h.html#a8b1ee386c236bee2df00020117a6cf42" title="Returns a pointer to the source form of the pattern for this regular expression.">uregex_pattern</a>(<span class="keyword">const</span> <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00270"></a><span class="lineno">  270</span>&#160;                     int32_t            *patLength,</div>
<div class="line"><a name="l00271"></a><span class="lineno">  271</span>&#160;                     <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>         *status);</div>
<div class="line"><a name="l00272"></a><span class="lineno">  272</span>&#160;</div>
<div class="line"><a name="l00284"></a><span class="lineno">  284</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="structUText.html" title="UText struct.">UText</a> * U_EXPORT2 </div>
<div class="line"><a name="l00285"></a><span class="lineno">  285</span>&#160;<a class="code" href="uregex_8h.html#a540a99501d0506941cf6025c1762421e" title="Returns the source text of the pattern for this regular expression.">uregex_patternUText</a>(<span class="keyword">const</span> <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00286"></a><span class="lineno">  286</span>&#160;                          <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>         *status);</div>
<div class="line"><a name="l00287"></a><span class="lineno">  287</span>&#160;</div>
<div class="line"><a name="l00296"></a><span class="lineno">  296</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> int32_t U_EXPORT2 </div>
<div class="line"><a name="l00297"></a><span class="lineno">  297</span>&#160;<a class="code" href="uregex_8h.html#aeb4d05c6038bcd4b8320db9981793ff9" title="Get the match mode flags that were specified when compiling this regular expression.">uregex_flags</a>(<span class="keyword">const</span>  <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>   *regexp,</div>
<div class="line"><a name="l00298"></a><span class="lineno">  298</span>&#160;                    <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>           *status);</div>
<div class="line"><a name="l00299"></a><span class="lineno">  299</span>&#160;</div>
<div class="line"><a name="l00300"></a><span class="lineno">  300</span>&#160;</div>
<div class="line"><a name="l00321"></a><span class="lineno">  321</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <span class="keywordtype">void</span> U_EXPORT2 </div>
<div class="line"><a name="l00322"></a><span class="lineno">  322</span>&#160;<a class="code" href="uregex_8h.html#a49855db9ac7b4ecf5f4cf10d3d71d170" title="Set the subject text string upon which the regular expression will look for matches.">uregex_setText</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00323"></a><span class="lineno">  323</span>&#160;               <span class="keyword">const</span> <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t), or wchar_t if that is ...">UChar</a>        *text,</div>
<div class="line"><a name="l00324"></a><span class="lineno">  324</span>&#160;               int32_t             textLength,</div>
<div class="line"><a name="l00325"></a><span class="lineno">  325</span>&#160;               <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>         *status);</div>
<div class="line"><a name="l00326"></a><span class="lineno">  326</span>&#160;</div>
<div class="line"><a name="l00327"></a><span class="lineno">  327</span>&#160;</div>
<div class="line"><a name="l00344"></a><span class="lineno">  344</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <span class="keywordtype">void</span> U_EXPORT2 </div>
<div class="line"><a name="l00345"></a><span class="lineno">  345</span>&#160;<a class="code" href="uregex_8h.html#a8d5797847facba41c03ccb363432ee56" title="Set the subject text string upon which the regular expression will look for matches.">uregex_setUText</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00346"></a><span class="lineno">  346</span>&#160;                <a class="code" href="structUText.html" title="UText struct.">UText</a>              *text,</div>
<div class="line"><a name="l00347"></a><span class="lineno">  347</span>&#160;                <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>         *status);</div>
<div class="line"><a name="l00348"></a><span class="lineno">  348</span>&#160;</div>
<div class="line"><a name="l00369"></a><span class="lineno">  369</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <span class="keyword">const</span> <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t), or wchar_t if that is ...">UChar</a> * U_EXPORT2 </div>
<div class="line"><a name="l00370"></a><span class="lineno">  370</span>&#160;<a class="code" href="uregex_8h.html#a78cec27fd3e8238c5a9c08ae66884c80" title="Get the subject text that is currently associated with this regular expression object.">uregex_getText</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00371"></a><span class="lineno">  371</span>&#160;               int32_t            *textLength,</div>
<div class="line"><a name="l00372"></a><span class="lineno">  372</span>&#160;               <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>         *status);</div>
<div class="line"><a name="l00373"></a><span class="lineno">  373</span>&#160;</div>
<div class="line"><a name="l00390"></a><span class="lineno">  390</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="structUText.html" title="UText struct.">UText</a> * U_EXPORT2 </div>
<div class="line"><a name="l00391"></a><span class="lineno">  391</span>&#160;<a class="code" href="uregex_8h.html#a3f310920bdf281767777c493729f2df6" title="Get the subject text that is currently associated with this regular expression object.">uregex_getUText</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00392"></a><span class="lineno">  392</span>&#160;                <a class="code" href="structUText.html" title="UText struct.">UText</a>              *dest,</div>
<div class="line"><a name="l00393"></a><span class="lineno">  393</span>&#160;                <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>         *status);</div>
<div class="line"><a name="l00394"></a><span class="lineno">  394</span>&#160;</div>
<div class="line"><a name="l00420"></a><span class="lineno">  420</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <span class="keywordtype">void</span> U_EXPORT2 </div>
<div class="line"><a name="l00421"></a><span class="lineno">  421</span>&#160;<a class="code" href="uregex_8h.html#a1abbb6bd6d25736812479fad64162edb" title="Set the subject text string upon which the regular expression is looking for matches without changing...">uregex_refreshUText</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00422"></a><span class="lineno">  422</span>&#160;                    <a class="code" href="structUText.html" title="UText struct.">UText</a>              *text,</div>
<div class="line"><a name="l00423"></a><span class="lineno">  423</span>&#160;                    <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>         *status);</div>
<div class="line"><a name="l00424"></a><span class="lineno">  424</span>&#160;</div>
<div class="line"><a name="l00445"></a><span class="lineno">  445</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> U_EXPORT2 </div>
<div class="line"><a name="l00446"></a><span class="lineno">  446</span>&#160;<a class="code" href="uregex_8h.html#a6f8a6e557083831cbd8111fdd5b562ce" title="Attempts to match the input string against the pattern.">uregex_matches</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00447"></a><span class="lineno">  447</span>&#160;                int32_t            startIndex,</div>
<div class="line"><a name="l00448"></a><span class="lineno">  448</span>&#160;                <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>        *status);</div>
<div class="line"><a name="l00449"></a><span class="lineno">  449</span>&#160;</div>
<div class="line"><a name="l00471"></a><span class="lineno">  471</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> U_EXPORT2 </div>
<div class="line"><a name="l00472"></a><span class="lineno">  472</span>&#160;<a class="code" href="uregex_8h.html#a0af28913816bcfe5fa9d7f585c435e15" title="64bit version of uregex_matches.">uregex_matches64</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00473"></a><span class="lineno">  473</span>&#160;                 int64_t            startIndex,</div>
<div class="line"><a name="l00474"></a><span class="lineno">  474</span>&#160;                 <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>        *status);</div>
<div class="line"><a name="l00475"></a><span class="lineno">  475</span>&#160;</div>
<div class="line"><a name="l00499"></a><span class="lineno">  499</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> U_EXPORT2 </div>
<div class="line"><a name="l00500"></a><span class="lineno">  500</span>&#160;<a class="code" href="uregex_8h.html#a52c90b073f572a7dd1052c7785a81b79" title="Attempts to match the input string, starting from the specified index, against the pattern...">uregex_lookingAt</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00501"></a><span class="lineno">  501</span>&#160;                 int32_t             startIndex,</div>
<div class="line"><a name="l00502"></a><span class="lineno">  502</span>&#160;                 <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>         *status);</div>
<div class="line"><a name="l00503"></a><span class="lineno">  503</span>&#160;</div>
<div class="line"><a name="l00528"></a><span class="lineno">  528</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> U_EXPORT2 </div>
<div class="line"><a name="l00529"></a><span class="lineno">  529</span>&#160;<a class="code" href="uregex_8h.html#a3ddee5e9228ee42e7c339de032e53ef0" title="64bit version of uregex_lookingAt.">uregex_lookingAt64</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00530"></a><span class="lineno">  530</span>&#160;                   int64_t             startIndex,</div>
<div class="line"><a name="l00531"></a><span class="lineno">  531</span>&#160;                   <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>         *status);</div>
<div class="line"><a name="l00532"></a><span class="lineno">  532</span>&#160;</div>
<div class="line"><a name="l00552"></a><span class="lineno">  552</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> U_EXPORT2 </div>
<div class="line"><a name="l00553"></a><span class="lineno">  553</span>&#160;<a class="code" href="uregex_8h.html#a74e00aa35711875aab88fd550de6b1d6" title="Find the first matching substring of the input string that matches the pattern.">uregex_find</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00554"></a><span class="lineno">  554</span>&#160;            int32_t             startIndex, </div>
<div class="line"><a name="l00555"></a><span class="lineno">  555</span>&#160;            <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>         *status);</div>
<div class="line"><a name="l00556"></a><span class="lineno">  556</span>&#160;</div>
<div class="line"><a name="l00577"></a><span class="lineno">  577</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> U_EXPORT2 </div>
<div class="line"><a name="l00578"></a><span class="lineno">  578</span>&#160;<a class="code" href="uregex_8h.html#af47cdc4aaa5ee56417f79c9f03915a59" title="64bit version of uregex_find.">uregex_find64</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00579"></a><span class="lineno">  579</span>&#160;              int64_t             startIndex, </div>
<div class="line"><a name="l00580"></a><span class="lineno">  580</span>&#160;              <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>         *status);</div>
<div class="line"><a name="l00581"></a><span class="lineno">  581</span>&#160;</div>
<div class="line"><a name="l00595"></a><span class="lineno">  595</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> U_EXPORT2 </div>
<div class="line"><a name="l00596"></a><span class="lineno">  596</span>&#160;<a class="code" href="uregex_8h.html#aa173870af2e8d79a06faea5e334bd5f9" title="Find the next pattern match in the input string.">uregex_findNext</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00597"></a><span class="lineno">  597</span>&#160;                <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>         *status);</div>
<div class="line"><a name="l00598"></a><span class="lineno">  598</span>&#160;</div>
<div class="line"><a name="l00606"></a><span class="lineno">  606</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> int32_t U_EXPORT2 </div>
<div class="line"><a name="l00607"></a><span class="lineno">  607</span>&#160;<a class="code" href="uregex_8h.html#ad6ff01458e9d10ad9a66c980e9c1dfd8" title="Get the number of capturing groups in this regular expression&#39;s pattern.">uregex_groupCount</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00608"></a><span class="lineno">  608</span>&#160;                  <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>         *status);</div>
<div class="line"><a name="l00609"></a><span class="lineno">  609</span>&#160;</div>
<div class="line"><a name="l00626"></a><span class="lineno">  626</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> int32_t U_EXPORT2 </div>
<div class="line"><a name="l00627"></a><span class="lineno">  627</span>&#160;<a class="code" href="uregex_8h.html#ab4dfb358ba585dbf56e195a704874d93" title="Extract the string for the specified matching expression or subexpression.">uregex_group</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00628"></a><span class="lineno">  628</span>&#160;             int32_t             groupNum,</div>
<div class="line"><a name="l00629"></a><span class="lineno">  629</span>&#160;             <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t), or wchar_t if that is ...">UChar</a>              *dest,</div>
<div class="line"><a name="l00630"></a><span class="lineno">  630</span>&#160;             int32_t             destCapacity,</div>
<div class="line"><a name="l00631"></a><span class="lineno">  631</span>&#160;             <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>          *status);</div>
<div class="line"><a name="l00632"></a><span class="lineno">  632</span>&#160;</div>
<div class="line"><a name="l00655"></a><span class="lineno">  655</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="structUText.html" title="UText struct.">UText</a> * U_EXPORT2 </div>
<div class="line"><a name="l00656"></a><span class="lineno">  656</span>&#160;<a class="code" href="uregex_8h.html#a1760ff1738b27a60b561d6e01f36df40" title="Returns a shallow immutable clone of the entire input string.">uregex_groupUText</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00657"></a><span class="lineno">  657</span>&#160;                  int32_t             groupNum,</div>
<div class="line"><a name="l00658"></a><span class="lineno">  658</span>&#160;                  <a class="code" href="structUText.html" title="UText struct.">UText</a>              *dest,</div>
<div class="line"><a name="l00659"></a><span class="lineno">  659</span>&#160;                  int64_t            *groupLength,</div>
<div class="line"><a name="l00660"></a><span class="lineno">  660</span>&#160;                  <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>         *status);</div>
<div class="line"><a name="l00661"></a><span class="lineno">  661</span>&#160;</div>
<div class="line"><a name="l00662"></a><span class="lineno">  662</span>&#160;<span class="preprocessor">#ifndef U_HIDE_INTERNAL_API</span></div>
<div class="line"><a name="l00663"></a><span class="lineno">  663</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00680"></a><span class="lineno">  680</span>&#160;<a class="code" href="umachine_8h.html#a161dba69f4e479c3626793efc42f94ba" title="This is used to declare a function as an internal ICU C API.">U_INTERNAL</a> <a class="code" href="structUText.html" title="UText struct.">UText</a> * U_EXPORT2 </div>
<div class="line"><a name="l00681"></a><span class="lineno">  681</span>&#160;<a class="code" href="uregex_8h.html#a5558999426e8eb4e0a89f9de88122ed3" title="Extract the string for the specified matching expression or subexpression.">uregex_groupUTextDeep</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00682"></a><span class="lineno">  682</span>&#160;                  int32_t             groupNum,</div>
<div class="line"><a name="l00683"></a><span class="lineno">  683</span>&#160;                  <a class="code" href="structUText.html" title="UText struct.">UText</a>              *dest,</div>
<div class="line"><a name="l00684"></a><span class="lineno">  684</span>&#160;                  <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>         *status);</div>
<div class="line"><a name="l00685"></a><span class="lineno">  685</span>&#160;<span class="preprocessor">#endif  </span><span class="comment">/* U_HIDE_INTERNAL_API */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00686"></a><span class="lineno">  686</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00701"></a><span class="lineno">  701</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> int32_t U_EXPORT2 </div>
<div class="line"><a name="l00702"></a><span class="lineno">  702</span>&#160;<a class="code" href="uregex_8h.html#a5a2eccd52a16efe1ba99c53d56614a4f" title="Returns the index in the input string of the start of the text matched by the specified capture group...">uregex_start</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00703"></a><span class="lineno">  703</span>&#160;             int32_t             groupNum,</div>
<div class="line"><a name="l00704"></a><span class="lineno">  704</span>&#160;             <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>          *status);</div>
<div class="line"><a name="l00705"></a><span class="lineno">  705</span>&#160;</div>
<div class="line"><a name="l00721"></a><span class="lineno">  721</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> int64_t U_EXPORT2 </div>
<div class="line"><a name="l00722"></a><span class="lineno">  722</span>&#160;<a class="code" href="uregex_8h.html#a5530ae496992b5a6aa83bdde52f95a75" title="64bit version of uregex_start.">uregex_start64</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00723"></a><span class="lineno">  723</span>&#160;               int32_t             groupNum,</div>
<div class="line"><a name="l00724"></a><span class="lineno">  724</span>&#160;               <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>          *status);</div>
<div class="line"><a name="l00725"></a><span class="lineno">  725</span>&#160;</div>
<div class="line"><a name="l00739"></a><span class="lineno">  739</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> int32_t U_EXPORT2 </div>
<div class="line"><a name="l00740"></a><span class="lineno">  740</span>&#160;<a class="code" href="uregex_8h.html#a3f5e9eba75d943ff1aba3d3dc779a67f" title="Returns the index in the input string of the position following the end of the text matched by the sp...">uregex_end</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>   *regexp,</div>
<div class="line"><a name="l00741"></a><span class="lineno">  741</span>&#160;           int32_t               groupNum,</div>
<div class="line"><a name="l00742"></a><span class="lineno">  742</span>&#160;           <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>           *status);</div>
<div class="line"><a name="l00743"></a><span class="lineno">  743</span>&#160;</div>
<div class="line"><a name="l00758"></a><span class="lineno">  758</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> int64_t U_EXPORT2 </div>
<div class="line"><a name="l00759"></a><span class="lineno">  759</span>&#160;<a class="code" href="uregex_8h.html#a3301ec8e374f38b45aa37c717a1466d2" title="64bit version of uregex_end.">uregex_end64</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00760"></a><span class="lineno">  760</span>&#160;             int32_t               groupNum,</div>
<div class="line"><a name="l00761"></a><span class="lineno">  761</span>&#160;             <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>           *status);</div>
<div class="line"><a name="l00762"></a><span class="lineno">  762</span>&#160;</div>
<div class="line"><a name="l00776"></a><span class="lineno">  776</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <span class="keywordtype">void</span> U_EXPORT2 </div>
<div class="line"><a name="l00777"></a><span class="lineno">  777</span>&#160;<a class="code" href="uregex_8h.html#a32b5a1a76b9eb313d5093290d19245db" title="Reset any saved state from the previous match.">uregex_reset</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>    *regexp,</div>
<div class="line"><a name="l00778"></a><span class="lineno">  778</span>&#160;             int32_t               index,</div>
<div class="line"><a name="l00779"></a><span class="lineno">  779</span>&#160;             <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>            *status);</div>
<div class="line"><a name="l00780"></a><span class="lineno">  780</span>&#160;</div>
<div class="line"><a name="l00795"></a><span class="lineno">  795</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <span class="keywordtype">void</span> U_EXPORT2 </div>
<div class="line"><a name="l00796"></a><span class="lineno">  796</span>&#160;<a class="code" href="uregex_8h.html#aa8212138dd759c0193b6a43e4476afb3" title="64bit version of uregex_reset.">uregex_reset64</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>  *regexp,</div>
<div class="line"><a name="l00797"></a><span class="lineno">  797</span>&#160;               int64_t               index,</div>
<div class="line"><a name="l00798"></a><span class="lineno">  798</span>&#160;               <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>            *status);</div>
<div class="line"><a name="l00799"></a><span class="lineno">  799</span>&#160;</div>
<div class="line"><a name="l00820"></a><span class="lineno">  820</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <span class="keywordtype">void</span> U_EXPORT2</div>
<div class="line"><a name="l00821"></a><span class="lineno">  821</span>&#160;<a class="code" href="uregex_8h.html#aa8b28084da3bf16bb5b8d61605e54606" title="Sets the limits of the matching region for this URegularExpression.">uregex_setRegion</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>   *regexp,</div>
<div class="line"><a name="l00822"></a><span class="lineno">  822</span>&#160;                 int32_t               regionStart,</div>
<div class="line"><a name="l00823"></a><span class="lineno">  823</span>&#160;                 int32_t               regionLimit,</div>
<div class="line"><a name="l00824"></a><span class="lineno">  824</span>&#160;                 <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>           *status);</div>
<div class="line"><a name="l00825"></a><span class="lineno">  825</span>&#160;</div>
<div class="line"><a name="l00847"></a><span class="lineno">  847</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <span class="keywordtype">void</span> U_EXPORT2 </div>
<div class="line"><a name="l00848"></a><span class="lineno">  848</span>&#160;<a class="code" href="uregex_8h.html#a6003264946f4242a82c611655a8d9385" title="64bit version of uregex_setRegion.">uregex_setRegion64</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00849"></a><span class="lineno">  849</span>&#160;                 int64_t               regionStart,</div>
<div class="line"><a name="l00850"></a><span class="lineno">  850</span>&#160;                 int64_t               regionLimit,</div>
<div class="line"><a name="l00851"></a><span class="lineno">  851</span>&#160;                 <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>           *status);</div>
<div class="line"><a name="l00852"></a><span class="lineno">  852</span>&#160;</div>
<div class="line"><a name="l00867"></a><span class="lineno">  867</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <span class="keywordtype">void</span> U_EXPORT2 </div>
<div class="line"><a name="l00868"></a><span class="lineno">  868</span>&#160;<a class="code" href="uregex_8h.html#afdfc06f148d6b0a6e1ceb719e1fc7424" title="Set the matching region and the starting index for subsequent matches in a single operation...">uregex_setRegionAndStart</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l00869"></a><span class="lineno">  869</span>&#160;                 int64_t               regionStart,</div>
<div class="line"><a name="l00870"></a><span class="lineno">  870</span>&#160;                 int64_t               regionLimit,</div>
<div class="line"><a name="l00871"></a><span class="lineno">  871</span>&#160;                 int64_t               startIndex,</div>
<div class="line"><a name="l00872"></a><span class="lineno">  872</span>&#160;                 <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>           *status);</div>
<div class="line"><a name="l00873"></a><span class="lineno">  873</span>&#160;</div>
<div class="line"><a name="l00883"></a><span class="lineno">  883</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> int32_t U_EXPORT2</div>
<div class="line"><a name="l00884"></a><span class="lineno">  884</span>&#160;<a class="code" href="uregex_8h.html#a4b416b2f34255ebf59ae353edb1e5c82" title="Reports the start index of the matching region.">uregex_regionStart</a>(<span class="keyword">const</span>  <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>   *regexp,</div>
<div class="line"><a name="l00885"></a><span class="lineno">  885</span>&#160;                          <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>           *status);</div>
<div class="line"><a name="l00886"></a><span class="lineno">  886</span>&#160;</div>
<div class="line"><a name="l00897"></a><span class="lineno">  897</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> int64_t U_EXPORT2 </div>
<div class="line"><a name="l00898"></a><span class="lineno">  898</span>&#160;<a class="code" href="uregex_8h.html#ad68da1ce0a5e3be72c33f41741378714" title="64bit version of uregex_regionStart.">uregex_regionStart64</a>(<span class="keyword">const</span>  <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>   *regexp,</div>
<div class="line"><a name="l00899"></a><span class="lineno">  899</span>&#160;                            <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>           *status);</div>
<div class="line"><a name="l00900"></a><span class="lineno">  900</span>&#160;</div>
<div class="line"><a name="l00911"></a><span class="lineno">  911</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> int32_t U_EXPORT2</div>
<div class="line"><a name="l00912"></a><span class="lineno">  912</span>&#160;<a class="code" href="uregex_8h.html#a2de91ea327504abd4f14e7af557d7fa3" title="Reports the end index (exclusive) of the matching region for this URegularExpression.">uregex_regionEnd</a>(<span class="keyword">const</span>  <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>   *regexp,</div>
<div class="line"><a name="l00913"></a><span class="lineno">  913</span>&#160;                        <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>           *status);</div>
<div class="line"><a name="l00914"></a><span class="lineno">  914</span>&#160;</div>
<div class="line"><a name="l00926"></a><span class="lineno">  926</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> int64_t U_EXPORT2 </div>
<div class="line"><a name="l00927"></a><span class="lineno">  927</span>&#160;<a class="code" href="uregex_8h.html#ae66ba34441ec2789632df02719c131e3" title="64bit version of uregex_regionEnd.">uregex_regionEnd64</a>(<span class="keyword">const</span>  <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>   *regexp,</div>
<div class="line"><a name="l00928"></a><span class="lineno">  928</span>&#160;                          <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>           *status);</div>
<div class="line"><a name="l00929"></a><span class="lineno">  929</span>&#160;</div>
<div class="line"><a name="l00940"></a><span class="lineno">  940</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> U_EXPORT2</div>
<div class="line"><a name="l00941"></a><span class="lineno">  941</span>&#160;<a class="code" href="uregex_8h.html#a3b82fc98a12e72b8ec507826b0f0237b" title="Queries the transparency of region bounds for this URegularExpression.">uregex_hasTransparentBounds</a>(<span class="keyword">const</span>  <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>   *regexp,</div>
<div class="line"><a name="l00942"></a><span class="lineno">  942</span>&#160;                                   <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>           *status);</div>
<div class="line"><a name="l00943"></a><span class="lineno">  943</span>&#160;</div>
<div class="line"><a name="l00944"></a><span class="lineno">  944</span>&#160;</div>
<div class="line"><a name="l00964"></a><span class="lineno">  964</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <span class="keywordtype">void</span> U_EXPORT2  </div>
<div class="line"><a name="l00965"></a><span class="lineno">  965</span>&#160;<a class="code" href="uregex_8h.html#acea9d3117923c353d4b83d1a1eea204f" title="Sets the transparency of region bounds for this URegularExpression.">uregex_useTransparentBounds</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>   *regexp, </div>
<div class="line"><a name="l00966"></a><span class="lineno">  966</span>&#160;                            <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a>                b,</div>
<div class="line"><a name="l00967"></a><span class="lineno">  967</span>&#160;                            <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>           *status);</div>
<div class="line"><a name="l00968"></a><span class="lineno">  968</span>&#160;</div>
<div class="line"><a name="l00969"></a><span class="lineno">  969</span>&#160;</div>
<div class="line"><a name="l00979"></a><span class="lineno">  979</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> U_EXPORT2</div>
<div class="line"><a name="l00980"></a><span class="lineno">  980</span>&#160;<a class="code" href="uregex_8h.html#ac217287a0533febf990d0b0948d18ff3" title="Return true if this URegularExpression is using anchoring bounds.">uregex_hasAnchoringBounds</a>(<span class="keyword">const</span>  <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>   *regexp,</div>
<div class="line"><a name="l00981"></a><span class="lineno">  981</span>&#160;                                 <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>           *status);</div>
<div class="line"><a name="l00982"></a><span class="lineno">  982</span>&#160;</div>
<div class="line"><a name="l00983"></a><span class="lineno">  983</span>&#160;</div>
<div class="line"><a name="l00997"></a><span class="lineno">  997</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <span class="keywordtype">void</span> U_EXPORT2</div>
<div class="line"><a name="l00998"></a><span class="lineno">  998</span>&#160;<a class="code" href="uregex_8h.html#a0ed3b4b5a0746bde84f0dbe67be2328c" title="Set whether this URegularExpression is using Anchoring Bounds for its region.">uregex_useAnchoringBounds</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>   *regexp,</div>
<div class="line"><a name="l00999"></a><span class="lineno">  999</span>&#160;                          <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a>                 b,</div>
<div class="line"><a name="l01000"></a><span class="lineno"> 1000</span>&#160;                          <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>           *status);</div>
<div class="line"><a name="l01001"></a><span class="lineno"> 1001</span>&#160;</div>
<div class="line"><a name="l01012"></a><span class="lineno"> 1012</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> U_EXPORT2</div>
<div class="line"><a name="l01013"></a><span class="lineno"> 1013</span>&#160;<a class="code" href="uregex_8h.html#a8c42663071cf14355d6affa8f0a706f4" title="Return TRUE if the most recent matching operation touched the end of the text being processed...">uregex_hitEnd</a>(<span class="keyword">const</span>  <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>   *regexp,</div>
<div class="line"><a name="l01014"></a><span class="lineno"> 1014</span>&#160;                     <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>           *status);</div>
<div class="line"><a name="l01015"></a><span class="lineno"> 1015</span>&#160;</div>
<div class="line"><a name="l01027"></a><span class="lineno"> 1027</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> U_EXPORT2   </div>
<div class="line"><a name="l01028"></a><span class="lineno"> 1028</span>&#160;<a class="code" href="uregex_8h.html#a6a30c706768ccbbeb6db34f2a94400f1" title="Return TRUE the most recent match succeeded and additional input could cause it to fail...">uregex_requireEnd</a>(<span class="keyword">const</span>  <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>   *regexp,</div>
<div class="line"><a name="l01029"></a><span class="lineno"> 1029</span>&#160;                         <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>           *status);</div>
<div class="line"><a name="l01030"></a><span class="lineno"> 1030</span>&#160;</div>
<div class="line"><a name="l01031"></a><span class="lineno"> 1031</span>&#160;</div>
<div class="line"><a name="l01032"></a><span class="lineno"> 1032</span>&#160;</div>
<div class="line"><a name="l01033"></a><span class="lineno"> 1033</span>&#160;</div>
<div class="line"><a name="l01034"></a><span class="lineno"> 1034</span>&#160;</div>
<div class="line"><a name="l01059"></a><span class="lineno"> 1059</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> int32_t U_EXPORT2 </div>
<div class="line"><a name="l01060"></a><span class="lineno"> 1060</span>&#160;<a class="code" href="uregex_8h.html#a46252f42e1d2376af1927bf9b67cd530" title="Replaces every substring of the input that matches the pattern with the given replacement string...">uregex_replaceAll</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>    *regexp,</div>
<div class="line"><a name="l01061"></a><span class="lineno"> 1061</span>&#160;                  <span class="keyword">const</span> <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t), or wchar_t if that is ...">UChar</a>           *replacementText,</div>
<div class="line"><a name="l01062"></a><span class="lineno"> 1062</span>&#160;                  int32_t                replacementLength,</div>
<div class="line"><a name="l01063"></a><span class="lineno"> 1063</span>&#160;                  <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t), or wchar_t if that is ...">UChar</a>                 *destBuf,</div>
<div class="line"><a name="l01064"></a><span class="lineno"> 1064</span>&#160;                  int32_t                destCapacity,</div>
<div class="line"><a name="l01065"></a><span class="lineno"> 1065</span>&#160;                  <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>            *status);</div>
<div class="line"><a name="l01066"></a><span class="lineno"> 1066</span>&#160;</div>
<div class="line"><a name="l01088"></a><span class="lineno"> 1088</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="structUText.html" title="UText struct.">UText</a> * U_EXPORT2 </div>
<div class="line"><a name="l01089"></a><span class="lineno"> 1089</span>&#160;<a class="code" href="uregex_8h.html#aec7ce5b56c3e33fca1a4f8c53a5b83cb" title="Replaces every substring of the input that matches the pattern with the given replacement string...">uregex_replaceAllUText</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l01090"></a><span class="lineno"> 1090</span>&#160;                       <a class="code" href="structUText.html" title="UText struct.">UText</a>              *replacement,</div>
<div class="line"><a name="l01091"></a><span class="lineno"> 1091</span>&#160;                       <a class="code" href="structUText.html" title="UText struct.">UText</a>              *dest,</div>
<div class="line"><a name="l01092"></a><span class="lineno"> 1092</span>&#160;                       <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>         *status);</div>
<div class="line"><a name="l01093"></a><span class="lineno"> 1093</span>&#160;</div>
<div class="line"><a name="l01118"></a><span class="lineno"> 1118</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> int32_t U_EXPORT2 </div>
<div class="line"><a name="l01119"></a><span class="lineno"> 1119</span>&#160;<a class="code" href="uregex_8h.html#a1d5bc74b5e00b183ad20e06927d72e9e" title="Replaces the first substring of the input that matches the pattern with the given replacement string...">uregex_replaceFirst</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>  *regexp,</div>
<div class="line"><a name="l01120"></a><span class="lineno"> 1120</span>&#160;                    <span class="keyword">const</span> <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t), or wchar_t if that is ...">UChar</a>         *replacementText,</div>
<div class="line"><a name="l01121"></a><span class="lineno"> 1121</span>&#160;                    int32_t              replacementLength,</div>
<div class="line"><a name="l01122"></a><span class="lineno"> 1122</span>&#160;                    <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t), or wchar_t if that is ...">UChar</a>               *destBuf,</div>
<div class="line"><a name="l01123"></a><span class="lineno"> 1123</span>&#160;                    int32_t              destCapacity,</div>
<div class="line"><a name="l01124"></a><span class="lineno"> 1124</span>&#160;                    <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>          *status);</div>
<div class="line"><a name="l01125"></a><span class="lineno"> 1125</span>&#160;</div>
<div class="line"><a name="l01147"></a><span class="lineno"> 1147</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="structUText.html" title="UText struct.">UText</a> * U_EXPORT2 </div>
<div class="line"><a name="l01148"></a><span class="lineno"> 1148</span>&#160;<a class="code" href="uregex_8h.html#a9ef5f34d220eb6c149886a58e996e5c5" title="Replaces the first substring of the input that matches the pattern with the given replacement string...">uregex_replaceFirstUText</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a> *regexp,</div>
<div class="line"><a name="l01149"></a><span class="lineno"> 1149</span>&#160;                         <a class="code" href="structUText.html" title="UText struct.">UText</a>              *replacement,</div>
<div class="line"><a name="l01150"></a><span class="lineno"> 1150</span>&#160;                         <a class="code" href="structUText.html" title="UText struct.">UText</a>              *dest,</div>
<div class="line"><a name="l01151"></a><span class="lineno"> 1151</span>&#160;                         <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>         *status);</div>
<div class="line"><a name="l01152"></a><span class="lineno"> 1152</span>&#160;</div>
<div class="line"><a name="l01199"></a><span class="lineno"> 1199</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> int32_t U_EXPORT2 </div>
<div class="line"><a name="l01200"></a><span class="lineno"> 1200</span>&#160;<a class="code" href="uregex_8h.html#a4855f7a0ee316669a299dc9f7e8bace5" title="Implements a replace operation intended to be used as part of an incremental find-and-replace.">uregex_appendReplacement</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>    *regexp,</div>
<div class="line"><a name="l01201"></a><span class="lineno"> 1201</span>&#160;                         <span class="keyword">const</span> <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t), or wchar_t if that is ...">UChar</a>           *replacementText,</div>
<div class="line"><a name="l01202"></a><span class="lineno"> 1202</span>&#160;                         int32_t                replacementLength,</div>
<div class="line"><a name="l01203"></a><span class="lineno"> 1203</span>&#160;                         <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t), or wchar_t if that is ...">UChar</a>                **destBuf,</div>
<div class="line"><a name="l01204"></a><span class="lineno"> 1204</span>&#160;                         int32_t               *destCapacity,</div>
<div class="line"><a name="l01205"></a><span class="lineno"> 1205</span>&#160;                         <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>            *status);</div>
<div class="line"><a name="l01206"></a><span class="lineno"> 1206</span>&#160;</div>
<div class="line"><a name="l01229"></a><span class="lineno"> 1229</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <span class="keywordtype">void</span> U_EXPORT2 </div>
<div class="line"><a name="l01230"></a><span class="lineno"> 1230</span>&#160;<a class="code" href="uregex_8h.html#aea0489d9ff0f9eccead9cffed1037706" title="Implements a replace operation intended to be used as part of an incremental find-and-replace.">uregex_appendReplacementUText</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>    *regexp,</div>
<div class="line"><a name="l01231"></a><span class="lineno"> 1231</span>&#160;                              <a class="code" href="structUText.html" title="UText struct.">UText</a>                 *replacementText,</div>
<div class="line"><a name="l01232"></a><span class="lineno"> 1232</span>&#160;                              <a class="code" href="structUText.html" title="UText struct.">UText</a>                 *dest,</div>
<div class="line"><a name="l01233"></a><span class="lineno"> 1233</span>&#160;                              <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>            *status);</div>
<div class="line"><a name="l01234"></a><span class="lineno"> 1234</span>&#160;</div>
<div class="line"><a name="l01259"></a><span class="lineno"> 1259</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> int32_t U_EXPORT2 </div>
<div class="line"><a name="l01260"></a><span class="lineno"> 1260</span>&#160;<a class="code" href="uregex_8h.html#a40cb404e6bfb8f8bf2d2640f60c5d2cf" title="As the final step in a find-and-replace operation, append the remainder of the input string...">uregex_appendTail</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>    *regexp,</div>
<div class="line"><a name="l01261"></a><span class="lineno"> 1261</span>&#160;                  <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t), or wchar_t if that is ...">UChar</a>                **destBuf,</div>
<div class="line"><a name="l01262"></a><span class="lineno"> 1262</span>&#160;                  int32_t               *destCapacity,</div>
<div class="line"><a name="l01263"></a><span class="lineno"> 1263</span>&#160;                  <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>            *status);</div>
<div class="line"><a name="l01264"></a><span class="lineno"> 1264</span>&#160;</div>
<div class="line"><a name="l01283"></a><span class="lineno"> 1283</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <a class="code" href="structUText.html" title="UText struct.">UText</a> * U_EXPORT2 </div>
<div class="line"><a name="l01284"></a><span class="lineno"> 1284</span>&#160;<a class="code" href="uregex_8h.html#a1965d951c0f8e0febe4d76cfc4dff60c" title="As the final step in a find-and-replace operation, append the remainder of the input string...">uregex_appendTailUText</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>    *regexp,</div>
<div class="line"><a name="l01285"></a><span class="lineno"> 1285</span>&#160;                       <a class="code" href="structUText.html" title="UText struct.">UText</a>                 *dest,</div>
<div class="line"><a name="l01286"></a><span class="lineno"> 1286</span>&#160;                       <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>            *status);</div>
<div class="line"><a name="l01287"></a><span class="lineno"> 1287</span>&#160;</div>
<div class="line"><a name="l01339"></a><span class="lineno"> 1339</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> int32_t U_EXPORT2 </div>
<div class="line"><a name="l01340"></a><span class="lineno"> 1340</span>&#160;<a class="code" href="uregex_8h.html#a2a7440d07f6c8692d30a3e090494d2d1" title="Split a string into fields.">uregex_split</a>(   <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>      *regexp,</div>
<div class="line"><a name="l01341"></a><span class="lineno"> 1341</span>&#160;                  <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t), or wchar_t if that is ...">UChar</a>                 *destBuf,</div>
<div class="line"><a name="l01342"></a><span class="lineno"> 1342</span>&#160;                  int32_t                destCapacity,</div>
<div class="line"><a name="l01343"></a><span class="lineno"> 1343</span>&#160;                  int32_t               *requiredCapacity,</div>
<div class="line"><a name="l01344"></a><span class="lineno"> 1344</span>&#160;                  <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t), or wchar_t if that is ...">UChar</a>                 *destFields[],</div>
<div class="line"><a name="l01345"></a><span class="lineno"> 1345</span>&#160;                  int32_t                destFieldsCapacity,</div>
<div class="line"><a name="l01346"></a><span class="lineno"> 1346</span>&#160;                  <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>            *status);</div>
<div class="line"><a name="l01347"></a><span class="lineno"> 1347</span>&#160;</div>
<div class="line"><a name="l01374"></a><span class="lineno"> 1374</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> int32_t U_EXPORT2 </div>
<div class="line"><a name="l01375"></a><span class="lineno"> 1375</span>&#160;<a class="code" href="uregex_8h.html#a7be80515a18c462ae05ed058b5f2d375" title="Split a string into fields.">uregex_splitUText</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>    *regexp,</div>
<div class="line"><a name="l01376"></a><span class="lineno"> 1376</span>&#160;                  <a class="code" href="structUText.html" title="UText struct.">UText</a>                 *destFields[],</div>
<div class="line"><a name="l01377"></a><span class="lineno"> 1377</span>&#160;                  int32_t                destFieldsCapacity,</div>
<div class="line"><a name="l01378"></a><span class="lineno"> 1378</span>&#160;                  <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>            *status);</div>
<div class="line"><a name="l01379"></a><span class="lineno"> 1379</span>&#160;</div>
<div class="line"><a name="l01402"></a><span class="lineno"> 1402</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <span class="keywordtype">void</span> U_EXPORT2</div>
<div class="line"><a name="l01403"></a><span class="lineno"> 1403</span>&#160;<a class="code" href="uregex_8h.html#a7b42432bc279a11c8a5e2c83f767181d" title="Set a processing time limit for match operations with this URegularExpression.">uregex_setTimeLimit</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>      *regexp,</div>
<div class="line"><a name="l01404"></a><span class="lineno"> 1404</span>&#160;                    int32_t                  limit,</div>
<div class="line"><a name="l01405"></a><span class="lineno"> 1405</span>&#160;                    <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>              *status);</div>
<div class="line"><a name="l01406"></a><span class="lineno"> 1406</span>&#160;</div>
<div class="line"><a name="l01416"></a><span class="lineno"> 1416</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> int32_t U_EXPORT2</div>
<div class="line"><a name="l01417"></a><span class="lineno"> 1417</span>&#160;<a class="code" href="uregex_8h.html#a826b0f2768df66747abbbe80667f7c5e" title="Get the time limit for for matches with this URegularExpression.">uregex_getTimeLimit</a>(<span class="keyword">const</span> <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>      *regexp,</div>
<div class="line"><a name="l01418"></a><span class="lineno"> 1418</span>&#160;                          <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>              *status);</div>
<div class="line"><a name="l01419"></a><span class="lineno"> 1419</span>&#160;</div>
<div class="line"><a name="l01440"></a><span class="lineno"> 1440</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <span class="keywordtype">void</span> U_EXPORT2</div>
<div class="line"><a name="l01441"></a><span class="lineno"> 1441</span>&#160;<a class="code" href="uregex_8h.html#a2ebf688278fec4e7955832aa6094b3c0" title="Set the amount of heap storage available for use by the match backtracking stack.">uregex_setStackLimit</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>      *regexp,</div>
<div class="line"><a name="l01442"></a><span class="lineno"> 1442</span>&#160;                     int32_t                  limit,</div>
<div class="line"><a name="l01443"></a><span class="lineno"> 1443</span>&#160;                     <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>              *status);</div>
<div class="line"><a name="l01444"></a><span class="lineno"> 1444</span>&#160;</div>
<div class="line"><a name="l01452"></a><span class="lineno"> 1452</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> int32_t U_EXPORT2</div>
<div class="line"><a name="l01453"></a><span class="lineno"> 1453</span>&#160;<a class="code" href="uregex_8h.html#a4001266bcef2df0eee5b5820edd67121" title="Get the size of the heap storage available for use by the back tracking stack.">uregex_getStackLimit</a>(<span class="keyword">const</span> <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>      *regexp,</div>
<div class="line"><a name="l01454"></a><span class="lineno"> 1454</span>&#160;                           <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>              *status);</div>
<div class="line"><a name="l01455"></a><span class="lineno"> 1455</span>&#160;</div>
<div class="line"><a name="l01456"></a><span class="lineno"> 1456</span>&#160;</div>
<div class="line"><a name="l01475"></a><span class="lineno"> 1475</span>&#160;<a class="code" href="umachine_8h.html#a82c853d86803ab75c89267be54fbac6a" title="This is used to begin a declaration of a library private ICU C API.">U_CDECL_BEGIN</a></div>
<div class="line"><a name="l01476"></a><span class="lineno"><a class="code" href="uregex_8h.html#a0a86299b51ab447fdefa00f6763b44bb"> 1476</a></span>&#160;<span class="keyword">typedef</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="platform_8h.html#a1fae478cb5a46c7e4a0673d267626696" title="Similar to U_CDECL_BEGIN/U_CDECL_END, this qualifier is necessary in callback function typedefs to ma...">U_CALLCONV</a> <a class="code" href="uregex_8h.html#a0a86299b51ab447fdefa00f6763b44bb" title="Function pointer for a regular expression matching callback function.">URegexMatchCallback</a> (</div>
<div class="line"><a name="l01477"></a><span class="lineno"> 1477</span>&#160;                   <span class="keyword">const</span> <span class="keywordtype">void</span> *context,</div>
<div class="line"><a name="l01478"></a><span class="lineno"> 1478</span>&#160;                   int32_t     steps);</div>
<div class="line"><a name="l01479"></a><span class="lineno"> 1479</span>&#160;<a class="code" href="umachine_8h.html#a1a820e5c6cbe8ac1742b654e6bf9ed7d" title="This is used to end a declaration of a library private ICU C API.">U_CDECL_END</a></div>
<div class="line"><a name="l01480"></a><span class="lineno"> 1480</span>&#160;</div>
<div class="line"><a name="l01495"></a><span class="lineno"> 1495</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <span class="keywordtype">void</span> U_EXPORT2</div>
<div class="line"><a name="l01496"></a><span class="lineno"> 1496</span>&#160;<a class="code" href="uregex_8h.html#a8e1cae7b8de77df89081cb1ea36cf14b" title="Set a callback function for this URegularExpression.">uregex_setMatchCallback</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>      *regexp,</div>
<div class="line"><a name="l01497"></a><span class="lineno"> 1497</span>&#160;                        <a class="code" href="uregex_8h.html#a0a86299b51ab447fdefa00f6763b44bb" title="Function pointer for a regular expression matching callback function.">URegexMatchCallback</a>     *callback,</div>
<div class="line"><a name="l01498"></a><span class="lineno"> 1498</span>&#160;                        <span class="keyword">const</span> <span class="keywordtype">void</span>              *context,</div>
<div class="line"><a name="l01499"></a><span class="lineno"> 1499</span>&#160;                        <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>              *status);</div>
<div class="line"><a name="l01500"></a><span class="lineno"> 1500</span>&#160;</div>
<div class="line"><a name="l01501"></a><span class="lineno"> 1501</span>&#160;</div>
<div class="line"><a name="l01513"></a><span class="lineno"> 1513</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <span class="keywordtype">void</span> U_EXPORT2</div>
<div class="line"><a name="l01514"></a><span class="lineno"> 1514</span>&#160;<a class="code" href="uregex_8h.html#a296c628623ecf469722b2dc26098b13d" title="Get the callback function for this URegularExpression.">uregex_getMatchCallback</a>(<span class="keyword">const</span> <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>    *regexp,</div>
<div class="line"><a name="l01515"></a><span class="lineno"> 1515</span>&#160;                        <a class="code" href="uregex_8h.html#a0a86299b51ab447fdefa00f6763b44bb" title="Function pointer for a regular expression matching callback function.">URegexMatchCallback</a>        **callback,</div>
<div class="line"><a name="l01516"></a><span class="lineno"> 1516</span>&#160;                        <span class="keyword">const</span> <span class="keywordtype">void</span>                 **context,</div>
<div class="line"><a name="l01517"></a><span class="lineno"> 1517</span>&#160;                        <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>                  *status);</div>
<div class="line"><a name="l01518"></a><span class="lineno"> 1518</span>&#160;</div>
<div class="line"><a name="l01549"></a><span class="lineno"> 1549</span>&#160;<a class="code" href="umachine_8h.html#a82c853d86803ab75c89267be54fbac6a" title="This is used to begin a declaration of a library private ICU C API.">U_CDECL_BEGIN</a></div>
<div class="line"><a name="l01550"></a><span class="lineno"><a class="code" href="uregex_8h.html#a05a1a31454add644cd2f023b7e4366c3"> 1550</a></span>&#160;<span class="keyword">typedef</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="platform_8h.html#a1fae478cb5a46c7e4a0673d267626696" title="Similar to U_CDECL_BEGIN/U_CDECL_END, this qualifier is necessary in callback function typedefs to ma...">U_CALLCONV</a> <a class="code" href="uregex_8h.html#a05a1a31454add644cd2f023b7e4366c3" title="Function pointer for a regular expression find callback function.">URegexFindProgressCallback</a> (</div>
<div class="line"><a name="l01551"></a><span class="lineno"> 1551</span>&#160;                   <span class="keyword">const</span> <span class="keywordtype">void</span> *context,</div>
<div class="line"><a name="l01552"></a><span class="lineno"> 1552</span>&#160;                   int64_t     matchIndex);</div>
<div class="line"><a name="l01553"></a><span class="lineno"> 1553</span>&#160;<a class="code" href="umachine_8h.html#a1a820e5c6cbe8ac1742b654e6bf9ed7d" title="This is used to end a declaration of a library private ICU C API.">U_CDECL_END</a></div>
<div class="line"><a name="l01554"></a><span class="lineno"> 1554</span>&#160;</div>
<div class="line"><a name="l01555"></a><span class="lineno"> 1555</span>&#160;</div>
<div class="line"><a name="l01567"></a><span class="lineno"> 1567</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <span class="keywordtype">void</span> U_EXPORT2</div>
<div class="line"><a name="l01568"></a><span class="lineno"> 1568</span>&#160;<a class="code" href="uregex_8h.html#a9082576d5bbc1f16758b15f899d43e88" title="Set the find progress callback function for this URegularExpression.">uregex_setFindProgressCallback</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>              *regexp,</div>
<div class="line"><a name="l01569"></a><span class="lineno"> 1569</span>&#160;                                <a class="code" href="uregex_8h.html#a05a1a31454add644cd2f023b7e4366c3" title="Function pointer for a regular expression find callback function.">URegexFindProgressCallback</a>      *callback,</div>
<div class="line"><a name="l01570"></a><span class="lineno"> 1570</span>&#160;                                <span class="keyword">const</span> <span class="keywordtype">void</span>                      *context,</div>
<div class="line"><a name="l01571"></a><span class="lineno"> 1571</span>&#160;                                <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>                      *status);</div>
<div class="line"><a name="l01572"></a><span class="lineno"> 1572</span>&#160;</div>
<div class="line"><a name="l01584"></a><span class="lineno"> 1584</span>&#160;<a class="code" href="umachine_8h.html#af3e3799716eaa41e3f49c7bf18c62b98" title="This is used to declare a function as a stable public ICU C API.">U_STABLE</a> <span class="keywordtype">void</span> U_EXPORT2</div>
<div class="line"><a name="l01585"></a><span class="lineno"> 1585</span>&#160;<a class="code" href="uregex_8h.html#a015ad2f4835458889dd8a622937779bb" title="Get the find progress callback function for this URegularExpression.">uregex_getFindProgressCallback</a>(<span class="keyword">const</span> <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular expression, plus the results of a match operation...">URegularExpression</a>          *regexp,</div>
<div class="line"><a name="l01586"></a><span class="lineno"> 1586</span>&#160;                                <a class="code" href="uregex_8h.html#a05a1a31454add644cd2f023b7e4366c3" title="Function pointer for a regular expression find callback function.">URegexFindProgressCallback</a>        **callback,</div>
<div class="line"><a name="l01587"></a><span class="lineno"> 1587</span>&#160;                                <span class="keyword">const</span> <span class="keywordtype">void</span>                        **context,</div>
<div class="line"><a name="l01588"></a><span class="lineno"> 1588</span>&#160;                                <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all C++ compilers...">UErrorCode</a>                        *status);</div>
<div class="line"><a name="l01589"></a><span class="lineno"> 1589</span>&#160;</div>
<div class="line"><a name="l01590"></a><span class="lineno"> 1590</span>&#160;<span class="preprocessor">#endif   </span><span class="comment">/*  !UCONFIG_NO_REGULAR_EXPRESSIONS  */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l01591"></a><span class="lineno"> 1591</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#endif   </span><span class="comment">/*  UREGEX_H  */</span><span class="preprocessor"></span></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Oct 4 2013 14:10:22 for ICU 52.1 by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.1.2
</small></address>
</body>
</html>