Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 280da2a01a3d16776505ea3f476de84f > files > 405

icu-doc-3.8.1-2mdv2008.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.8: ucat.h Source File</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.5.1 -->
<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>ucat.h</h1><a href="ucat_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) 2003-2004, 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">* Author: Alan Liu</span>
<a name="l00007"></a>00007 <span class="comment">* Created: March 19 2003</span>
<a name="l00008"></a>00008 <span class="comment">* Since: ICU 2.6</span>
<a name="l00009"></a>00009 <span class="comment">**********************************************************************</span>
<a name="l00010"></a>00010 <span class="comment">*/</span>
<a name="l00011"></a>00011 <span class="preprocessor">#ifndef UCAT_H</span>
<a name="l00012"></a>00012 <span class="preprocessor"></span><span class="preprocessor">#define UCAT_H</span>
<a name="l00013"></a>00013 <span class="preprocessor"></span>
<a name="l00014"></a>00014 <span class="preprocessor">#include "<a class="code" href="utypes_8h.html">unicode/utypes.h</a>"</span>
<a name="l00015"></a>00015 <span class="preprocessor">#include "<a class="code" href="ures_8h.html">unicode/ures.h</a>"</span>
<a name="l00016"></a>00016 
<a name="l00064"></a>00064 <a class="code" href="umachine_8h.html#82c853d86803ab75c89267be54fbac6a">U_CDECL_BEGIN</a>
<a name="l00065"></a>00065 
<a name="l00071"></a><a class="code" href="ucat_8h.html#3858772e7bb5bafb4ee37c95963e55a4">00071</a> <span class="keyword">typedef</span> <a class="code" href="ures_8h.html#7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>* <a class="code" href="ucat_8h.html#3858772e7bb5bafb4ee37c95963e55a4">u_nl_catd</a>;
<a name="l00072"></a>00072 
<a name="l00104"></a>00104 <a class="code" href="umachine_8h.html#f3e3799716eaa41e3f49c7bf18c62b98">U_STABLE</a> <a class="code" href="ucat_8h.html#3858772e7bb5bafb4ee37c95963e55a4">u_nl_catd</a> <a class="code" href="platform_8h.html#72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00105"></a>00105 <a class="code" href="ucat_8h.html#fe472e1a9a4c25b22a9f87cec0bbdba2">u_catopen</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* name, <span class="keyword">const</span> <span class="keywordtype">char</span>* locale, <a class="code" href="utypes_8h.html#3343c1c8a8377277046774691c98d78c">UErrorCode</a>* ec);
<a name="l00106"></a>00106 
<a name="l00115"></a>00115 <a class="code" href="umachine_8h.html#f3e3799716eaa41e3f49c7bf18c62b98">U_STABLE</a> <span class="keywordtype">void</span> <a class="code" href="platform_8h.html#72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00116"></a>00116 <a class="code" href="ucat_8h.html#3e32a3e1448005a25348c3171dcb9ba6">u_catclose</a>(<a class="code" href="ucat_8h.html#3858772e7bb5bafb4ee37c95963e55a4">u_nl_catd</a> catd);
<a name="l00117"></a>00117 
<a name="l00150"></a>00150 <a class="code" href="umachine_8h.html#f3e3799716eaa41e3f49c7bf18c62b98">U_STABLE</a> <span class="keyword">const</span> <a class="code" href="umachine_8h.html#6bb9fad572d65b305324ef288165e2ac">UChar</a>* <a class="code" href="platform_8h.html#72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00151"></a>00151 <a class="code" href="ucat_8h.html#30ad4812639065de8885401560ad1733">u_catgets</a>(<a class="code" href="ucat_8h.html#3858772e7bb5bafb4ee37c95963e55a4">u_nl_catd</a> catd, <a class="code" href="platform_8h.html#b1967d8591af1a4e48c37fd2b0f184d0">int32_t</a> set_num, <a class="code" href="platform_8h.html#b1967d8591af1a4e48c37fd2b0f184d0">int32_t</a> msg_num,
<a name="l00152"></a>00152           <span class="keyword">const</span> <a class="code" href="umachine_8h.html#6bb9fad572d65b305324ef288165e2ac">UChar</a>* s,
<a name="l00153"></a>00153           <a class="code" href="platform_8h.html#b1967d8591af1a4e48c37fd2b0f184d0">int32_t</a>* len, <a class="code" href="utypes_8h.html#3343c1c8a8377277046774691c98d78c">UErrorCode</a>* ec);
<a name="l00154"></a>00154 
<a name="l00155"></a>00155 <a class="code" href="umachine_8h.html#1a820e5c6cbe8ac1742b654e6bf9ed7d">U_CDECL_END</a>
<a name="l00156"></a>00156 
<a name="l00157"></a>00157 <span class="preprocessor">#endif </span><span class="comment">/*UCAT_H*/</span>
<a name="l00158"></a>00158 <span class="comment">/*eof*/</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Sep 14 12:59:20 2007 for ICU 3.8 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
</body>
</html>