Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > by-pkgid > f51238514e2abe817779ad2fe01b0759 > files > 757

icu-doc-4.4-2.1mdv2010.2.i586.rpm

<!-- This comment will put IE 6, 7 and 8 in quirks mode -->
<!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"/>
<title>ICU 4.4: uregex.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javaScript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body onload='searchBox.OnSelectItem(0);'>
<!-- Generated by Doxygen 1.6.1 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <img id="MSearchSelect" src="search/search.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)"/>
        <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
        </div>
      </li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<h1>uregex.h</h1><a href="uregex_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment">**********************************************************************</span>
<a name="l00003"></a>00003 <span class="comment">*   Copyright (C) 2004-2010, International Business Machines</span>
<a name="l00004"></a>00004 <span class="comment">*   Corporation and others.  All Rights Reserved.</span>
<a name="l00005"></a>00005 <span class="comment">**********************************************************************</span>
<a name="l00006"></a>00006 <span class="comment">*   file name:  uregex.h</span>
<a name="l00007"></a>00007 <span class="comment">*   encoding:   US-ASCII</span>
<a name="l00008"></a>00008 <span class="comment">*   indentation:4</span>
<a name="l00009"></a>00009 <span class="comment">*</span>
<a name="l00010"></a>00010 <span class="comment">*   created on: 2004mar09</span>
<a name="l00011"></a>00011 <span class="comment">*   created by: Andy Heninger</span>
<a name="l00012"></a>00012 <span class="comment">*</span>
<a name="l00013"></a>00013 <span class="comment">*   ICU Regular Expressions, API for C</span>
<a name="l00014"></a>00014 <span class="comment">*/</span>
<a name="l00015"></a>00015 
<a name="l00023"></a>00023 <span class="preprocessor">#ifndef UREGEX_H</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span><span class="preprocessor">#define UREGEX_H</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span>
<a name="l00026"></a>00026 <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>
<a name="l00027"></a>00027 <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>
<a name="l00028"></a>00028 
<a name="l00029"></a>00029 <span class="preprocessor">#if !UCONFIG_NO_REGULAR_EXPRESSIONS</span>
<a name="l00030"></a>00030 <span class="preprocessor"></span>
<a name="l00031"></a>00031 <span class="preprocessor">#include &quot;<a class="code" href="localpointer_8h.html" title="C++ API: &amp;quot;Smart pointers&amp;quot; for use with and in ICU4C C++ code.">unicode/localpointer.h</a>&quot;</span>
<a name="l00032"></a>00032 <span class="preprocessor">#include &quot;<a class="code" href="parseerr_8h.html" title="C API: Parse Error Information.">unicode/parseerr.h</a>&quot;</span>
<a name="l00033"></a>00033 
<a name="l00034"></a>00034 <span class="keyword">struct </span><a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular rexpression, plus the results of a match...">URegularExpression</a>;
<a name="l00040"></a><a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500">00040</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular rexpression, plus the results of a match...">URegularExpression</a> <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular rexpression, plus the results of a match...">URegularExpression</a>;
<a name="l00041"></a>00041 
<a name="l00042"></a>00042 
<a name="l00047"></a><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529ae">00047</a> <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>{
<a name="l00048"></a>00048 
<a name="l00049"></a>00049 <span class="preprocessor">#ifndef U_HIDE_DRAFT_API </span>
<a name="l00050"></a>00050 <span class="preprocessor"></span>
<a name="l00053"></a><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea95ee02c73b45843f44d316c913826b79">00053</a>     <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea95ee02c73b45843f44d316c913826b79" title="Forces normalization of pattern and strings.">UREGEX_CANON_EQ</a>         = 128,
<a name="l00054"></a>00054 <span class="preprocessor">#endif</span>
<a name="l00055"></a>00055 <span class="preprocessor"></span>
<a name="l00056"></a><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea909d2ed2c61e34cb62dc13e29f6923ec">00056</a>     <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea909d2ed2c61e34cb62dc13e29f6923ec" title="Enable case insensitive matching.">UREGEX_CASE_INSENSITIVE</a> = 2,
<a name="l00057"></a>00057 
<a name="l00059"></a><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea2f3e059e7b90f4bc9574740e89a7b0f1">00059</a>     <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea2f3e059e7b90f4bc9574740e89a7b0f1" title="Allow white space and comments within patterns.">UREGEX_COMMENTS</a>         = 4,
<a name="l00060"></a>00060 
<a name="l00063"></a><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea0220d4e90a67e1cdd6c1c02ecc8189f3">00063</a>     <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea0220d4e90a67e1cdd6c1c02ecc8189f3" title="If set, &amp;#39;.">UREGEX_DOTALL</a>           = 32,
<a name="l00064"></a>00064     
<a name="l00076"></a><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea66d6ba18582a24bf3e4056e687ea58cd">00076</a>     <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea66d6ba18582a24bf3e4056e687ea58cd" title="If set, treat the entire pattern as a literal string.">UREGEX_LITERAL</a> = 16,
<a name="l00077"></a>00077 
<a name="l00082"></a><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea5955d9b9e4cdfcd1fccafde751f02488">00082</a>     <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea5955d9b9e4cdfcd1fccafde751f02488" title="Control behavior of &amp;quot;$&amp;quot; and &amp;quot;^&amp;quot; If set, recognize line terminators...">UREGEX_MULTILINE</a>        = 8,
<a name="l00083"></a>00083     
<a name="l00089"></a><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aeaeff412f2297e20cddb5659b943b58630">00089</a>     <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aeaeff412f2297e20cddb5659b943b58630" title="Unix-only line endings.">UREGEX_UNIX_LINES</a> = 1,
<a name="l00090"></a>00090 
<a name="l00098"></a><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aeae1499468a7aa6f7b2059b7839c6003dd">00098</a>     <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aeae1499468a7aa6f7b2059b7839c6003dd" title="Unicode word boundaries.">UREGEX_UWORD</a>            = 256,
<a name="l00099"></a>00099 
<a name="l00107"></a><a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea9be4161df4e6d12050d324787d6d2742">00107</a>      <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529aea9be4161df4e6d12050d324787d6d2742" title="Error on Unrecognized backslash escapes.">UREGEX_ERROR_ON_UNKNOWN_ESCAPES</a> = 512
<a name="l00108"></a>00108 
<a name="l00109"></a>00109 }  <a class="code" href="uregex_8h.html#a874989dfec4cbeb6baf4d1a51cb529ae" title="Constants for Regular Expression Match Modes.">URegexpFlag</a>;
<a name="l00110"></a>00110 
<a name="l00133"></a>00133 <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 rexpression, plus the results of a match...">URegularExpression</a> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00134"></a>00134 <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,
<a name="l00135"></a>00135                     int32_t         patternLength,
<a name="l00136"></a>00136                     uint32_t        flags,
<a name="l00137"></a>00137                     <a class="code" href="structUParseError.html" title="A UParseError struct is used to returned detailed information about parsing errors...">UParseError</a>    *pe,
<a name="l00138"></a>00138                     <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>     *status);
<a name="l00139"></a>00139                     
<a name="l00163"></a>00163 <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="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular rexpression, plus the results of a match...">URegularExpression</a> *  <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00164"></a>00164 <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,
<a name="l00165"></a>00165                  uint32_t        flags,
<a name="l00166"></a>00166                  <a class="code" href="structUParseError.html" title="A UParseError struct is used to returned detailed information about parsing errors...">UParseError</a>    *pe,
<a name="l00167"></a>00167                  <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>     *status);
<a name="l00168"></a>00168     
<a name="l00192"></a>00192 <span class="preprocessor">#if !UCONFIG_NO_CONVERSION</span>
<a name="l00193"></a>00193 <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 rexpression, plus the results of a match...">URegularExpression</a> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00194"></a>00194 <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,
<a name="l00195"></a>00195                     uint32_t        flags,
<a name="l00196"></a>00196                     <a class="code" href="structUParseError.html" title="A UParseError struct is used to returned detailed information about parsing errors...">UParseError</a>    *pe,
<a name="l00197"></a>00197                     <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>     *status);
<a name="l00198"></a>00198 <span class="preprocessor">#endif</span>
<a name="l00199"></a>00199 <span class="preprocessor"></span>
<a name="l00200"></a>00200 
<a name="l00201"></a>00201 
<a name="l00209"></a>00209 <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> 
<a name="l00210"></a>00210 <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 rexpression, plus the results of a match...">URegularExpression</a> *regexp);
<a name="l00211"></a>00211 
<a name="l00212"></a>00212 <span class="preprocessor">#if U_SHOW_CPLUSPLUS_API</span>
<a name="l00213"></a>00213 <span class="preprocessor"></span>
<a name="l00214"></a>00214 <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>
<a name="l00215"></a>00215 
<a name="l00225"></a>00225 U_DEFINE_LOCAL_OPEN_POINTER(LocalURegularExpressionPointer, <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular rexpression, plus the results of a match...">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>);
<a name="l00226"></a>00226 
<a name="l00227"></a>00227 <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>
<a name="l00228"></a>00228 
<a name="l00229"></a>00229 <span class="preprocessor">#endif</span>
<a name="l00230"></a>00230 <span class="preprocessor"></span>
<a name="l00249"></a>00249 <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 rexpression, plus the results of a match...">URegularExpression</a> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00250"></a>00250 <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 rexpression, plus the results of a match...">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...">UErrorCode</a> *status);
<a name="l00251"></a>00251 
<a name="l00269"></a>00269 <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> 
<a name="l00270"></a>00270 <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 rexpression, plus the results of a match...">URegularExpression</a> *regexp,
<a name="l00271"></a>00271                      int32_t            *patLength,
<a name="l00272"></a>00272                      <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>         *status);
<a name="l00273"></a>00273 
<a name="l00285"></a>00285 <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> 
<a name="l00286"></a>00286 <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 rexpression, plus the results of a match...">URegularExpression</a> *regexp,
<a name="l00287"></a>00287                           <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>         *status);
<a name="l00288"></a>00288 
<a name="l00289"></a>00289 
<a name="l00298"></a>00298 <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> 
<a name="l00299"></a>00299 <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 rexpression, plus the results of a match...">URegularExpression</a>   *regexp,
<a name="l00300"></a>00300                     <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>           *status);
<a name="l00301"></a>00301 
<a name="l00302"></a>00302 
<a name="l00323"></a>00323 <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> 
<a name="l00324"></a>00324 <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 rexpression, plus the results of a match...">URegularExpression</a> *regexp,
<a name="l00325"></a>00325                <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,
<a name="l00326"></a>00326                int32_t             textLength,
<a name="l00327"></a>00327                <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>         *status);
<a name="l00328"></a>00328 
<a name="l00329"></a>00329 
<a name="l00346"></a>00346 <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> <span class="keywordtype">void</span> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00347"></a>00347 <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 rexpression, plus the results of a match...">URegularExpression</a> *regexp,
<a name="l00348"></a>00348                 <a class="code" href="structUText.html" title="UText struct.">UText</a>              *text,
<a name="l00349"></a>00349                 <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>         *status);
<a name="l00350"></a>00350 
<a name="l00371"></a>00371 <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> 
<a name="l00372"></a>00372 <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 rexpression, plus the results of a match...">URegularExpression</a> *regexp,
<a name="l00373"></a>00373                int32_t            *textLength,
<a name="l00374"></a>00374                <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>         *status);
<a name="l00375"></a>00375                
<a name="l00376"></a>00376                
<a name="l00393"></a>00393 <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> 
<a name="l00394"></a>00394 <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 rexpression, plus the results of a match...">URegularExpression</a> *regexp,
<a name="l00395"></a>00395                 <a class="code" href="structUText.html" title="UText struct.">UText</a>              *dest,
<a name="l00396"></a>00396                 <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>         *status);
<a name="l00397"></a>00397 
<a name="l00418"></a>00418 <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> 
<a name="l00419"></a>00419 <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 rexpression, plus the results of a match...">URegularExpression</a> *regexp,
<a name="l00420"></a>00420                 int32_t            startIndex,
<a name="l00421"></a>00421                 <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>        *status);
<a name="l00422"></a>00422 
<a name="l00446"></a>00446 <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> 
<a name="l00447"></a>00447 <a class="code" href="uregex_8h.html#a52c90b073f572a7dd1052c7785a81b79" title="Attempts to match the input string, starting from the specified index, against the...">uregex_lookingAt</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular rexpression, plus the results of a match...">URegularExpression</a> *regexp,
<a name="l00448"></a>00448                  int32_t             startIndex,
<a name="l00449"></a>00449                  <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>         *status);
<a name="l00450"></a>00450 
<a name="l00470"></a>00470 <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> 
<a name="l00471"></a>00471 <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 rexpression, plus the results of a match...">URegularExpression</a> *regexp,
<a name="l00472"></a>00472             int32_t             startIndex, 
<a name="l00473"></a>00473             <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>         *status);
<a name="l00474"></a>00474 
<a name="l00488"></a>00488 <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> 
<a name="l00489"></a>00489 <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 rexpression, plus the results of a match...">URegularExpression</a> *regexp,
<a name="l00490"></a>00490                 <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>         *status);
<a name="l00491"></a>00491 
<a name="l00499"></a>00499 <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> 
<a name="l00500"></a>00500 <a class="code" href="uregex_8h.html#ad6ff01458e9d10ad9a66c980e9c1dfd8" title="Get the number of capturing groups in this regular expression&amp;#39;s pattern.">uregex_groupCount</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular rexpression, plus the results of a match...">URegularExpression</a> *regexp,
<a name="l00501"></a>00501                   <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>         *status);
<a name="l00502"></a>00502 
<a name="l00519"></a>00519 <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> 
<a name="l00520"></a>00520 <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 rexpression, plus the results of a match...">URegularExpression</a> *regexp,
<a name="l00521"></a>00521              int32_t             groupNum,
<a name="l00522"></a>00522              <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,
<a name="l00523"></a>00523              int32_t             destCapacity,
<a name="l00524"></a>00524              <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>          *status);
<a name="l00525"></a>00525 
<a name="l00543"></a>00543 <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> 
<a name="l00544"></a>00544 <a class="code" href="uregex_8h.html#afe433a5bb4c5bf6e87445290a4cc61aa" title="Extract the string for the specified matching expression or subexpression.">uregex_groupUText</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular rexpression, plus the results of a match...">URegularExpression</a> *regexp,
<a name="l00545"></a>00545                   int32_t             groupNum,
<a name="l00546"></a>00546                   <a class="code" href="structUText.html" title="UText struct.">UText</a>              *dest,
<a name="l00547"></a>00547                   <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>         *status);
<a name="l00548"></a>00548 
<a name="l00549"></a>00549 
<a name="l00564"></a>00564 <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> 
<a name="l00565"></a>00565 <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...">uregex_start</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular rexpression, plus the results of a match...">URegularExpression</a> *regexp,
<a name="l00566"></a>00566              int32_t             groupNum,
<a name="l00567"></a>00567              <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>          *status);
<a name="l00568"></a>00568 
<a name="l00582"></a>00582 <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> 
<a name="l00583"></a>00583 <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...">uregex_end</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular rexpression, plus the results of a match...">URegularExpression</a>   *regexp,
<a name="l00584"></a>00584            int32_t               groupNum,
<a name="l00585"></a>00585            <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>           *status);
<a name="l00586"></a>00586 
<a name="l00600"></a>00600 <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> 
<a name="l00601"></a>00601 <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 rexpression, plus the results of a match...">URegularExpression</a>    *regexp,
<a name="l00602"></a>00602              int32_t               index,
<a name="l00603"></a>00603              <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>            *status);
<a name="l00604"></a>00604              
<a name="l00605"></a>00605              
<a name="l00625"></a>00625 <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>
<a name="l00626"></a>00626 <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 rexpression, plus the results of a match...">URegularExpression</a>   *regexp,
<a name="l00627"></a>00627                  int32_t               regionStart,
<a name="l00628"></a>00628                  int32_t               regionLimit,
<a name="l00629"></a>00629                  <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>           *status);
<a name="l00630"></a>00630 
<a name="l00640"></a>00640 <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>
<a name="l00641"></a>00641 <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 rexpression, plus the results of a match...">URegularExpression</a>   *regexp,
<a name="l00642"></a>00642                           <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>           *status);
<a name="l00643"></a>00643 
<a name="l00644"></a>00644 
<a name="l00645"></a>00645 
<a name="l00656"></a>00656 <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>
<a name="l00657"></a>00657 <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 rexpression, plus the results of a match...">URegularExpression</a>   *regexp,
<a name="l00658"></a>00658                         <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>           *status);
<a name="l00659"></a>00659 
<a name="l00670"></a>00670 <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>
<a name="l00671"></a>00671 <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 rexpression, plus the results of a match...">URegularExpression</a>   *regexp,
<a name="l00672"></a>00672                                    <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>           *status);
<a name="l00673"></a>00673 
<a name="l00674"></a>00674 
<a name="l00694"></a>00694 <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>  
<a name="l00695"></a>00695 <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 rexpression, plus the results of a match...">URegularExpression</a>   *regexp, 
<a name="l00696"></a>00696                             <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a>                b,
<a name="l00697"></a>00697                             <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>           *status);
<a name="l00698"></a>00698 
<a name="l00699"></a>00699 
<a name="l00709"></a>00709 <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>
<a name="l00710"></a>00710 <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 rexpression, plus the results of a match...">URegularExpression</a>   *regexp,
<a name="l00711"></a>00711                                  <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>           *status);
<a name="l00712"></a>00712 
<a name="l00713"></a>00713 
<a name="l00727"></a>00727 <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>
<a name="l00728"></a>00728 <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 rexpression, plus the results of a match...">URegularExpression</a>   *regexp,
<a name="l00729"></a>00729                           <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a>                 b,
<a name="l00730"></a>00730                           <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>           *status);
<a name="l00731"></a>00731 
<a name="l00742"></a>00742 <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>
<a name="l00743"></a>00743 <a class="code" href="uregex_8h.html#a8c42663071cf14355d6affa8f0a706f4" title="Return TRUE if the most recent matching operation touched the end of the text being...">uregex_hitEnd</a>(<span class="keyword">const</span>  <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular rexpression, plus the results of a match...">URegularExpression</a>   *regexp,
<a name="l00744"></a>00744                      <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>           *status);
<a name="l00745"></a>00745 
<a name="l00757"></a>00757 <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>   
<a name="l00758"></a>00758 <a class="code" href="uregex_8h.html#a6a30c706768ccbbeb6db34f2a94400f1" title="Return TRUE the most recent match succeeded and additional input could cause it to...">uregex_requireEnd</a>(<span class="keyword">const</span>  <a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular rexpression, plus the results of a match...">URegularExpression</a>   *regexp,
<a name="l00759"></a>00759                          <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>           *status);
<a name="l00760"></a>00760 
<a name="l00761"></a>00761 
<a name="l00762"></a>00762 
<a name="l00763"></a>00763 
<a name="l00764"></a>00764 
<a name="l00789"></a>00789 <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> 
<a name="l00790"></a>00790 <a class="code" href="uregex_8h.html#a46252f42e1d2376af1927bf9b67cd530" title="Replaces every substring of the input that matches the pattern with the given replacement...">uregex_replaceAll</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular rexpression, plus the results of a match...">URegularExpression</a>    *regexp,
<a name="l00791"></a>00791                   <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,
<a name="l00792"></a>00792                   int32_t                replacementLength,
<a name="l00793"></a>00793                   <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,
<a name="l00794"></a>00794                   int32_t                destCapacity,
<a name="l00795"></a>00795                   <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>            *status);
<a name="l00796"></a>00796 
<a name="l00818"></a>00818 <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> 
<a name="l00819"></a>00819 <a class="code" href="uregex_8h.html#aec7ce5b56c3e33fca1a4f8c53a5b83cb" title="Replaces every substring of the input that matches the pattern with the given replacement...">uregex_replaceAllUText</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular rexpression, plus the results of a match...">URegularExpression</a> *regexp,
<a name="l00820"></a>00820                        <a class="code" href="structUText.html" title="UText struct.">UText</a>              *replacement,
<a name="l00821"></a>00821                        <a class="code" href="structUText.html" title="UText struct.">UText</a>              *dest,
<a name="l00822"></a>00822                        <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>         *status);
<a name="l00823"></a>00823 
<a name="l00848"></a>00848 <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> 
<a name="l00849"></a>00849 <a class="code" href="uregex_8h.html#a1d5bc74b5e00b183ad20e06927d72e9e" title="Replaces the first substring of the input that matches the pattern with the given...">uregex_replaceFirst</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular rexpression, plus the results of a match...">URegularExpression</a>  *regexp,
<a name="l00850"></a>00850                     <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,
<a name="l00851"></a>00851                     int32_t              replacementLength,
<a name="l00852"></a>00852                     <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,
<a name="l00853"></a>00853                     int32_t              destCapacity,
<a name="l00854"></a>00854                     <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>          *status);
<a name="l00855"></a>00855 
<a name="l00877"></a>00877 <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> 
<a name="l00878"></a>00878 <a class="code" href="uregex_8h.html#a9ef5f34d220eb6c149886a58e996e5c5" title="Replaces the first substring of the input that matches the pattern with the given...">uregex_replaceFirstUText</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular rexpression, plus the results of a match...">URegularExpression</a> *regexp,
<a name="l00879"></a>00879                          <a class="code" href="structUText.html" title="UText struct.">UText</a>              *replacement,
<a name="l00880"></a>00880                          <a class="code" href="structUText.html" title="UText struct.">UText</a>              *dest,
<a name="l00881"></a>00881                          <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>         *status);
<a name="l00882"></a>00882 
<a name="l00883"></a>00883 
<a name="l00930"></a>00930 <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> 
<a name="l00931"></a>00931 <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 rexpression, plus the results of a match...">URegularExpression</a>    *regexp,
<a name="l00932"></a>00932                          <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,
<a name="l00933"></a>00933                          int32_t                replacementLength,
<a name="l00934"></a>00934                          <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,
<a name="l00935"></a>00935                          int32_t               *destCapacity,
<a name="l00936"></a>00936                          <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>            *status);
<a name="l00937"></a>00937 
<a name="l00938"></a>00938 
<a name="l00961"></a>00961 <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> <span class="keywordtype">void</span> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00962"></a>00962 <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 rexpression, plus the results of a match...">URegularExpression</a>    *regexp,
<a name="l00963"></a>00963                               <a class="code" href="structUText.html" title="UText struct.">UText</a>                 *replacementText,
<a name="l00964"></a>00964                               <a class="code" href="structUText.html" title="UText struct.">UText</a>                 *dest,
<a name="l00965"></a>00965                               <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>            *status);
<a name="l00966"></a>00966 
<a name="l00967"></a>00967 
<a name="l00992"></a>00992 <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> 
<a name="l00993"></a>00993 <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...">uregex_appendTail</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular rexpression, plus the results of a match...">URegularExpression</a>    *regexp,
<a name="l00994"></a>00994                   <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,
<a name="l00995"></a>00995                   int32_t               *destCapacity,
<a name="l00996"></a>00996                   <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>            *status);
<a name="l00997"></a>00997                   
<a name="l00998"></a>00998 
<a name="l01014"></a>01014 <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> 
<a name="l01015"></a>01015 <a class="code" href="uregex_8h.html#aceeec1b43fc7634ebe98b67013a6d76c" title="As the final step in a find-and-replace operation, append the remainder of the input...">uregex_appendTailUText</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular rexpression, plus the results of a match...">URegularExpression</a>    *regexp,
<a name="l01016"></a>01016                        <a class="code" href="structUText.html" title="UText struct.">UText</a>                 *dest);
<a name="l01017"></a>01017 
<a name="l01018"></a>01018 
<a name="l01019"></a>01019 
<a name="l01074"></a>01074 <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> 
<a name="l01075"></a>01075 <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 rexpression, plus the results of a match...">URegularExpression</a>      *regexp,
<a name="l01076"></a>01076                   <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,
<a name="l01077"></a>01077                   int32_t                destCapacity,
<a name="l01078"></a>01078                   int32_t               *requiredCapacity,
<a name="l01079"></a>01079                   <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[],
<a name="l01080"></a>01080                   int32_t                destFieldsCapacity,
<a name="l01081"></a>01081                   <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>            *status);
<a name="l01082"></a>01082 
<a name="l01083"></a>01083 
<a name="l01110"></a>01110 <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> int32_t <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l01111"></a>01111 <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 rexpression, plus the results of a match...">URegularExpression</a>    *regexp,
<a name="l01112"></a>01112                   <a class="code" href="structUText.html" title="UText struct.">UText</a>                 *destFields[],
<a name="l01113"></a>01113                   int32_t                destFieldsCapacity,
<a name="l01114"></a>01114                   <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>            *status);
<a name="l01115"></a>01115 
<a name="l01116"></a>01116 
<a name="l01117"></a>01117 
<a name="l01118"></a>01118 
<a name="l01141"></a>01141 <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>
<a name="l01142"></a>01142 <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 rexpression, plus the results of a match...">URegularExpression</a>      *regexp,
<a name="l01143"></a>01143                     int32_t                  limit,
<a name="l01144"></a>01144                     <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>              *status);
<a name="l01145"></a>01145 
<a name="l01155"></a>01155 <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>
<a name="l01156"></a>01156 <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 rexpression, plus the results of a match...">URegularExpression</a>      *regexp,
<a name="l01157"></a>01157                           <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>              *status);
<a name="l01158"></a>01158 
<a name="l01179"></a>01179 <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>
<a name="l01180"></a>01180 <a class="code" href="uregex_8h.html#a2ebf688278fec4e7955832aa6094b3c0" title="Set the amount of heap storage avaliable for use by the match backtracking stack...">uregex_setStackLimit</a>(<a class="code" href="uregex_8h.html#a566882c83d9e4dcf7fb5d8f859625500" title="Structure representing a compiled regular rexpression, plus the results of a match...">URegularExpression</a>      *regexp,
<a name="l01181"></a>01181                      int32_t                  limit,
<a name="l01182"></a>01182                      <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>              *status);
<a name="l01183"></a>01183 
<a name="l01191"></a>01191 <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>
<a name="l01192"></a>01192 <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 rexpression, plus the results of a match...">URegularExpression</a>      *regexp,
<a name="l01193"></a>01193                            <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>              *status);
<a name="l01194"></a>01194 
<a name="l01195"></a>01195 
<a name="l01214"></a>01214 <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>
<a name="l01215"></a><a class="code" href="uregex_8h.html#a0a86299b51ab447fdefa00f6763b44bb">01215</a> <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...">U_CALLCONV</a> <a class="code" href="uregex_8h.html#a0a86299b51ab447fdefa00f6763b44bb" title="Function pointer for a regular expression matching callback function.">URegexMatchCallback</a> (
<a name="l01216"></a>01216                    <span class="keyword">const</span> <span class="keywordtype">void</span> *context,
<a name="l01217"></a>01217                    int32_t     steps);
<a name="l01218"></a>01218 <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>
<a name="l01219"></a>01219 
<a name="l01234"></a>01234 <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>
<a name="l01235"></a>01235 <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 rexpression, plus the results of a match...">URegularExpression</a>      *regexp,
<a name="l01236"></a>01236                         <a class="code" href="uregex_8h.html#a0a86299b51ab447fdefa00f6763b44bb" title="Function pointer for a regular expression matching callback function.">URegexMatchCallback</a>     *callback,
<a name="l01237"></a>01237                         <span class="keyword">const</span> <span class="keywordtype">void</span>              *context,
<a name="l01238"></a>01238                         <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>              *status);
<a name="l01239"></a>01239 
<a name="l01240"></a>01240 
<a name="l01252"></a>01252 <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>
<a name="l01253"></a>01253 <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 rexpression, plus the results of a match...">URegularExpression</a>    *regexp,
<a name="l01254"></a>01254                         <a class="code" href="uregex_8h.html#a0a86299b51ab447fdefa00f6763b44bb" title="Function pointer for a regular expression matching callback function.">URegexMatchCallback</a>        **callback,
<a name="l01255"></a>01255                         <span class="keyword">const</span> <span class="keywordtype">void</span>                 **context,
<a name="l01256"></a>01256                         <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a>                  *status);
<a name="l01257"></a>01257 
<a name="l01258"></a>01258 
<a name="l01259"></a>01259 
<a name="l01260"></a>01260 <span class="preprocessor">#endif   </span><span class="comment">/*  !UCONFIG_NO_REGULAR_EXPRESSIONS  */</span>
<a name="l01261"></a>01261 <span class="preprocessor">#endif   </span><span class="comment">/*  UREGEX_H  */</span>
</pre></div></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">&nbsp;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&nbsp;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&nbsp;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&nbsp;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&nbsp;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&nbsp;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&nbsp;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&nbsp;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&nbsp;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&nbsp;</span>Defines</a></div>

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

<hr size="1"/><address style="text-align: right;"><small>Generated on 16 Mar 2010 for ICU 4.4 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>