Sophie

Sophie

distrib > Fedora > 17 > i386 > by-pkgid > 0508df3f0f31cdc1fec017f60572b2b0 > files > 1030

libicu-doc-4.8.1.1-5.fc17.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 4.8.1.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="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
  $(document).ready(function() { searchBox.OnSelectItem(0); });
</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 4.8.1.1
   &#160;<span id="projectnumber">4.8.1.1</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.1.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <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="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
      </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>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark">&#160;</span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(11)"><span class="SelectionMark">&#160;</span>Pages</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_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-2011, 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></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="l00076"></a><span class="lineno"><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea66d6ba18582a24bf3e4056e687ea58cd">   76</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="l00077"></a><span class="lineno">   77</span>&#160;</div>
<div class="line"><a name="l00082"></a><span class="lineno"><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea5955d9b9e4cdfcd1fccafde751f02488">   82</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="l00083"></a><span class="lineno">   83</span>&#160;    </div>
<div class="line"><a name="l00089"></a><span class="lineno"><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aeaeff412f2297e20cddb5659b943b58630">   89</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="l00090"></a><span class="lineno">   90</span>&#160;</div>
<div class="line"><a name="l00098"></a><span class="lineno"><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aeae1499468a7aa6f7b2059b7839c6003dd">   98</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="l00099"></a><span class="lineno">   99</span>&#160;</div>
<div class="line"><a name="l00107"></a><span class="lineno"><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea9be4161df4e6d12050d324787d6d2742">  107</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="l00108"></a><span class="lineno">  108</span>&#160;</div>
<div class="line"><a name="l00109"></a><span class="lineno">  109</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="l00110"></a><span class="lineno">  110</span>&#160;</div>
<div class="line"><a name="l00133"></a><span class="lineno">  133</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> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a></div>
<div class="line"><a name="l00134"></a><span class="lineno">  134</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 wchar_t if that is 16 bits wide; always assumed to be unsigned.">UChar</a>          *pattern,</div>
<div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;                    int32_t         patternLength,</div>
<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;                    uint32_t        flags,</div>
<div class="line"><a name="l00137"></a><span class="lineno">  137</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="l00138"></a><span class="lineno">  138</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="l00139"></a><span class="lineno">  139</span>&#160;                    </div>
<div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</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="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a></div>
<div class="line"><a name="l00164"></a><span class="lineno">  164</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="l00165"></a><span class="lineno">  165</span>&#160;                 uint32_t        flags,</div>
<div class="line"><a name="l00166"></a><span class="lineno">  166</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="l00167"></a><span class="lineno">  167</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="l00168"></a><span class="lineno">  168</span>&#160;    </div>
<div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;<span class="preprocessor">#if !UCONFIG_NO_CONVERSION</span></div>
<div class="line"><a name="l00193"></a><span class="lineno">  193</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> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a></div>
<div class="line"><a name="l00194"></a><span class="lineno">  194</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="l00195"></a><span class="lineno">  195</span>&#160;                    uint32_t        flags,</div>
<div class="line"><a name="l00196"></a><span class="lineno">  196</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="l00197"></a><span class="lineno">  197</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="l00198"></a><span class="lineno">  198</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00199"></a><span class="lineno">  199</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00200"></a><span class="lineno">  200</span>&#160;</div>
<div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160;</div>
<div class="line"><a name="l00209"></a><span class="lineno">  209</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> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00210"></a><span class="lineno">  210</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="l00211"></a><span class="lineno">  211</span>&#160;</div>
<div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;<span class="preprocessor">#if U_SHOW_CPLUSPLUS_API</span></div>
<div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00214"></a><span class="lineno">  214</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="l00215"></a><span class="lineno">  215</span>&#160;</div>
<div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;U_DEFINE_LOCAL_OPEN_POINTER(LocalURegularExpressionPointer, <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="l00226"></a><span class="lineno">  226</span>&#160;</div>
<div class="line"><a name="l00227"></a><span class="lineno">  227</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="l00228"></a><span class="lineno">  228</span>&#160;</div>
<div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00249"></a><span class="lineno">  249</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> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00250"></a><span class="lineno">  250</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="l00251"></a><span class="lineno">  251</span>&#160;</div>
<div class="line"><a name="l00269"></a><span class="lineno">  269</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 wchar_t if that is 16 bits wide; always assumed to be unsigned.">UChar</a> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00270"></a><span class="lineno">  270</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="l00271"></a><span class="lineno">  271</span>&#160;                     int32_t            *patLength,</div>
<div class="line"><a name="l00272"></a><span class="lineno">  272</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="l00273"></a><span class="lineno">  273</span>&#160;</div>
<div class="line"><a name="l00285"></a><span class="lineno">  285</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <a class="code" href="structUText.html" title="UText struct.">UText</a> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00286"></a><span class="lineno">  286</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="l00287"></a><span class="lineno">  287</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="l00288"></a><span class="lineno">  288</span>&#160;</div>
<div class="line"><a name="l00289"></a><span class="lineno">  289</span>&#160;</div>
<div class="line"><a name="l00298"></a><span class="lineno">  298</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 <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00299"></a><span class="lineno">  299</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="l00300"></a><span class="lineno">  300</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="l00301"></a><span class="lineno">  301</span>&#160;</div>
<div class="line"><a name="l00302"></a><span class="lineno">  302</span>&#160;</div>
<div class="line"><a name="l00323"></a><span class="lineno">  323</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> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00324"></a><span class="lineno">  324</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="l00325"></a><span class="lineno">  325</span>&#160;               <span class="keyword">const</span> <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.">UChar</a>        *text,</div>
<div class="line"><a name="l00326"></a><span class="lineno">  326</span>&#160;               int32_t             textLength,</div>
<div class="line"><a name="l00327"></a><span class="lineno">  327</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="l00328"></a><span class="lineno">  328</span>&#160;</div>
<div class="line"><a name="l00329"></a><span class="lineno">  329</span>&#160;</div>
<div class="line"><a name="l00346"></a><span class="lineno">  346</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <span class="keywordtype">void</span> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00347"></a><span class="lineno">  347</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="l00348"></a><span class="lineno">  348</span>&#160;                <a class="code" href="structUText.html" title="UText struct.">UText</a>              *text,</div>
<div class="line"><a name="l00349"></a><span class="lineno">  349</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="l00350"></a><span class="lineno">  350</span>&#160;</div>
<div class="line"><a name="l00371"></a><span class="lineno">  371</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 wchar_t if that is 16 bits wide; always assumed to be unsigned.">UChar</a> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00372"></a><span class="lineno">  372</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="l00373"></a><span class="lineno">  373</span>&#160;               int32_t            *textLength,</div>
<div class="line"><a name="l00374"></a><span class="lineno">  374</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="l00375"></a><span class="lineno">  375</span>&#160;               </div>
<div class="line"><a name="l00376"></a><span class="lineno">  376</span>&#160;               </div>
<div class="line"><a name="l00393"></a><span class="lineno">  393</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <a class="code" href="structUText.html" title="UText struct.">UText</a> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00394"></a><span class="lineno">  394</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="l00395"></a><span class="lineno">  395</span>&#160;                <a class="code" href="structUText.html" title="UText struct.">UText</a>              *dest,</div>
<div class="line"><a name="l00396"></a><span class="lineno">  396</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="l00397"></a><span class="lineno">  397</span>&#160;</div>
<div class="line"><a name="l00423"></a><span class="lineno">  423</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <span class="keywordtype">void</span> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00424"></a><span class="lineno">  424</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="l00425"></a><span class="lineno">  425</span>&#160;                    <a class="code" href="structUText.html" title="UText struct.">UText</a>              *text,</div>
<div class="line"><a name="l00426"></a><span class="lineno">  426</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="l00427"></a><span class="lineno">  427</span>&#160;</div>
<div class="line"><a name="l00448"></a><span class="lineno">  448</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> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00449"></a><span class="lineno">  449</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="l00450"></a><span class="lineno">  450</span>&#160;                int32_t            startIndex,</div>
<div class="line"><a name="l00451"></a><span class="lineno">  451</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="l00452"></a><span class="lineno">  452</span>&#160;</div>
<div class="line"><a name="l00474"></a><span class="lineno">  474</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00475"></a><span class="lineno">  475</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="l00476"></a><span class="lineno">  476</span>&#160;                 int64_t            startIndex,</div>
<div class="line"><a name="l00477"></a><span class="lineno">  477</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="l00478"></a><span class="lineno">  478</span>&#160;</div>
<div class="line"><a name="l00502"></a><span class="lineno">  502</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> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00503"></a><span class="lineno">  503</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="l00504"></a><span class="lineno">  504</span>&#160;                 int32_t             startIndex,</div>
<div class="line"><a name="l00505"></a><span class="lineno">  505</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="l00506"></a><span class="lineno">  506</span>&#160;</div>
<div class="line"><a name="l00531"></a><span class="lineno">  531</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00532"></a><span class="lineno">  532</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="l00533"></a><span class="lineno">  533</span>&#160;                   int64_t             startIndex,</div>
<div class="line"><a name="l00534"></a><span class="lineno">  534</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="l00535"></a><span class="lineno">  535</span>&#160;</div>
<div class="line"><a name="l00555"></a><span class="lineno">  555</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> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00556"></a><span class="lineno">  556</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="l00557"></a><span class="lineno">  557</span>&#160;            int32_t             startIndex, </div>
<div class="line"><a name="l00558"></a><span class="lineno">  558</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="l00559"></a><span class="lineno">  559</span>&#160;</div>
<div class="line"><a name="l00580"></a><span class="lineno">  580</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00581"></a><span class="lineno">  581</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="l00582"></a><span class="lineno">  582</span>&#160;              int64_t             startIndex, </div>
<div class="line"><a name="l00583"></a><span class="lineno">  583</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="l00584"></a><span class="lineno">  584</span>&#160;</div>
<div class="line"><a name="l00598"></a><span class="lineno">  598</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> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00599"></a><span class="lineno">  599</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="l00600"></a><span class="lineno">  600</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="l00601"></a><span class="lineno">  601</span>&#160;</div>
<div class="line"><a name="l00609"></a><span class="lineno">  609</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 <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00610"></a><span class="lineno">  610</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="l00611"></a><span class="lineno">  611</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="l00612"></a><span class="lineno">  612</span>&#160;</div>
<div class="line"><a name="l00629"></a><span class="lineno">  629</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 <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00630"></a><span class="lineno">  630</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="l00631"></a><span class="lineno">  631</span>&#160;             int32_t             groupNum,</div>
<div class="line"><a name="l00632"></a><span class="lineno">  632</span>&#160;             <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.">UChar</a>              *dest,</div>
<div class="line"><a name="l00633"></a><span class="lineno">  633</span>&#160;             int32_t             destCapacity,</div>
<div class="line"><a name="l00634"></a><span class="lineno">  634</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="l00635"></a><span class="lineno">  635</span>&#160;</div>
<div class="line"><a name="l00636"></a><span class="lineno">  636</span>&#160;</div>
<div class="line"><a name="l00659"></a><span class="lineno">  659</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <a class="code" href="structUText.html" title="UText struct.">UText</a> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00660"></a><span class="lineno">  660</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="l00661"></a><span class="lineno">  661</span>&#160;                  int32_t             groupNum,</div>
<div class="line"><a name="l00662"></a><span class="lineno">  662</span>&#160;                  <a class="code" href="structUText.html" title="UText struct.">UText</a>              *dest,</div>
<div class="line"><a name="l00663"></a><span class="lineno">  663</span>&#160;                  int64_t            *groupLength,</div>
<div class="line"><a name="l00664"></a><span class="lineno">  664</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="l00665"></a><span class="lineno">  665</span>&#160;</div>
<div class="line"><a name="l00666"></a><span class="lineno">  666</span>&#160;</div>
<div class="line"><a name="l00684"></a><span class="lineno">  684</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> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00685"></a><span class="lineno">  685</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="l00686"></a><span class="lineno">  686</span>&#160;                  int32_t             groupNum,</div>
<div class="line"><a name="l00687"></a><span class="lineno">  687</span>&#160;                  <a class="code" href="structUText.html" title="UText struct.">UText</a>              *dest,</div>
<div class="line"><a name="l00688"></a><span class="lineno">  688</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="l00689"></a><span class="lineno">  689</span>&#160;</div>
<div class="line"><a name="l00704"></a><span class="lineno">  704</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 <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00705"></a><span class="lineno">  705</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="l00706"></a><span class="lineno">  706</span>&#160;             int32_t             groupNum,</div>
<div class="line"><a name="l00707"></a><span class="lineno">  707</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="l00708"></a><span class="lineno">  708</span>&#160;</div>
<div class="line"><a name="l00724"></a><span class="lineno">  724</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> int64_t <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00725"></a><span class="lineno">  725</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="l00726"></a><span class="lineno">  726</span>&#160;               int32_t             groupNum,</div>
<div class="line"><a name="l00727"></a><span class="lineno">  727</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="l00728"></a><span class="lineno">  728</span>&#160;</div>
<div class="line"><a name="l00742"></a><span class="lineno">  742</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 <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00743"></a><span class="lineno">  743</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="l00744"></a><span class="lineno">  744</span>&#160;           int32_t               groupNum,</div>
<div class="line"><a name="l00745"></a><span class="lineno">  745</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="l00746"></a><span class="lineno">  746</span>&#160;</div>
<div class="line"><a name="l00761"></a><span class="lineno">  761</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> int64_t <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00762"></a><span class="lineno">  762</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="l00763"></a><span class="lineno">  763</span>&#160;             int32_t               groupNum,</div>
<div class="line"><a name="l00764"></a><span class="lineno">  764</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="l00765"></a><span class="lineno">  765</span>&#160;</div>
<div class="line"><a name="l00779"></a><span class="lineno">  779</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> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00780"></a><span class="lineno">  780</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="l00781"></a><span class="lineno">  781</span>&#160;             int32_t               index,</div>
<div class="line"><a name="l00782"></a><span class="lineno">  782</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="l00783"></a><span class="lineno">  783</span>&#160;             </div>
<div class="line"><a name="l00798"></a><span class="lineno">  798</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <span class="keywordtype">void</span> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00799"></a><span class="lineno">  799</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="l00800"></a><span class="lineno">  800</span>&#160;               int64_t               index,</div>
<div class="line"><a name="l00801"></a><span class="lineno">  801</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="l00802"></a><span class="lineno">  802</span>&#160;</div>
<div class="line"><a name="l00823"></a><span class="lineno">  823</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> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a></div>
<div class="line"><a name="l00824"></a><span class="lineno">  824</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="l00825"></a><span class="lineno">  825</span>&#160;                 int32_t               regionStart,</div>
<div class="line"><a name="l00826"></a><span class="lineno">  826</span>&#160;                 int32_t               regionLimit,</div>
<div class="line"><a name="l00827"></a><span class="lineno">  827</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="l00828"></a><span class="lineno">  828</span>&#160;</div>
<div class="line"><a name="l00850"></a><span class="lineno">  850</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <span class="keywordtype">void</span> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00851"></a><span class="lineno">  851</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="l00852"></a><span class="lineno">  852</span>&#160;                 int64_t               regionStart,</div>
<div class="line"><a name="l00853"></a><span class="lineno">  853</span>&#160;                 int64_t               regionLimit,</div>
<div class="line"><a name="l00854"></a><span class="lineno">  854</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="l00855"></a><span class="lineno">  855</span>&#160;</div>
<div class="line"><a name="l00870"></a><span class="lineno">  870</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <span class="keywordtype">void</span> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00871"></a><span class="lineno">  871</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="l00872"></a><span class="lineno">  872</span>&#160;                 int64_t               regionStart,</div>
<div class="line"><a name="l00873"></a><span class="lineno">  873</span>&#160;                 int64_t               regionLimit,</div>
<div class="line"><a name="l00874"></a><span class="lineno">  874</span>&#160;                 int64_t               startIndex,</div>
<div class="line"><a name="l00875"></a><span class="lineno">  875</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="l00876"></a><span class="lineno">  876</span>&#160;</div>
<div class="line"><a name="l00886"></a><span class="lineno">  886</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 <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a></div>
<div class="line"><a name="l00887"></a><span class="lineno">  887</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="l00888"></a><span class="lineno">  888</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="l00889"></a><span class="lineno">  889</span>&#160;</div>
<div class="line"><a name="l00900"></a><span class="lineno">  900</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> int64_t <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00901"></a><span class="lineno">  901</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="l00902"></a><span class="lineno">  902</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="l00903"></a><span class="lineno">  903</span>&#160;</div>
<div class="line"><a name="l00914"></a><span class="lineno">  914</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 <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a></div>
<div class="line"><a name="l00915"></a><span class="lineno">  915</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="l00916"></a><span class="lineno">  916</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="l00917"></a><span class="lineno">  917</span>&#160;</div>
<div class="line"><a name="l00929"></a><span class="lineno">  929</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> int64_t <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l00930"></a><span class="lineno">  930</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="l00931"></a><span class="lineno">  931</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="l00932"></a><span class="lineno">  932</span>&#160;</div>
<div class="line"><a name="l00943"></a><span class="lineno">  943</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> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a></div>
<div class="line"><a name="l00944"></a><span class="lineno">  944</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="l00945"></a><span class="lineno">  945</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="l00946"></a><span class="lineno">  946</span>&#160;</div>
<div class="line"><a name="l00947"></a><span class="lineno">  947</span>&#160;</div>
<div class="line"><a name="l00967"></a><span class="lineno">  967</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> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>  </div>
<div class="line"><a name="l00968"></a><span class="lineno">  968</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="l00969"></a><span class="lineno">  969</span>&#160;                            <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a>                b,</div>
<div class="line"><a name="l00970"></a><span class="lineno">  970</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="l00971"></a><span class="lineno">  971</span>&#160;</div>
<div class="line"><a name="l00972"></a><span class="lineno">  972</span>&#160;</div>
<div class="line"><a name="l00982"></a><span class="lineno">  982</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> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a></div>
<div class="line"><a name="l00983"></a><span class="lineno">  983</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="l00984"></a><span class="lineno">  984</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="l00985"></a><span class="lineno">  985</span>&#160;</div>
<div class="line"><a name="l00986"></a><span class="lineno">  986</span>&#160;</div>
<div class="line"><a name="l01000"></a><span class="lineno"> 1000</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> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a></div>
<div class="line"><a name="l01001"></a><span class="lineno"> 1001</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="l01002"></a><span class="lineno"> 1002</span>&#160;                          <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a>                 b,</div>
<div class="line"><a name="l01003"></a><span class="lineno"> 1003</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="l01004"></a><span class="lineno"> 1004</span>&#160;</div>
<div class="line"><a name="l01015"></a><span class="lineno"> 1015</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> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a></div>
<div class="line"><a name="l01016"></a><span class="lineno"> 1016</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="l01017"></a><span class="lineno"> 1017</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="l01018"></a><span class="lineno"> 1018</span>&#160;</div>
<div class="line"><a name="l01030"></a><span class="lineno"> 1030</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> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>   </div>
<div class="line"><a name="l01031"></a><span class="lineno"> 1031</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="l01032"></a><span class="lineno"> 1032</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="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="l01035"></a><span class="lineno"> 1035</span>&#160;</div>
<div class="line"><a name="l01036"></a><span class="lineno"> 1036</span>&#160;</div>
<div class="line"><a name="l01037"></a><span class="lineno"> 1037</span>&#160;</div>
<div class="line"><a name="l01062"></a><span class="lineno"> 1062</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 <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l01063"></a><span class="lineno"> 1063</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="l01064"></a><span class="lineno"> 1064</span>&#160;                  <span class="keyword">const</span> <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.">UChar</a>           *replacementText,</div>
<div class="line"><a name="l01065"></a><span class="lineno"> 1065</span>&#160;                  int32_t                replacementLength,</div>
<div class="line"><a name="l01066"></a><span class="lineno"> 1066</span>&#160;                  <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.">UChar</a>                 *destBuf,</div>
<div class="line"><a name="l01067"></a><span class="lineno"> 1067</span>&#160;                  int32_t                destCapacity,</div>
<div class="line"><a name="l01068"></a><span class="lineno"> 1068</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="l01069"></a><span class="lineno"> 1069</span>&#160;</div>
<div class="line"><a name="l01091"></a><span class="lineno"> 1091</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <a class="code" href="structUText.html" title="UText struct.">UText</a> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l01092"></a><span class="lineno"> 1092</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="l01093"></a><span class="lineno"> 1093</span>&#160;                       <a class="code" href="structUText.html" title="UText struct.">UText</a>              *replacement,</div>
<div class="line"><a name="l01094"></a><span class="lineno"> 1094</span>&#160;                       <a class="code" href="structUText.html" title="UText struct.">UText</a>              *dest,</div>
<div class="line"><a name="l01095"></a><span class="lineno"> 1095</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="l01096"></a><span class="lineno"> 1096</span>&#160;</div>
<div class="line"><a name="l01121"></a><span class="lineno"> 1121</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 <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l01122"></a><span class="lineno"> 1122</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="l01123"></a><span class="lineno"> 1123</span>&#160;                    <span class="keyword">const</span> <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.">UChar</a>         *replacementText,</div>
<div class="line"><a name="l01124"></a><span class="lineno"> 1124</span>&#160;                    int32_t              replacementLength,</div>
<div class="line"><a name="l01125"></a><span class="lineno"> 1125</span>&#160;                    <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.">UChar</a>               *destBuf,</div>
<div class="line"><a name="l01126"></a><span class="lineno"> 1126</span>&#160;                    int32_t              destCapacity,</div>
<div class="line"><a name="l01127"></a><span class="lineno"> 1127</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="l01128"></a><span class="lineno"> 1128</span>&#160;</div>
<div class="line"><a name="l01150"></a><span class="lineno"> 1150</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <a class="code" href="structUText.html" title="UText struct.">UText</a> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l01151"></a><span class="lineno"> 1151</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="l01152"></a><span class="lineno"> 1152</span>&#160;                         <a class="code" href="structUText.html" title="UText struct.">UText</a>              *replacement,</div>
<div class="line"><a name="l01153"></a><span class="lineno"> 1153</span>&#160;                         <a class="code" href="structUText.html" title="UText struct.">UText</a>              *dest,</div>
<div class="line"><a name="l01154"></a><span class="lineno"> 1154</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="l01155"></a><span class="lineno"> 1155</span>&#160;</div>
<div class="line"><a name="l01156"></a><span class="lineno"> 1156</span>&#160;</div>
<div class="line"><a name="l01203"></a><span class="lineno"> 1203</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 <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l01204"></a><span class="lineno"> 1204</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="l01205"></a><span class="lineno"> 1205</span>&#160;                         <span class="keyword">const</span> <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.">UChar</a>           *replacementText,</div>
<div class="line"><a name="l01206"></a><span class="lineno"> 1206</span>&#160;                         int32_t                replacementLength,</div>
<div class="line"><a name="l01207"></a><span class="lineno"> 1207</span>&#160;                         <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.">UChar</a>                **destBuf,</div>
<div class="line"><a name="l01208"></a><span class="lineno"> 1208</span>&#160;                         int32_t               *destCapacity,</div>
<div class="line"><a name="l01209"></a><span class="lineno"> 1209</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="l01210"></a><span class="lineno"> 1210</span>&#160;</div>
<div class="line"><a name="l01211"></a><span class="lineno"> 1211</span>&#160;</div>
<div class="line"><a name="l01234"></a><span class="lineno"> 1234</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <span class="keywordtype">void</span> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l01235"></a><span class="lineno"> 1235</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="l01236"></a><span class="lineno"> 1236</span>&#160;                              <a class="code" href="structUText.html" title="UText struct.">UText</a>                 *replacementText,</div>
<div class="line"><a name="l01237"></a><span class="lineno"> 1237</span>&#160;                              <a class="code" href="structUText.html" title="UText struct.">UText</a>                 *dest,</div>
<div class="line"><a name="l01238"></a><span class="lineno"> 1238</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="l01239"></a><span class="lineno"> 1239</span>&#160;</div>
<div class="line"><a name="l01240"></a><span class="lineno"> 1240</span>&#160;</div>
<div class="line"><a name="l01265"></a><span class="lineno"> 1265</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 <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l01266"></a><span class="lineno"> 1266</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="l01267"></a><span class="lineno"> 1267</span>&#160;                  <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.">UChar</a>                **destBuf,</div>
<div class="line"><a name="l01268"></a><span class="lineno"> 1268</span>&#160;                  int32_t               *destCapacity,</div>
<div class="line"><a name="l01269"></a><span class="lineno"> 1269</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="l01270"></a><span class="lineno"> 1270</span>&#160;                  </div>
<div class="line"><a name="l01271"></a><span class="lineno"> 1271</span>&#160;</div>
<div class="line"><a name="l01290"></a><span class="lineno"> 1290</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <a class="code" href="structUText.html" title="UText struct.">UText</a> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l01291"></a><span class="lineno"> 1291</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="l01292"></a><span class="lineno"> 1292</span>&#160;                       <a class="code" href="structUText.html" title="UText struct.">UText</a>                 *dest,</div>
<div class="line"><a name="l01293"></a><span class="lineno"> 1293</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="l01294"></a><span class="lineno"> 1294</span>&#160;</div>
<div class="line"><a name="l01295"></a><span class="lineno"> 1295</span>&#160;</div>
<div class="line"><a name="l01296"></a><span class="lineno"> 1296</span>&#160;</div>
<div class="line"><a name="l01348"></a><span class="lineno"> 1348</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 <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l01349"></a><span class="lineno"> 1349</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="l01350"></a><span class="lineno"> 1350</span>&#160;                  <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.">UChar</a>                 *destBuf,</div>
<div class="line"><a name="l01351"></a><span class="lineno"> 1351</span>&#160;                  int32_t                destCapacity,</div>
<div class="line"><a name="l01352"></a><span class="lineno"> 1352</span>&#160;                  int32_t               *requiredCapacity,</div>
<div class="line"><a name="l01353"></a><span class="lineno"> 1353</span>&#160;                  <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.">UChar</a>                 *destFields[],</div>
<div class="line"><a name="l01354"></a><span class="lineno"> 1354</span>&#160;                  int32_t                destFieldsCapacity,</div>
<div class="line"><a name="l01355"></a><span class="lineno"> 1355</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="l01356"></a><span class="lineno"> 1356</span>&#160;</div>
<div class="line"><a name="l01357"></a><span class="lineno"> 1357</span>&#160;</div>
<div class="line"><a name="l01384"></a><span class="lineno"> 1384</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> int32_t <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> </div>
<div class="line"><a name="l01385"></a><span class="lineno"> 1385</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="l01386"></a><span class="lineno"> 1386</span>&#160;                  <a class="code" href="structUText.html" title="UText struct.">UText</a>                 *destFields[],</div>
<div class="line"><a name="l01387"></a><span class="lineno"> 1387</span>&#160;                  int32_t                destFieldsCapacity,</div>
<div class="line"><a name="l01388"></a><span class="lineno"> 1388</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="l01389"></a><span class="lineno"> 1389</span>&#160;</div>
<div class="line"><a name="l01390"></a><span class="lineno"> 1390</span>&#160;</div>
<div class="line"><a name="l01391"></a><span class="lineno"> 1391</span>&#160;</div>
<div class="line"><a name="l01392"></a><span class="lineno"> 1392</span>&#160;</div>
<div class="line"><a name="l01415"></a><span class="lineno"> 1415</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> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a></div>
<div class="line"><a name="l01416"></a><span class="lineno"> 1416</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="l01417"></a><span class="lineno"> 1417</span>&#160;                    int32_t                  limit,</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="l01429"></a><span class="lineno"> 1429</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 <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a></div>
<div class="line"><a name="l01430"></a><span class="lineno"> 1430</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="l01431"></a><span class="lineno"> 1431</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="l01432"></a><span class="lineno"> 1432</span>&#160;</div>
<div class="line"><a name="l01453"></a><span class="lineno"> 1453</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> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a></div>
<div class="line"><a name="l01454"></a><span class="lineno"> 1454</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="l01455"></a><span class="lineno"> 1455</span>&#160;                     int32_t                  limit,</div>
<div class="line"><a name="l01456"></a><span class="lineno"> 1456</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="l01457"></a><span class="lineno"> 1457</span>&#160;</div>
<div class="line"><a name="l01465"></a><span class="lineno"> 1465</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 <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a></div>
<div class="line"><a name="l01466"></a><span class="lineno"> 1466</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="l01467"></a><span class="lineno"> 1467</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="l01468"></a><span class="lineno"> 1468</span>&#160;</div>
<div class="line"><a name="l01469"></a><span class="lineno"> 1469</span>&#160;</div>
<div class="line"><a name="l01488"></a><span class="lineno"> 1488</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="l01489"></a><span class="lineno"><a class="code" href="uregex_8h.html#a0a86299b51ab447fdefa00f6763b44bb"> 1489</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="utypes_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="l01490"></a><span class="lineno"> 1490</span>&#160;                   <span class="keyword">const</span> <span class="keywordtype">void</span> *context,</div>
<div class="line"><a name="l01491"></a><span class="lineno"> 1491</span>&#160;                   int32_t     steps);</div>
<div class="line"><a name="l01492"></a><span class="lineno"> 1492</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="l01493"></a><span class="lineno"> 1493</span>&#160;</div>
<div class="line"><a name="l01508"></a><span class="lineno"> 1508</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> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a></div>
<div class="line"><a name="l01509"></a><span class="lineno"> 1509</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="l01510"></a><span class="lineno"> 1510</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="l01511"></a><span class="lineno"> 1511</span>&#160;                        <span class="keyword">const</span> <span class="keywordtype">void</span>              *context,</div>
<div class="line"><a name="l01512"></a><span class="lineno"> 1512</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="l01513"></a><span class="lineno"> 1513</span>&#160;</div>
<div class="line"><a name="l01514"></a><span class="lineno"> 1514</span>&#160;</div>
<div class="line"><a name="l01526"></a><span class="lineno"> 1526</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> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a></div>
<div class="line"><a name="l01527"></a><span class="lineno"> 1527</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="l01528"></a><span class="lineno"> 1528</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="l01529"></a><span class="lineno"> 1529</span>&#160;                        <span class="keyword">const</span> <span class="keywordtype">void</span>                 **context,</div>
<div class="line"><a name="l01530"></a><span class="lineno"> 1530</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="l01531"></a><span class="lineno"> 1531</span>&#160;</div>
<div class="line"><a name="l01532"></a><span class="lineno"> 1532</span>&#160;</div>
<div class="line"><a name="l01563"></a><span class="lineno"> 1563</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="l01564"></a><span class="lineno"><a class="code" href="uregex_8h.html#a05a1a31454add644cd2f023b7e4366c3"> 1564</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="utypes_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="l01565"></a><span class="lineno"> 1565</span>&#160;                   <span class="keyword">const</span> <span class="keywordtype">void</span> *context,</div>
<div class="line"><a name="l01566"></a><span class="lineno"> 1566</span>&#160;                   int64_t     matchIndex);</div>
<div class="line"><a name="l01567"></a><span class="lineno"> 1567</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="l01568"></a><span class="lineno"> 1568</span>&#160;</div>
<div class="line"><a name="l01580"></a><span class="lineno"> 1580</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <span class="keywordtype">void</span> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a></div>
<div class="line"><a name="l01581"></a><span class="lineno"> 1581</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="l01582"></a><span class="lineno"> 1582</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="l01583"></a><span class="lineno"> 1583</span>&#160;                                <span class="keyword">const</span> <span class="keywordtype">void</span>                      *context,</div>
<div class="line"><a name="l01584"></a><span class="lineno"> 1584</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="l01585"></a><span class="lineno"> 1585</span>&#160;</div>
<div class="line"><a name="l01586"></a><span class="lineno"> 1586</span>&#160;</div>
<div class="line"><a name="l01598"></a><span class="lineno"> 1598</span>&#160;<a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <span class="keywordtype">void</span> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a></div>
<div class="line"><a name="l01599"></a><span class="lineno"> 1599</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="l01600"></a><span class="lineno"> 1600</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="l01601"></a><span class="lineno"> 1601</span>&#160;                                <span class="keyword">const</span> <span class="keywordtype">void</span>                        **context,</div>
<div class="line"><a name="l01602"></a><span class="lineno"> 1602</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="l01603"></a><span class="lineno"> 1603</span>&#160;</div>
<div class="line"><a name="l01604"></a><span class="lineno"> 1604</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="l01605"></a><span class="lineno"> 1605</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 by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.1.1
</small></address>
</body>
</html>