Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > f51238514e2abe817779ad2fe01b0759 > files > 673

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: tzrule.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>tzrule.h</h1><a href="tzrule_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) 2007-2008, International Business Machines Corporation and    *</span>
<a name="l00004"></a>00004 <span class="comment">* others. All Rights Reserved.                                                *</span>
<a name="l00005"></a>00005 <span class="comment">*******************************************************************************</span>
<a name="l00006"></a>00006 <span class="comment">*/</span>
<a name="l00007"></a>00007 <span class="preprocessor">#ifndef TZRULE_H</span>
<a name="l00008"></a>00008 <span class="preprocessor"></span><span class="preprocessor">#define TZRULE_H</span>
<a name="l00009"></a>00009 <span class="preprocessor"></span>
<a name="l00015"></a>00015 <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="l00016"></a>00016 
<a name="l00017"></a>00017 <span class="preprocessor">#if !UCONFIG_NO_FORMATTING</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span>
<a name="l00019"></a>00019 <span class="preprocessor">#include &quot;<a class="code" href="uobject_8h.html" title="C++ API: Common ICU base class UObject.">unicode/uobject.h</a>&quot;</span>
<a name="l00020"></a>00020 <span class="preprocessor">#include &quot;<a class="code" href="unistr_8h.html" title="C++ API: Unicode String.">unicode/unistr.h</a>&quot;</span>
<a name="l00021"></a>00021 <span class="preprocessor">#include &quot;<a class="code" href="dtrule_8h.html" title="C++ API: Rule for specifying date and time in an year.">unicode/dtrule.h</a>&quot;</span>
<a name="l00022"></a>00022 
<a name="l00023"></a>00023 <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="l00024"></a>00024 
<a name="l00032"></a><a class="code" href="classTimeZoneRule.html">00032</a> <span class="keyword">class </span><a class="code" href="utypes_8h.html#ab9d90a30137b6ec046fe59e79b09745a" title="Set to export library symbols from inside the i18n library, and to import them from...">U_I18N_API</a> <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a> : <span class="keyword">public</span> <a class="code" href="classUObject.html" title="UObject is the common ICU &amp;quot;boilerplate&amp;quot; class.">UObject</a> {
<a name="l00033"></a>00033 <span class="keyword">public</span>:
<a name="l00038"></a>00038     <span class="keyword">virtual</span> ~<a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a>();
<a name="l00039"></a>00039 
<a name="l00046"></a>00046     <span class="keyword">virtual</span> <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a>* clone(<span class="keywordtype">void</span>) <span class="keyword">const</span> = 0;
<a name="l00047"></a>00047 
<a name="l00055"></a>00055     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="stringpiece_8h.html#a7652049cbac0bfeae2cd2aa4514a3352" title="Global operator == for StringPiece.">operator==</a>(<span class="keyword">const</span> <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a>&amp; that) <span class="keyword">const</span>;
<a name="l00056"></a>00056 
<a name="l00064"></a>00064     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="stringpiece_8h.html#abf0ccab9536bab551afc07de65eb5d95" title="Global operator != for StringPiece.">operator!=</a>(<span class="keyword">const</span> <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a>&amp; that) <span class="keyword">const</span>;
<a name="l00065"></a>00065 
<a name="l00072"></a>00072     <a class="code" href="classUnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides...">UnicodeString</a>&amp; getName(<a class="code" href="classUnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides...">UnicodeString</a>&amp; name) <span class="keyword">const</span>;
<a name="l00073"></a>00073 
<a name="l00079"></a>00079     int32_t getRawOffset(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
<a name="l00080"></a>00080 
<a name="l00087"></a>00087     int32_t getDSTSavings(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
<a name="l00088"></a>00088 
<a name="l00097"></a>00097     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> isEquivalentTo(<span class="keyword">const</span> <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a>&amp; other) <span class="keyword">const</span>;
<a name="l00098"></a>00098 
<a name="l00110"></a>00110     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> getFirstStart(int32_t prevRawOffset, int32_t prevDSTSavings, <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>&amp; result) <span class="keyword">const</span> = 0;
<a name="l00111"></a>00111 
<a name="l00123"></a>00123     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> getFinalStart(int32_t prevRawOffset, int32_t prevDSTSavings, <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>&amp; result) <span class="keyword">const</span> = 0;
<a name="l00124"></a>00124 
<a name="l00139"></a>00139     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> getNextStart(<a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a> base, int32_t prevRawOffset, int32_t prevDSTSavings,
<a name="l00140"></a>00140         <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> inclusive, <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>&amp; result) <span class="keyword">const</span> = 0;
<a name="l00141"></a>00141 
<a name="l00156"></a>00156     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> getPreviousStart(<a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a> base, int32_t prevRawOffset, int32_t prevDSTSavings,
<a name="l00157"></a>00157         <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> inclusive, <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>&amp; result) <span class="keyword">const</span> = 0;
<a name="l00158"></a>00158 
<a name="l00159"></a>00159 <span class="keyword">protected</span>:
<a name="l00160"></a>00160 
<a name="l00170"></a>00170     <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a>(<span class="keyword">const</span> <a class="code" href="classUnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides...">UnicodeString</a>&amp; name, int32_t rawOffset, int32_t dstSavings);
<a name="l00171"></a>00171 
<a name="l00177"></a>00177     <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a>(<span class="keyword">const</span> <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a>&amp; source);
<a name="l00178"></a>00178 
<a name="l00184"></a>00184     <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a>&amp; operator=(<span class="keyword">const</span> <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a>&amp; right);
<a name="l00185"></a>00185 
<a name="l00186"></a>00186 <span class="keyword">private</span>:
<a name="l00187"></a>00187     <a class="code" href="classUnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides...">UnicodeString</a> fName; <span class="comment">// time name</span>
<a name="l00188"></a>00188     int32_t fRawOffset;  <span class="comment">// UTC offset of the standard time in milliseconds</span>
<a name="l00189"></a>00189     int32_t fDSTSavings; <span class="comment">// DST saving amount in milliseconds</span>
<a name="l00190"></a>00190 };
<a name="l00191"></a>00191 
<a name="l00198"></a><a class="code" href="classInitialTimeZoneRule.html">00198</a> <span class="keyword">class </span><a class="code" href="utypes_8h.html#ab9d90a30137b6ec046fe59e79b09745a" title="Set to export library symbols from inside the i18n library, and to import them from...">U_I18N_API</a> <a class="code" href="classInitialTimeZoneRule.html" title="InitialTimeZoneRule represents a time zone rule representing a time zone effective...">InitialTimeZoneRule</a> : <span class="keyword">public</span> <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a> {
<a name="l00199"></a>00199 <span class="keyword">public</span>:
<a name="l00209"></a>00209     <a class="code" href="classInitialTimeZoneRule.html" title="InitialTimeZoneRule represents a time zone rule representing a time zone effective...">InitialTimeZoneRule</a>(<span class="keyword">const</span> <a class="code" href="classUnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides...">UnicodeString</a>&amp; name, int32_t rawOffset, int32_t dstSavings);
<a name="l00210"></a>00210 
<a name="l00216"></a>00216     <a class="code" href="classInitialTimeZoneRule.html" title="InitialTimeZoneRule represents a time zone rule representing a time zone effective...">InitialTimeZoneRule</a>(<span class="keyword">const</span> <a class="code" href="classInitialTimeZoneRule.html" title="InitialTimeZoneRule represents a time zone rule representing a time zone effective...">InitialTimeZoneRule</a>&amp; source);
<a name="l00217"></a>00217 
<a name="l00222"></a>00222     <span class="keyword">virtual</span> ~<a class="code" href="classInitialTimeZoneRule.html" title="InitialTimeZoneRule represents a time zone rule representing a time zone effective...">InitialTimeZoneRule</a>();
<a name="l00223"></a>00223 
<a name="l00230"></a>00230     <span class="keyword">virtual</span> <a class="code" href="classInitialTimeZoneRule.html" title="InitialTimeZoneRule represents a time zone rule representing a time zone effective...">InitialTimeZoneRule</a>* <a class="code" href="classTimeZoneRule.html#a7268c8bdb79e5a7525efb5794f7631b0" title="Clone this TimeZoneRule object polymorphically.">clone</a>(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
<a name="l00231"></a>00231 
<a name="l00237"></a>00237     <a class="code" href="classInitialTimeZoneRule.html" title="InitialTimeZoneRule represents a time zone rule representing a time zone effective...">InitialTimeZoneRule</a>&amp; <a class="code" href="classTimeZoneRule.html#aa11d2fed66a0728be2ce2d8d7c167138" title="Assignment operator.">operator=</a>(<span class="keyword">const</span> <a class="code" href="classInitialTimeZoneRule.html" title="InitialTimeZoneRule represents a time zone rule representing a time zone effective...">InitialTimeZoneRule</a>&amp; right);
<a name="l00238"></a>00238 
<a name="l00246"></a>00246     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#ae93f7be7cb8b6af13a8d574c123b5769" title="Return true if the given TimeZoneRule objects are semantically equal.">operator==</a>(<span class="keyword">const</span> <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a>&amp; that) <span class="keyword">const</span>;
<a name="l00247"></a>00247 
<a name="l00255"></a>00255     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#a3fc6bd04ba36665d815cbd5746e140cf" title="Return true if the given TimeZoneRule objects are semantically unequal.">operator!=</a>(<span class="keyword">const</span> <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a>&amp; that) <span class="keyword">const</span>;
<a name="l00256"></a>00256 
<a name="l00269"></a>00269     <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> getStartInYear(int32_t year, int32_t prevRawOffset, int32_t prevDSTSavings, <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>&amp; result) <span class="keyword">const</span>;
<a name="l00270"></a>00270 
<a name="l00279"></a>00279     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#a7388aaea1ac22ac9e0c5a197f7097c15" title="Returns if this rule represents the same rule and offsets as another.">isEquivalentTo</a>(<span class="keyword">const</span> <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a>&amp; that) <span class="keyword">const</span>;
<a name="l00280"></a>00280 
<a name="l00292"></a>00292     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#a582f85ec08ba2cbfad4b0d397d1f920c" title="Gets the very first time when this rule takes effect.">getFirstStart</a>(int32_t prevRawOffset, int32_t prevDSTSavings, <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>&amp; result) <span class="keyword">const</span>;
<a name="l00293"></a>00293 
<a name="l00305"></a>00305     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#ab37a233363ee18108e35d613ee3e9e56" title="Gets the final time when this rule takes effect.">getFinalStart</a>(int32_t prevRawOffset, int32_t prevDSTSavings, <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>&amp; result) <span class="keyword">const</span>;
<a name="l00306"></a>00306 
<a name="l00321"></a>00321     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#aa53c5f88f33cc26117c06a5bd1038280" title="Gets the first time when this rule takes effect after the specified time.">getNextStart</a>(<a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a> base, int32_t prevRawOffset, int32_t prevDSTSavings,
<a name="l00322"></a>00322         <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> inclusive, <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>&amp; result) <span class="keyword">const</span>;
<a name="l00323"></a>00323 
<a name="l00338"></a>00338     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#aefa099d12a5eb1229b6503ffea506d47" title="Gets the most recent time when this rule takes effect before the specified time.">getPreviousStart</a>(<a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a> base, int32_t prevRawOffset, int32_t prevDSTSavings,
<a name="l00339"></a>00339         <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> inclusive, <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>&amp; result) <span class="keyword">const</span>;
<a name="l00340"></a>00340 
<a name="l00341"></a>00341 <span class="keyword">public</span>:
<a name="l00353"></a>00353     <span class="keyword">static</span> <a class="code" href="utypes_8h.html#a22af10545208a455a6e884008df48e9f" title="UClassID is used to identify classes without using RTTI, since RTTI is not yet supported...">UClassID</a> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> getStaticClassID(<span class="keywordtype">void</span>);
<a name="l00354"></a>00354 
<a name="l00366"></a>00366     <span class="keyword">virtual</span> <a class="code" href="utypes_8h.html#a22af10545208a455a6e884008df48e9f" title="UClassID is used to identify classes without using RTTI, since RTTI is not yet supported...">UClassID</a> <a class="code" href="classUObject.html#a9b1acc95efd89cb86ec31f2dc947a262" title="ICU4C &amp;quot;poor man&amp;#39;s RTTI&amp;quot;, returns a UClassID for the actual ICU class...">getDynamicClassID</a>(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
<a name="l00367"></a>00367 };
<a name="l00368"></a>00368 
<a name="l00376"></a><a class="code" href="classAnnualTimeZoneRule.html">00376</a> <span class="keyword">class </span><a class="code" href="utypes_8h.html#ab9d90a30137b6ec046fe59e79b09745a" title="Set to export library symbols from inside the i18n library, and to import them from...">U_I18N_API</a> <a class="code" href="classAnnualTimeZoneRule.html" title="AnnualTimeZoneRule is a class used for representing a time zone rule which takes...">AnnualTimeZoneRule</a> : <span class="keyword">public</span> <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a> {
<a name="l00377"></a>00377 <span class="keyword">public</span>:
<a name="l00382"></a><a class="code" href="classAnnualTimeZoneRule.html#aad329b6ae413ccabf3a8a40fa8600223">00382</a>     <span class="keyword">static</span> <span class="keyword">const</span> int32_t MAX_YEAR;
<a name="l00383"></a>00383 
<a name="l00400"></a>00400     <a class="code" href="classAnnualTimeZoneRule.html" title="AnnualTimeZoneRule is a class used for representing a time zone rule which takes...">AnnualTimeZoneRule</a>(<span class="keyword">const</span> <a class="code" href="classUnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides...">UnicodeString</a>&amp; name, int32_t rawOffset, int32_t dstSavings,
<a name="l00401"></a>00401             <span class="keyword">const</span> <a class="code" href="classDateTimeRule.html" title="DateTimeRule is a class representing a time in a year by a rule specified by month...">DateTimeRule</a>&amp; dateTimeRule, int32_t startYear, int32_t endYear);
<a name="l00402"></a>00402 
<a name="l00419"></a>00419     <a class="code" href="classAnnualTimeZoneRule.html" title="AnnualTimeZoneRule is a class used for representing a time zone rule which takes...">AnnualTimeZoneRule</a>(<span class="keyword">const</span> <a class="code" href="classUnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides...">UnicodeString</a>&amp; name, int32_t rawOffset, int32_t dstSavings,
<a name="l00420"></a>00420             <a class="code" href="classDateTimeRule.html" title="DateTimeRule is a class representing a time in a year by a rule specified by month...">DateTimeRule</a>* dateTimeRule, int32_t startYear, int32_t endYear);
<a name="l00421"></a>00421 
<a name="l00427"></a>00427     <a class="code" href="classAnnualTimeZoneRule.html" title="AnnualTimeZoneRule is a class used for representing a time zone rule which takes...">AnnualTimeZoneRule</a>(<span class="keyword">const</span> <a class="code" href="classAnnualTimeZoneRule.html" title="AnnualTimeZoneRule is a class used for representing a time zone rule which takes...">AnnualTimeZoneRule</a>&amp; source);
<a name="l00428"></a>00428 
<a name="l00433"></a>00433     <span class="keyword">virtual</span> ~<a class="code" href="classAnnualTimeZoneRule.html" title="AnnualTimeZoneRule is a class used for representing a time zone rule which takes...">AnnualTimeZoneRule</a>();
<a name="l00434"></a>00434 
<a name="l00441"></a>00441     <span class="keyword">virtual</span> <a class="code" href="classAnnualTimeZoneRule.html" title="AnnualTimeZoneRule is a class used for representing a time zone rule which takes...">AnnualTimeZoneRule</a>* <a class="code" href="classTimeZoneRule.html#a7268c8bdb79e5a7525efb5794f7631b0" title="Clone this TimeZoneRule object polymorphically.">clone</a>(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
<a name="l00442"></a>00442 
<a name="l00448"></a>00448     <a class="code" href="classAnnualTimeZoneRule.html" title="AnnualTimeZoneRule is a class used for representing a time zone rule which takes...">AnnualTimeZoneRule</a>&amp; <a class="code" href="classTimeZoneRule.html#aa11d2fed66a0728be2ce2d8d7c167138" title="Assignment operator.">operator=</a>(<span class="keyword">const</span> <a class="code" href="classAnnualTimeZoneRule.html" title="AnnualTimeZoneRule is a class used for representing a time zone rule which takes...">AnnualTimeZoneRule</a>&amp; right);
<a name="l00449"></a>00449 
<a name="l00457"></a>00457     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#ae93f7be7cb8b6af13a8d574c123b5769" title="Return true if the given TimeZoneRule objects are semantically equal.">operator==</a>(<span class="keyword">const</span> <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a>&amp; that) <span class="keyword">const</span>;
<a name="l00458"></a>00458 
<a name="l00466"></a>00466     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#a3fc6bd04ba36665d815cbd5746e140cf" title="Return true if the given TimeZoneRule objects are semantically unequal.">operator!=</a>(<span class="keyword">const</span> <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a>&amp; that) <span class="keyword">const</span>;
<a name="l00467"></a>00467 
<a name="l00474"></a>00474     <span class="keyword">const</span> <a class="code" href="classDateTimeRule.html" title="DateTimeRule is a class representing a time in a year by a rule specified by month...">DateTimeRule</a>* getRule(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
<a name="l00475"></a>00475 
<a name="l00482"></a>00482     int32_t getStartYear(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
<a name="l00483"></a>00483 
<a name="l00490"></a>00490     int32_t getEndYear(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
<a name="l00491"></a>00491 
<a name="l00504"></a>00504     <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> getStartInYear(int32_t year, int32_t prevRawOffset, int32_t prevDSTSavings, <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>&amp; result) <span class="keyword">const</span>;
<a name="l00505"></a>00505 
<a name="l00514"></a>00514     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#a7388aaea1ac22ac9e0c5a197f7097c15" title="Returns if this rule represents the same rule and offsets as another.">isEquivalentTo</a>(<span class="keyword">const</span> <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a>&amp; that) <span class="keyword">const</span>;
<a name="l00515"></a>00515 
<a name="l00527"></a>00527     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#a582f85ec08ba2cbfad4b0d397d1f920c" title="Gets the very first time when this rule takes effect.">getFirstStart</a>(int32_t prevRawOffset, int32_t prevDSTSavings, <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>&amp; result) <span class="keyword">const</span>;
<a name="l00528"></a>00528 
<a name="l00540"></a>00540     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#ab37a233363ee18108e35d613ee3e9e56" title="Gets the final time when this rule takes effect.">getFinalStart</a>(int32_t prevRawOffset, int32_t prevDSTSavings, <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>&amp; result) <span class="keyword">const</span>;
<a name="l00541"></a>00541 
<a name="l00556"></a>00556     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#aa53c5f88f33cc26117c06a5bd1038280" title="Gets the first time when this rule takes effect after the specified time.">getNextStart</a>(<a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a> base, int32_t prevRawOffset, int32_t prevDSTSavings,
<a name="l00557"></a>00557         <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> inclusive, <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>&amp; result) <span class="keyword">const</span>;
<a name="l00558"></a>00558 
<a name="l00573"></a>00573     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#aefa099d12a5eb1229b6503ffea506d47" title="Gets the most recent time when this rule takes effect before the specified time.">getPreviousStart</a>(<a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a> base, int32_t prevRawOffset, int32_t prevDSTSavings,
<a name="l00574"></a>00574         <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> inclusive, <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>&amp; result) <span class="keyword">const</span>;
<a name="l00575"></a>00575 
<a name="l00576"></a>00576 
<a name="l00577"></a>00577 <span class="keyword">private</span>:
<a name="l00578"></a>00578     <a class="code" href="classDateTimeRule.html" title="DateTimeRule is a class representing a time in a year by a rule specified by month...">DateTimeRule</a>* fDateTimeRule;
<a name="l00579"></a>00579     int32_t fStartYear;
<a name="l00580"></a>00580     int32_t fEndYear;
<a name="l00581"></a>00581 
<a name="l00582"></a>00582 <span class="keyword">public</span>:
<a name="l00594"></a>00594     <span class="keyword">static</span> <a class="code" href="utypes_8h.html#a22af10545208a455a6e884008df48e9f" title="UClassID is used to identify classes without using RTTI, since RTTI is not yet supported...">UClassID</a> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> getStaticClassID(<span class="keywordtype">void</span>);
<a name="l00595"></a>00595 
<a name="l00607"></a>00607     <span class="keyword">virtual</span> <a class="code" href="utypes_8h.html#a22af10545208a455a6e884008df48e9f" title="UClassID is used to identify classes without using RTTI, since RTTI is not yet supported...">UClassID</a> <a class="code" href="classUObject.html#a9b1acc95efd89cb86ec31f2dc947a262" title="ICU4C &amp;quot;poor man&amp;#39;s RTTI&amp;quot;, returns a UClassID for the actual ICU class...">getDynamicClassID</a>(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
<a name="l00608"></a>00608 };
<a name="l00609"></a>00609 
<a name="l00616"></a><a class="code" href="classTimeArrayTimeZoneRule.html">00616</a> <span class="keyword">class </span><a class="code" href="utypes_8h.html#ab9d90a30137b6ec046fe59e79b09745a" title="Set to export library symbols from inside the i18n library, and to import them from...">U_I18N_API</a> <a class="code" href="classTimeArrayTimeZoneRule.html" title="TimeArrayTimeZoneRule represents a time zone rule whose start times are defined by...">TimeArrayTimeZoneRule</a> : <span class="keyword">public</span> <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a> {
<a name="l00617"></a>00617 <span class="keyword">public</span>:
<a name="l00635"></a>00635     <a class="code" href="classTimeArrayTimeZoneRule.html" title="TimeArrayTimeZoneRule represents a time zone rule whose start times are defined by...">TimeArrayTimeZoneRule</a>(<span class="keyword">const</span> <a class="code" href="classUnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides...">UnicodeString</a>&amp; name, int32_t rawOffset, int32_t dstSavings,
<a name="l00636"></a>00636         <span class="keyword">const</span> <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>* startTimes, int32_t numStartTimes, <a class="code" href="classDateTimeRule.html#a587bb19278c1b9b30d32e33eb88111d0" title="Time rule type constants.">DateTimeRule::TimeRuleType</a> timeRuleType);
<a name="l00637"></a>00637 
<a name="l00643"></a>00643     <a class="code" href="classTimeArrayTimeZoneRule.html" title="TimeArrayTimeZoneRule represents a time zone rule whose start times are defined by...">TimeArrayTimeZoneRule</a>(<span class="keyword">const</span> <a class="code" href="classTimeArrayTimeZoneRule.html" title="TimeArrayTimeZoneRule represents a time zone rule whose start times are defined by...">TimeArrayTimeZoneRule</a>&amp; source);
<a name="l00644"></a>00644 
<a name="l00649"></a>00649     <span class="keyword">virtual</span> ~<a class="code" href="classTimeArrayTimeZoneRule.html" title="TimeArrayTimeZoneRule represents a time zone rule whose start times are defined by...">TimeArrayTimeZoneRule</a>();
<a name="l00650"></a>00650 
<a name="l00657"></a>00657     <span class="keyword">virtual</span> <a class="code" href="classTimeArrayTimeZoneRule.html" title="TimeArrayTimeZoneRule represents a time zone rule whose start times are defined by...">TimeArrayTimeZoneRule</a>* <a class="code" href="classTimeZoneRule.html#a7268c8bdb79e5a7525efb5794f7631b0" title="Clone this TimeZoneRule object polymorphically.">clone</a>(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
<a name="l00658"></a>00658 
<a name="l00664"></a>00664     <a class="code" href="classTimeArrayTimeZoneRule.html" title="TimeArrayTimeZoneRule represents a time zone rule whose start times are defined by...">TimeArrayTimeZoneRule</a>&amp; <a class="code" href="classTimeZoneRule.html#aa11d2fed66a0728be2ce2d8d7c167138" title="Assignment operator.">operator=</a>(<span class="keyword">const</span> <a class="code" href="classTimeArrayTimeZoneRule.html" title="TimeArrayTimeZoneRule represents a time zone rule whose start times are defined by...">TimeArrayTimeZoneRule</a>&amp; right);
<a name="l00665"></a>00665 
<a name="l00673"></a>00673     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#ae93f7be7cb8b6af13a8d574c123b5769" title="Return true if the given TimeZoneRule objects are semantically equal.">operator==</a>(<span class="keyword">const</span> <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a>&amp; that) <span class="keyword">const</span>;
<a name="l00674"></a>00674 
<a name="l00682"></a>00682     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#a3fc6bd04ba36665d815cbd5746e140cf" title="Return true if the given TimeZoneRule objects are semantically unequal.">operator!=</a>(<span class="keyword">const</span> <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a>&amp; that) <span class="keyword">const</span>;
<a name="l00683"></a>00683 
<a name="l00692"></a>00692     <a class="code" href="classDateTimeRule.html#a587bb19278c1b9b30d32e33eb88111d0" title="Time rule type constants.">DateTimeRule::TimeRuleType</a> getTimeType(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
<a name="l00693"></a>00693 
<a name="l00703"></a>00703     <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> getStartTimeAt(int32_t index, <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>&amp; result) <span class="keyword">const</span>;
<a name="l00704"></a>00704 
<a name="l00710"></a>00710     int32_t countStartTimes(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
<a name="l00711"></a>00711 
<a name="l00720"></a>00720     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#a7388aaea1ac22ac9e0c5a197f7097c15" title="Returns if this rule represents the same rule and offsets as another.">isEquivalentTo</a>(<span class="keyword">const</span> <a class="code" href="classTimeZoneRule.html" title="TimeZoneRule is a class representing a rule for time zone.">TimeZoneRule</a>&amp; that) <span class="keyword">const</span>;
<a name="l00721"></a>00721 
<a name="l00733"></a>00733     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#a582f85ec08ba2cbfad4b0d397d1f920c" title="Gets the very first time when this rule takes effect.">getFirstStart</a>(int32_t prevRawOffset, int32_t prevDSTSavings, <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>&amp; result) <span class="keyword">const</span>;
<a name="l00734"></a>00734 
<a name="l00746"></a>00746     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#ab37a233363ee18108e35d613ee3e9e56" title="Gets the final time when this rule takes effect.">getFinalStart</a>(int32_t prevRawOffset, int32_t prevDSTSavings, <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>&amp; result) <span class="keyword">const</span>;
<a name="l00747"></a>00747 
<a name="l00762"></a>00762     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#aa53c5f88f33cc26117c06a5bd1038280" title="Gets the first time when this rule takes effect after the specified time.">getNextStart</a>(<a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a> base, int32_t prevRawOffset, int32_t prevDSTSavings,
<a name="l00763"></a>00763         <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> inclusive, <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>&amp; result) <span class="keyword">const</span>;
<a name="l00764"></a>00764 
<a name="l00779"></a>00779     <span class="keyword">virtual</span> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="classTimeZoneRule.html#aefa099d12a5eb1229b6503ffea506d47" title="Gets the most recent time when this rule takes effect before the specified time.">getPreviousStart</a>(<a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a> base, int32_t prevRawOffset, int32_t prevDSTSavings,
<a name="l00780"></a>00780         <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> inclusive, <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>&amp; result) <span class="keyword">const</span>;
<a name="l00781"></a>00781 
<a name="l00782"></a>00782 
<a name="l00783"></a>00783 <span class="keyword">private</span>:
<a name="l00784"></a>00784     <span class="keyword">enum</span> { TIMEARRAY_STACK_BUFFER_SIZE = 32 };
<a name="l00785"></a>00785     <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> initStartTimes(<span class="keyword">const</span> <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a> source[], int32_t size, <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>&amp; ec);
<a name="l00786"></a>00786     <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a> getUTC(<a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a> time, int32_t raw, int32_t dst) <span class="keyword">const</span>;
<a name="l00787"></a>00787 
<a name="l00788"></a>00788     <a class="code" href="classDateTimeRule.html#a587bb19278c1b9b30d32e33eb88111d0" title="Time rule type constants.">DateTimeRule::TimeRuleType</a>  fTimeRuleType;
<a name="l00789"></a>00789     int32_t fNumStartTimes;
<a name="l00790"></a>00790     <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>*  fStartTimes;
<a name="l00791"></a>00791     <a class="code" href="utypes_8h.html#ace1704e9e77d407d1eaaa2e73ec0c039" title="Date and Time data type.">UDate</a>   fLocalStartTimes[TIMEARRAY_STACK_BUFFER_SIZE];
<a name="l00792"></a>00792 
<a name="l00793"></a>00793 <span class="keyword">public</span>:
<a name="l00805"></a>00805     <span class="keyword">static</span> <a class="code" href="utypes_8h.html#a22af10545208a455a6e884008df48e9f" title="UClassID is used to identify classes without using RTTI, since RTTI is not yet supported...">UClassID</a> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> getStaticClassID(<span class="keywordtype">void</span>);
<a name="l00806"></a>00806 
<a name="l00818"></a>00818     <span class="keyword">virtual</span> <a class="code" href="utypes_8h.html#a22af10545208a455a6e884008df48e9f" title="UClassID is used to identify classes without using RTTI, since RTTI is not yet supported...">UClassID</a> <a class="code" href="classUObject.html#a9b1acc95efd89cb86ec31f2dc947a262" title="ICU4C &amp;quot;poor man&amp;#39;s RTTI&amp;quot;, returns a UClassID for the actual ICU class...">getDynamicClassID</a>(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
<a name="l00819"></a>00819 };
<a name="l00820"></a>00820 
<a name="l00821"></a>00821 
<a name="l00822"></a>00822 <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="l00823"></a>00823 
<a name="l00824"></a>00824 <span class="preprocessor">#endif </span><span class="comment">/* #if !UCONFIG_NO_FORMATTING */</span>
<a name="l00825"></a>00825 
<a name="l00826"></a>00826 <span class="preprocessor">#endif // TZRULE_H</span>
<a name="l00827"></a>00827 <span class="preprocessor"></span>
<a name="l00828"></a>00828 <span class="comment">//eof</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>