Sophie

Sophie

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

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: RunArrays.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>RunArrays.h File Reference</h1>C++ API: base class for building classes which represent data that is associated with runs of text. <a href="#_details">More...</a>
<p>
<code>#include &quot;<a class="el" href="LETypes_8h-source.html">layout/LETypes.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="LEFontInstance_8h-source.html">layout/LEFontInstance.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="utypes_8h-source.html">unicode/utypes.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="locid_8h-source.html">unicode/locid.h</a>&quot;</code><br>

<p>
<a href="RunArrays_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="classRunArray.html">RunArray</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The <code><a class="el" href="classRunArray.html">RunArray</a></code> class is a base class for building classes which represent data that is associated with runs of text.  <a href="classRunArray.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classFontRuns.html">FontRuns</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The <code><a class="el" href="classFontRuns.html">FontRuns</a></code> class associates pointers to <code><a class="el" href="classLEFontInstance.html">LEFontInstance</a></code> objects with runs of text.  <a href="classFontRuns.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classLocaleRuns.html">LocaleRuns</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The <code><a class="el" href="classLocaleRuns.html">LocaleRuns</a></code> class associates pointers to <code><a class="el" href="classLocale.html">Locale</a></code> objects with runs of text.  <a href="classLocaleRuns.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classValueRuns.html">ValueRuns</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The <code><a class="el" href="classValueRuns.html">ValueRuns</a></code> class associates integer values with runs of text.  <a href="classValueRuns.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="RunArrays_8h.html#bc5889c27358eb8f58e6eedcb6887656">INITIAL_CAPACITY</a>&nbsp;&nbsp;&nbsp;16</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The initial size of an array if it is unspecified.  <a href="#bc5889c27358eb8f58e6eedcb6887656"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="RunArrays_8h.html#ee4cf9e5ff5f5f476c0d1f11d2731e8c">CAPACITY_GROW_LIMIT</a>&nbsp;&nbsp;&nbsp;128</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">When an array needs to grow, it will double in size until it becomes this large, then it will grow by this amount.  <a href="#ee4cf9e5ff5f5f476c0d1f11d2731e8c"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
C++ API: base class for building classes which represent data that is associated with runs of text. 
<p>

<p>
Definition in file <a class="el" href="RunArrays_8h-source.html">RunArrays.h</a>.<hr><h2>Define Documentation</h2>
<a class="anchor" name="ee4cf9e5ff5f5f476c0d1f11d2731e8c"></a><!-- doxytag: member="RunArrays.h::CAPACITY_GROW_LIMIT" ref="ee4cf9e5ff5f5f476c0d1f11d2731e8c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define CAPACITY_GROW_LIMIT&nbsp;&nbsp;&nbsp;128          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
When an array needs to grow, it will double in size until it becomes this large, then it will grow by this amount. 
<p>
<dl compact><dt><b><a class="el" href="stable.html#_stable003235">Stable:</a></b></dt><dd>ICU 3.2 </dd></dl>

<p>
Definition at line <a class="el" href="RunArrays_8h-source.html#l00038">38</a> of file <a class="el" href="RunArrays_8h-source.html">RunArrays.h</a>.
</div>
</div><p>
<a class="anchor" name="bc5889c27358eb8f58e6eedcb6887656"></a><!-- doxytag: member="RunArrays.h::INITIAL_CAPACITY" ref="bc5889c27358eb8f58e6eedcb6887656" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define INITIAL_CAPACITY&nbsp;&nbsp;&nbsp;16          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The initial size of an array if it is unspecified. 
<p>
<dl compact><dt><b><a class="el" href="stable.html#_stable003234">Stable:</a></b></dt><dd>ICU 3.2 </dd></dl>

<p>
Definition at line <a class="el" href="RunArrays_8h-source.html#l00030">30</a> of file <a class="el" href="RunArrays_8h-source.html">RunArrays.h</a>.
</div>
</div><p>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 13 17:29:51 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>