Sophie

Sophie

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

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: ures.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>ures.h</h1><a href="ures_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) 1997-2009, 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">*</span>
<a name="l00007"></a>00007 <span class="comment">* File URES.H (formerly CRESBUND.H)</span>
<a name="l00008"></a>00008 <span class="comment">*</span>
<a name="l00009"></a>00009 <span class="comment">* Modification History:</span>
<a name="l00010"></a>00010 <span class="comment">*</span>
<a name="l00011"></a>00011 <span class="comment">*   Date        Name        Description</span>
<a name="l00012"></a>00012 <span class="comment">*   04/01/97    aliu        Creation.</span>
<a name="l00013"></a>00013 <span class="comment">*   02/22/99    damiba      overhaul.</span>
<a name="l00014"></a>00014 <span class="comment">*   04/04/99    helena      Fixed internal header inclusion.</span>
<a name="l00015"></a>00015 <span class="comment">*   04/15/99    Madhu       Updated Javadoc  </span>
<a name="l00016"></a>00016 <span class="comment">*   06/14/99    stephen     Removed functions taking a filename suffix.</span>
<a name="l00017"></a>00017 <span class="comment">*   07/20/99    stephen     Language-independent ypedef to void*</span>
<a name="l00018"></a>00018 <span class="comment">*   11/09/99    weiv        Added ures_getLocale()</span>
<a name="l00019"></a>00019 <span class="comment">*   06/24/02    weiv        Added support for resource sharing</span>
<a name="l00020"></a>00020 <span class="comment">******************************************************************************</span>
<a name="l00021"></a>00021 <span class="comment">*/</span>
<a name="l00022"></a>00022 
<a name="l00023"></a>00023 <span class="preprocessor">#ifndef URES_H</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span><span class="preprocessor">#define URES_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="utypes_8h.html" title="Basic definitions for ICU, for both C and C++ APIs.">unicode/utypes.h</a>&quot;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &quot;<a class="code" href="uloc_8h.html" title="C API: Locale.">unicode/uloc.h</a>&quot;</span>
<a name="l00028"></a>00028 <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="l00029"></a>00029 
<a name="l00052"></a>00052 <span class="keyword">struct </span><a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>;
<a name="l00053"></a>00053 
<a name="l00057"></a><a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">00057</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>;
<a name="l00058"></a>00058 
<a name="l00064"></a><a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fb">00064</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> {
<a name="l00066"></a><a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbab73cbea3085f99defd0538171d343f03">00066</a>     <a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbab73cbea3085f99defd0538171d343f03" title="Resource type constant for &amp;quot;no resource&amp;quot;.">URES_NONE</a>=-1,
<a name="l00067"></a>00067 
<a name="l00069"></a><a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbac4db2a063c1c73cc363b0e21891bc480">00069</a>     <a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbac4db2a063c1c73cc363b0e21891bc480" title="Resource type constant for 16-bit Unicode strings.">URES_STRING</a>=0,
<a name="l00070"></a>00070 
<a name="l00072"></a><a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba7220aa0da13f4d7a1e62a1856026c271">00072</a>     <a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba7220aa0da13f4d7a1e62a1856026c271" title="Resource type constant for binary data.">URES_BINARY</a>=1,
<a name="l00073"></a>00073 
<a name="l00075"></a><a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba2cfd36db6917951f177723df3a58e2b4">00075</a>     <a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba2cfd36db6917951f177723df3a58e2b4" title="Resource type constant for tables of key-value pairs.">URES_TABLE</a>=2,
<a name="l00076"></a>00076 
<a name="l00084"></a><a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba6890eb4a8669521aace76b4c854d304e">00084</a>     <a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba6890eb4a8669521aace76b4c854d304e" title="Resource type constant for aliases; internally stores a string which identifies the...">URES_ALIAS</a>=3,
<a name="l00085"></a>00085 
<a name="l00093"></a><a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbac71be9c52845b8404c84610320b550ba">00093</a>     <a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbac71be9c52845b8404c84610320b550ba" title="Resource type constant for a single 28-bit integer, interpreted as signed or unsigned...">URES_INT</a>=7,
<a name="l00094"></a>00094 
<a name="l00096"></a><a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbaa2e7a87c3c144d7df2abd973b86512ca">00096</a>     <a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbaa2e7a87c3c144d7df2abd973b86512ca" title="Resource type constant for arrays of resources.">URES_ARRAY</a>=8,
<a name="l00097"></a>00097 
<a name="l00103"></a><a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba6c6b406d49cebed764c515d49dcf73b3">00103</a>     <a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba6c6b406d49cebed764c515d49dcf73b3" title="Resource type constant for vectors of 32-bit integers.">URES_INT_VECTOR</a> = 14,
<a name="l00104"></a>00104 <span class="preprocessor">#ifndef U_HIDE_DEPRECATED_API</span>
<a name="l00105"></a>00105 <span class="preprocessor"></span>
<a name="l00106"></a><a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba78e3758a381e62148cc4b0438f3c0777">00106</a>     <a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba78e3758a381e62148cc4b0438f3c0777">RES_NONE</a>=<a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbab73cbea3085f99defd0538171d343f03" title="Resource type constant for &amp;quot;no resource&amp;quot;.">URES_NONE</a>,
<a name="l00108"></a><a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbad6c0349cb0484769c040d660de1c7445">00108</a>     <a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbad6c0349cb0484769c040d660de1c7445">RES_STRING</a>=<a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbac4db2a063c1c73cc363b0e21891bc480" title="Resource type constant for 16-bit Unicode strings.">URES_STRING</a>,
<a name="l00110"></a><a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba2ad74e7a8c734f374bf8b786617fb212">00110</a>     <a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba2ad74e7a8c734f374bf8b786617fb212">RES_BINARY</a>=<a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba7220aa0da13f4d7a1e62a1856026c271" title="Resource type constant for binary data.">URES_BINARY</a>,
<a name="l00112"></a><a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbac93b5478e79d51b10747d617765069af">00112</a>     <a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbac93b5478e79d51b10747d617765069af">RES_TABLE</a>=<a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba2cfd36db6917951f177723df3a58e2b4" title="Resource type constant for tables of key-value pairs.">URES_TABLE</a>,
<a name="l00114"></a><a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbae4f137b23dcc82d1b7c5b19d5453b3a1">00114</a>     <a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbae4f137b23dcc82d1b7c5b19d5453b3a1">RES_ALIAS</a>=<a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba6890eb4a8669521aace76b4c854d304e" title="Resource type constant for aliases; internally stores a string which identifies the...">URES_ALIAS</a>,
<a name="l00116"></a><a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbaf1f3ced984a5ff062dae837b00769e9f">00116</a>     <a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbaf1f3ced984a5ff062dae837b00769e9f">RES_INT</a>=<a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbac71be9c52845b8404c84610320b550ba" title="Resource type constant for a single 28-bit integer, interpreted as signed or unsigned...">URES_INT</a>,
<a name="l00118"></a><a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba2eeb630d6cacdd4cdeae5ae05edfc8bd">00118</a>     <a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba2eeb630d6cacdd4cdeae5ae05edfc8bd">RES_ARRAY</a>=<a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbaa2e7a87c3c144d7df2abd973b86512ca" title="Resource type constant for arrays of resources.">URES_ARRAY</a>,
<a name="l00120"></a><a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbac5f51dba6417cd88750d7fb32c1cfb7e">00120</a>     <a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbac5f51dba6417cd88750d7fb32c1cfb7e">RES_INT_VECTOR</a>=<a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba6c6b406d49cebed764c515d49dcf73b3" title="Resource type constant for vectors of 32-bit integers.">URES_INT_VECTOR</a>,
<a name="l00122"></a><a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbabb8f79bd6e07400f6870fe51ae24fcef">00122</a>     <a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbabb8f79bd6e07400f6870fe51ae24fcef">RES_RESERVED</a>=15, 
<a name="l00123"></a>00123 <span class="preprocessor">#endif </span><span class="comment">/* U_HIDE_DEPRECATED_API */</span>
<a name="l00124"></a>00124 
<a name="l00125"></a>00125     URES_LIMIT = 16
<a name="l00126"></a>00126 } <a class="code" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fb" title="Numeric constants for types of resource items.">UResType</a>;
<a name="l00127"></a>00127 
<a name="l00128"></a>00128 <span class="comment">/*</span>
<a name="l00129"></a>00129 <span class="comment"> * Functions to create and destroy resource bundles.</span>
<a name="l00130"></a>00130 <span class="comment"> */</span>
<a name="l00131"></a>00131 
<a name="l00160"></a>00160 <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="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>*  <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00161"></a>00161 <a class="code" href="ures_8h.html#ac4d72fc9f7cc63a05f646cabee4be167" title="Opens a UResourceBundle, from which users can extract strings by using their corresponding...">ures_open</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>*    packageName,
<a name="l00162"></a>00162           <span class="keyword">const</span> <span class="keywordtype">char</span>*  locale, 
<a name="l00163"></a>00163           <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="l00164"></a>00164 
<a name="l00165"></a>00165 
<a name="l00183"></a>00183 <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="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>* <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00184"></a>00184 <a class="code" href="ures_8h.html#a261fcbb263bbe48b13d2b3e2fc2470a0" title="This function does not care what kind of localeID is passed in.">ures_openDirect</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* packageName, 
<a name="l00185"></a>00185                 <span class="keyword">const</span> <span class="keywordtype">char</span>* locale, 
<a name="l00186"></a>00186                 <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="l00187"></a>00187 
<a name="l00206"></a>00206 <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="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>* <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00207"></a>00207 <a class="code" href="ures_8h.html#a73d8f9711d915ef1888a7e149f64a9ae" title="Same as ures_open() but takes a const UChar *path.">ures_openU</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>* packageName, 
<a name="l00208"></a>00208            <span class="keyword">const</span> <span class="keywordtype">char</span>* locale, 
<a name="l00209"></a>00209            <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="l00210"></a>00210 
<a name="l00227"></a>00227 <a class="code" href="umachine_8h.html#a15493bbbc3793fa60b33cad4955430a0" title="This is used to declare a function as a deprecated public ICU C API.">U_DEPRECATED</a> int32_t <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00228"></a>00228 <a class="code" href="ures_8h.html#a09607e48125e46397a843f255640fe2e" title="Returns the number of strings/arrays in resource bundles.">ures_countArrayItems</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>* resourceBundle,
<a name="l00229"></a>00229                      <span class="keyword">const</span> <span class="keywordtype">char</span>* resourceKey,
<a name="l00230"></a>00230                      <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>* err);
<a name="l00239"></a>00239 <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="l00240"></a>00240 <a class="code" href="ures_8h.html#addb8be0af245c0f745458e7ad925a490" title="Close a resource bundle, all pointers returned from the various ures_getXXX calls...">ures_close</a>(<a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>* resourceBundle);
<a name="l00241"></a>00241 
<a name="l00242"></a>00242 <span class="preprocessor">#if U_SHOW_CPLUSPLUS_API</span>
<a name="l00243"></a>00243 <span class="preprocessor"></span>
<a name="l00244"></a>00244 <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="l00245"></a>00245 
<a name="l00255"></a>00255 U_DEFINE_LOCAL_OPEN_POINTER(LocalUResourceBundlePointer, <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>, <a class="code" href="ures_8h.html#addb8be0af245c0f745458e7ad925a490" title="Close a resource bundle, all pointers returned from the various ures_getXXX calls...">ures_close</a>);
<a name="l00256"></a>00256 
<a name="l00257"></a>00257 <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="l00258"></a>00258 
<a name="l00259"></a>00259 <span class="preprocessor">#endif</span>
<a name="l00260"></a>00260 <span class="preprocessor"></span>
<a name="l00271"></a>00271 <a class="code" href="umachine_8h.html#a15493bbbc3793fa60b33cad4955430a0" title="This is used to declare a function as a deprecated public ICU C API.">U_DEPRECATED</a> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00272"></a>00272 <a class="code" href="ures_8h.html#a33679a8207b84dda51bff3e30c04174f" title="Return the version number associated with this ResourceBundle as a string.">ures_getVersionNumber</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>*   resourceBundle);
<a name="l00273"></a>00273 
<a name="l00283"></a>00283 <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="l00284"></a>00284 <a class="code" href="ures_8h.html#a2edd739dcbf0062e0c344b4a4e0a26d2" title="Return the version number associated with this ResourceBundle as an UVersionInfo...">ures_getVersion</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>* resB, 
<a name="l00285"></a>00285                 <a class="code" href="uversion_8h.html#a61caef96ba86d8e86a4031925ea44e94" title="The binary form of a version on ICU APIs is an array of 4 uint8_t.">UVersionInfo</a> versionInfo);
<a name="l00286"></a>00286 
<a name="l00299"></a>00299 <a class="code" href="umachine_8h.html#a15493bbbc3793fa60b33cad4955430a0" title="This is used to declare a function as a deprecated public ICU C API.">U_DEPRECATED</a> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00300"></a>00300 <a class="code" href="ures_8h.html#a82bdc1bb4f0afdb2d263c3589eaa9b62" title="Return the name of the Locale associated with this ResourceBundle.">ures_getLocale</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>* resourceBundle, 
<a name="l00301"></a>00301                <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="l00302"></a>00302 
<a name="l00303"></a>00303 
<a name="l00316"></a>00316 <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> <span class="keywordtype">char</span>* <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00317"></a>00317 <a class="code" href="ures_8h.html#a39d1e5c7a265c24ebaa684b55a74c0e0" title="Return the name of the Locale associated with this ResourceBundle.">ures_getLocaleByType</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>* resourceBundle, 
<a name="l00318"></a>00318                      <a class="code" href="uloc_8h.html#adf053345d343f8d82ae080f7a5871f34" title="Constants for *_getLocale() Allow user to select whether she wants information on...">ULocDataLocaleType</a> type, 
<a name="l00319"></a>00319                      <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="l00320"></a>00320 
<a name="l00321"></a>00321 
<a name="l00338"></a>00338 <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="l00339"></a>00339 <a class="code" href="ures_8h.html#a41dc0b7aa46942d3034ffce73adf9aea" title="Same as ures_open() but uses the fill-in parameter instead of allocating a bundle...">ures_openFillIn</a>(<a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *r, 
<a name="l00340"></a>00340                 <span class="keyword">const</span> <span class="keywordtype">char</span>* packageName,
<a name="l00341"></a>00341                 <span class="keyword">const</span> <span class="keywordtype">char</span>* localeID, 
<a name="l00342"></a>00342                 <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="l00343"></a>00343 
<a name="l00361"></a>00361 <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="l00362"></a>00362 <a class="code" href="ures_8h.html#a088b560881f84521caefc1513efc45af" title="Returns a string from a string resource type.">ures_getString</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>* resourceBundle, 
<a name="l00363"></a>00363                int32_t* len, 
<a name="l00364"></a>00364                <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="l00365"></a>00365 
<a name="l00413"></a>00413 <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> <span class="keywordtype">char</span> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00414"></a>00414 <a class="code" href="ures_8h.html#a1dd8d20a524c70ef8ec9943221f82021" title="Returns a UTF-8 string from a string resource.">ures_getUTF8String</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *resB,
<a name="l00415"></a>00415                    <span class="keywordtype">char</span> *dest, int32_t *length,
<a name="l00416"></a>00416                    <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> forceCopy,
<a name="l00417"></a>00417                    <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="l00418"></a>00418 
<a name="l00436"></a>00436 <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> uint8_t* <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00437"></a>00437 <a class="code" href="ures_8h.html#a3d29628c77fb9c5fffa412257aa743cc" title="Returns a binary data from a binary resource.">ures_getBinary</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>* resourceBundle, 
<a name="l00438"></a>00438                int32_t* len, 
<a name="l00439"></a>00439                <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="l00440"></a>00440 
<a name="l00458"></a>00458 <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> int32_t* <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00459"></a>00459 <a class="code" href="ures_8h.html#ae89d1bc77281a8a61896f6615cd506ea" title="Returns a 32 bit integer array from a resource.">ures_getIntVector</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>* resourceBundle, 
<a name="l00460"></a>00460                   int32_t* len, 
<a name="l00461"></a>00461                   <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="l00462"></a>00462 
<a name="l00479"></a>00479 <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> uint32_t <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00480"></a>00480 <a class="code" href="ures_8h.html#aa21170067cf90e1d492b4806f31c6a9c" title="Returns an unsigned integer from a resource.">ures_getUInt</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>* resourceBundle, 
<a name="l00481"></a>00481              <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="l00482"></a>00482 
<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="ures_8h.html#ab718b0e9c6e06a2bbcce9a71e04b185e" title="Returns a signed integer from a resource.">ures_getInt</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>* resourceBundle, 
<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="l00513"></a>00513 <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="l00514"></a>00514 <a class="code" href="ures_8h.html#a4eb5d79c3799ee8cfe0cbd96322581bd" title="Returns the size of a resource.">ures_getSize</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *resourceBundle);
<a name="l00515"></a>00515 
<a name="l00524"></a>00524 <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="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fb" title="Numeric constants for types of resource items.">UResType</a> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00525"></a>00525 <a class="code" href="ures_8h.html#a77ac531cd4bdc588efd21b2d9b7e2471" title="Returns the type of a resource.">ures_getType</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *resourceBundle);
<a name="l00526"></a>00526 
<a name="l00535"></a>00535 <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> <span class="keywordtype">char</span> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00536"></a>00536 <a class="code" href="ures_8h.html#a9c391e946d5d4bc204c1cc7798de6668" title="Returns the key associated with a given resource.">ures_getKey</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *resourceBundle);
<a name="l00537"></a>00537 
<a name="l00538"></a>00538 <span class="comment">/* ITERATION API </span>
<a name="l00539"></a>00539 <span class="comment">    This API provides means for iterating through a resource</span>
<a name="l00540"></a>00540 <span class="comment">*/</span>
<a name="l00541"></a>00541 
<a name="l00548"></a>00548 <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="l00549"></a>00549 <a class="code" href="ures_8h.html#ab0755e4d54d950e32acc785cbc46c431" title="Resets the internal context of a resource so that iteration starts from the first...">ures_resetIterator</a>(<a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *resourceBundle);
<a name="l00550"></a>00550 
<a name="l00558"></a>00558 <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="l00559"></a>00559 <a class="code" href="ures_8h.html#a787089fdc0669fe3ec7f5023b628a642" title="Checks whether the given resource has another element to iterate over.">ures_hasNext</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *resourceBundle);
<a name="l00560"></a>00560 
<a name="l00573"></a>00573 <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="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>* <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00574"></a>00574 <a class="code" href="ures_8h.html#a04ad67a1b8feaca7b817ce51e4878d1d" title="Returns the next resource in a given resource or NULL if there are no more resources...">ures_getNextResource</a>(<a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *resourceBundle, 
<a name="l00575"></a>00575                      <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *fillIn, 
<a name="l00576"></a>00576                      <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="l00577"></a>00577 
<a name="l00590"></a>00590 <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="l00591"></a>00591 <a class="code" href="ures_8h.html#ab3c74eb748adde7d83bd8a9ac52bb58e" title="Returns the next string in a given resource or NULL if there are no more resources...">ures_getNextString</a>(<a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *resourceBundle, 
<a name="l00592"></a>00592                    int32_t* len, 
<a name="l00593"></a>00593                    <span class="keyword">const</span> <span class="keywordtype">char</span> ** key, 
<a name="l00594"></a>00594                    <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="l00595"></a>00595 
<a name="l00608"></a>00608 <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="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>* <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00609"></a>00609 <a class="code" href="ures_8h.html#aae9284d2a6a4c8169cc2e7c7d89a29e6" title="Returns the resource in a given resource at the specified index.">ures_getByIndex</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *resourceBundle, 
<a name="l00610"></a>00610                 int32_t indexR, 
<a name="l00611"></a>00611                 <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *fillIn, 
<a name="l00612"></a>00612                 <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="l00613"></a>00613 
<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="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="l00626"></a>00626 <a class="code" href="ures_8h.html#a1ac2f42ee782365ab291f6135e5b0073" title="Returns the string in a given resource at the specified index.">ures_getStringByIndex</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *resourceBundle, 
<a name="l00627"></a>00627                       int32_t indexS, 
<a name="l00628"></a>00628                       int32_t* len, 
<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="l00679"></a>00679 <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> <span class="keywordtype">char</span> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00680"></a>00680 <a class="code" href="ures_8h.html#af692a3738524bbf6c30bfa56a2135b5b" title="Returns a UTF-8 string from a resource at the specified index.">ures_getUTF8StringByIndex</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *resB,
<a name="l00681"></a>00681                           int32_t stringIndex,
<a name="l00682"></a>00682                           <span class="keywordtype">char</span> *dest, int32_t *pLength,
<a name="l00683"></a>00683                           <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> forceCopy,
<a name="l00684"></a>00684                           <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="l00685"></a>00685 
<a name="l00698"></a>00698 <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="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a>* <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00699"></a>00699 <a class="code" href="ures_8h.html#a9cffc29afd81c60f4a3ce2c8dadf8e98" title="Returns a resource in a given resource that has a given key.">ures_getByKey</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *resourceBundle, 
<a name="l00700"></a>00700               <span class="keyword">const</span> <span class="keywordtype">char</span>* key, 
<a name="l00701"></a>00701               <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *fillIn, 
<a name="l00702"></a>00702               <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="l00703"></a>00703 
<a name="l00716"></a>00716 <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="l00717"></a>00717 <a class="code" href="ures_8h.html#a59b808cfa2bdd08497219849cdeff140" title="Returns a string in a given resource that has a given key.">ures_getStringByKey</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *resB, 
<a name="l00718"></a>00718                     <span class="keyword">const</span> <span class="keywordtype">char</span>* key, 
<a name="l00719"></a>00719                     int32_t* len, 
<a name="l00720"></a>00720                     <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="l00721"></a>00721 
<a name="l00772"></a>00772 <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> <span class="keywordtype">char</span> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00773"></a>00773 <a class="code" href="ures_8h.html#a7fbb24a527a74807dded377ca0ecd41c" title="Returns a UTF-8 string from a resource and a key.">ures_getUTF8StringByKey</a>(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *resB,
<a name="l00774"></a>00774                         <span class="keyword">const</span> <span class="keywordtype">char</span> *key,
<a name="l00775"></a>00775                         <span class="keywordtype">char</span> *dest, int32_t *pLength,
<a name="l00776"></a>00776                         <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> forceCopy,
<a name="l00777"></a>00777                         <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="l00778"></a>00778 
<a name="l00779"></a>00779 <span class="preprocessor">#if U_SHOW_CPLUSPLUS_API</span>
<a name="l00780"></a>00780 <span class="preprocessor"></span><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="l00781"></a>00781 
<a name="l00782"></a>00782 <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="l00794"></a>00794 <span class="keyword">inline</span> <a class="code" href="classUnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides...">UnicodeString</a> 
<a name="l00795"></a>00795 ures_getUnicodeString(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *resB, 
<a name="l00796"></a>00796                       <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="l00797"></a>00797 {
<a name="l00798"></a>00798     int32_t len = 0;
<a name="l00799"></a>00799     <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> *r = <a class="code" href="ures_8h.html#a088b560881f84521caefc1513efc45af" title="Returns a string from a string resource type.">ures_getString</a>(resB, &amp;len, status);
<a name="l00800"></a>00800     <span class="keywordflow">return</span> <a class="code" href="classUnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides...">UnicodeString</a>(<a class="code" href="umachine_8h.html#aa8cecfc5c5c054d2875c03e77b7be15d" title="The TRUE value of a UBool.">TRUE</a>, r, len);
<a name="l00801"></a>00801 }
<a name="l00802"></a>00802 
<a name="l00813"></a>00813 <span class="keyword">inline</span> <a class="code" href="classUnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides...">UnicodeString</a> 
<a name="l00814"></a>00814 ures_getNextUnicodeString(<a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *resB, 
<a name="l00815"></a>00815                           <span class="keyword">const</span> <span class="keywordtype">char</span> ** key, 
<a name="l00816"></a>00816                           <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="l00817"></a>00817 {
<a name="l00818"></a>00818     int32_t len = 0;
<a name="l00819"></a>00819     <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>* r = <a class="code" href="ures_8h.html#ab3c74eb748adde7d83bd8a9ac52bb58e" title="Returns the next string in a given resource or NULL if there are no more resources...">ures_getNextString</a>(resB, &amp;len, key, status);
<a name="l00820"></a>00820     <span class="keywordflow">return</span> <a class="code" href="classUnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides...">UnicodeString</a>(<a class="code" href="umachine_8h.html#aa8cecfc5c5c054d2875c03e77b7be15d" title="The TRUE value of a UBool.">TRUE</a>, r, len);
<a name="l00821"></a>00821 }
<a name="l00822"></a>00822 
<a name="l00832"></a>00832 <span class="keyword">inline</span> <a class="code" href="classUnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides...">UnicodeString</a> 
<a name="l00833"></a>00833 ures_getUnicodeStringByIndex(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *resB, 
<a name="l00834"></a>00834                              int32_t indexS, 
<a name="l00835"></a>00835                              <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="l00836"></a>00836 {
<a name="l00837"></a>00837     int32_t len = 0;
<a name="l00838"></a>00838     <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>* r = <a class="code" href="ures_8h.html#a1ac2f42ee782365ab291f6135e5b0073" title="Returns the string in a given resource at the specified index.">ures_getStringByIndex</a>(resB, indexS, &amp;len, status);
<a name="l00839"></a>00839     <span class="keywordflow">return</span> <a class="code" href="classUnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides...">UnicodeString</a>(<a class="code" href="umachine_8h.html#aa8cecfc5c5c054d2875c03e77b7be15d" title="The TRUE value of a UBool.">TRUE</a>, r, len);
<a name="l00840"></a>00840 }
<a name="l00841"></a>00841 
<a name="l00852"></a>00852 <span class="keyword">inline</span> <a class="code" href="classUnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides...">UnicodeString</a> 
<a name="l00853"></a>00853 ures_getUnicodeStringByKey(<span class="keyword">const</span> <a class="code" href="ures_8h.html#a7391119e9274be9ba2e6892b48a2bbbe">UResourceBundle</a> *resB, 
<a name="l00854"></a>00854                            <span class="keyword">const</span> <span class="keywordtype">char</span>* key, 
<a name="l00855"></a>00855                            <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="l00856"></a>00856 {
<a name="l00857"></a>00857     int32_t len = 0;
<a name="l00858"></a>00858     <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>* r = <a class="code" href="ures_8h.html#a59b808cfa2bdd08497219849cdeff140" title="Returns a string in a given resource that has a given key.">ures_getStringByKey</a>(resB, key, &amp;len, status);
<a name="l00859"></a>00859     <span class="keywordflow">return</span> <a class="code" href="classUnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides...">UnicodeString</a>(<a class="code" href="umachine_8h.html#aa8cecfc5c5c054d2875c03e77b7be15d" title="The TRUE value of a UBool.">TRUE</a>, r, len);
<a name="l00860"></a>00860 }
<a name="l00861"></a>00861 
<a name="l00862"></a>00862 <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="l00863"></a>00863 
<a name="l00864"></a>00864 <span class="preprocessor">#endif</span>
<a name="l00865"></a>00865 <span class="preprocessor"></span>
<a name="l00874"></a>00874 <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="uenum_8h.html#a32b7253b2148022535be36a9fcdb5a8d" title="structure representing an enumeration object instance">UEnumeration</a>* <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00875"></a>00875 <a class="code" href="ures_8h.html#af546de139ec4fc9fba12a9fa1debcfac" title="Create a string enumerator, owned by the caller, of all locales located within the...">ures_openAvailableLocales</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *packageName, <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="l00876"></a>00876 
<a name="l00877"></a>00877 
<a name="l00878"></a>00878 <span class="preprocessor">#endif </span><span class="comment">/*_URES*/</span>
<a name="l00879"></a>00879 <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>