Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 34ae14235711d1471f043ac894a061f9 > files > 429

libicu-doc-3.6-5.16.1.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>ICU 3.6: unimatch.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="classes.html"><span>Data&nbsp;Structures</span></a></li>
    <li id="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
    <li>
      <form action="search.php" method="get">
        <table cellspacing="0" cellpadding="0" border="0">
          <tr>
            <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
          </tr>
        </table>
      </form>
    </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>unimatch.h File Reference</h1>C++ API: Unicode Matcher. <a href="#_details">More...</a>
<p>
<code>#include &quot;<a class="el" href="utypes_8h-source.html">unicode/utypes.h</a>&quot;</code><br>

<p>
<a href="unimatch_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classUnicodeMatcher.html">UnicodeMatcher</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><code><a class="el" href="classUnicodeMatcher.html">UnicodeMatcher</a></code> defines a protocol for objects that can match a range of characters in a <a class="el" href="classReplaceable.html">Replaceable</a> string.  <a href="classUnicodeMatcher.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Enumerations</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="unimatch_8h.html#05562f7626edb48779ce8255b7530b0e">UMatchDegree</a> { <a class="el" href="unimatch_8h.html#05562f7626edb48779ce8255b7530b0e4822695cf6f9414930053cf35a33d4f2">U_MISMATCH</a>, 
<a class="el" href="unimatch_8h.html#05562f7626edb48779ce8255b7530b0e2d92c6d5e2075873fafe135d9b838bee">U_PARTIAL_MATCH</a>, 
<a class="el" href="unimatch_8h.html#05562f7626edb48779ce8255b7530b0e7b2f7104f4a7d968f894552b8cffddaa">U_MATCH</a>
 }</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constants returned by <code><a class="el" href="classUnicodeMatcher.html#b55373b0cb513d3cb56b66eeca2ec2f2">UnicodeMatcher::matches()</a></code> indicating the degree of match.  <a href="unimatch_8h.html#05562f7626edb48779ce8255b7530b0e">More...</a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
C++ API: Unicode Matcher. 
<p>

<p>
Definition in file <a class="el" href="unimatch_8h-source.html">unimatch.h</a>.<hr><h2>Enumeration Type Documentation</h2>
<a class="anchor" name="05562f7626edb48779ce8255b7530b0e"></a><!-- doxytag: member="unimatch.h::UMatchDegree" ref="05562f7626edb48779ce8255b7530b0e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="unimatch_8h.html#05562f7626edb48779ce8255b7530b0e">UMatchDegree</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Constants returned by <code><a class="el" href="classUnicodeMatcher.html#b55373b0cb513d3cb56b66eeca2ec2f2">UnicodeMatcher::matches()</a></code> indicating the degree of match. 
<p>
<dl compact><dt><b><a class="el" href="stable.html#_stable001161">Stable:</a></b></dt><dd>ICU 2.4 </dd></dl>
<dl compact><dt><b>Enumerator: </b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" name="05562f7626edb48779ce8255b7530b0e4822695cf6f9414930053cf35a33d4f2"></a><!-- doxytag: member="U_MISMATCH" ref="05562f7626edb48779ce8255b7530b0e4822695cf6f9414930053cf35a33d4f2" args="" -->U_MISMATCH</em>&nbsp;</td><td>
Constant returned by <code>matches()</code> indicating a mismatch between the text and this matcher. 
<p>
The text contains a character which does not match, or the text does not contain all desired characters for a non-incremental match. <dl compact><dt><b><a class="el" href="stable.html#_stable001163">Stable:</a></b></dt><dd>ICU 2.4 </dd></dl>
</td></tr>
<tr><td valign="top"><em><a class="anchor" name="05562f7626edb48779ce8255b7530b0e2d92c6d5e2075873fafe135d9b838bee"></a><!-- doxytag: member="U_PARTIAL_MATCH" ref="05562f7626edb48779ce8255b7530b0e2d92c6d5e2075873fafe135d9b838bee" args="" -->U_PARTIAL_MATCH</em>&nbsp;</td><td>
Constant returned by <code>matches()</code> indicating a partial match between the text and this matcher. 
<p>
This value is only returned for incremental match operations. All characters of the text match, but more characters are required for a complete match. Alternatively, for variable-length matchers, all characters of the text match, and if more characters were supplied at limit, they might also match. <dl compact><dt><b><a class="el" href="stable.html#_stable001164">Stable:</a></b></dt><dd>ICU 2.4 </dd></dl>
</td></tr>
<tr><td valign="top"><em><a class="anchor" name="05562f7626edb48779ce8255b7530b0e7b2f7104f4a7d968f894552b8cffddaa"></a><!-- doxytag: member="U_MATCH" ref="05562f7626edb48779ce8255b7530b0e7b2f7104f4a7d968f894552b8cffddaa" args="" -->U_MATCH</em>&nbsp;</td><td>
Constant returned by <code>matches()</code> indicating a complete match between the text and this matcher. 
<p>
For an incremental variable-length match, this value is returned if the given text matches, and it is known that additional characters would not alter the extent of the match. <dl compact><dt><b><a class="el" href="stable.html#_stable001165">Stable:</a></b></dt><dd>ICU 2.4 </dd></dl>
</td></tr>
</table>
</dl>

<p>
Definition at line <a class="el" href="unimatch_8h-source.html#l00030">30</a> of file <a class="el" href="unimatch_8h-source.html">unimatch.h</a>.
</div>
</div><p>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 13 17:29:52 2011 for ICU 3.6 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>