Sophie

Sophie

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

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: uloc.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>uloc.h</h1><a href="uloc_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-2010, 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 ULOC.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">*   08/22/98    stephen     JDK 1.2 sync.</span>
<a name="l00014"></a>00014 <span class="comment">*   12/08/98    rtg         New C API for Locale</span>
<a name="l00015"></a>00015 <span class="comment">*   03/30/99    damiba      overhaul</span>
<a name="l00016"></a>00016 <span class="comment">*   03/31/99    helena      Javadoc for uloc functions.</span>
<a name="l00017"></a>00017 <span class="comment">*   04/15/99    Madhu       Updated Javadoc</span>
<a name="l00018"></a>00018 <span class="comment">********************************************************************************</span>
<a name="l00019"></a>00019 <span class="comment">*/</span>
<a name="l00020"></a>00020 
<a name="l00021"></a>00021 <span class="preprocessor">#ifndef ULOC_H</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="preprocessor">#define ULOC_H</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span>
<a name="l00024"></a>00024 <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="l00025"></a>00025 <span class="preprocessor">#include &quot;<a class="code" href="uenum_8h.html" title="C API: String Enumeration.">unicode/uenum.h</a>&quot;</span>
<a name="l00026"></a>00026 
<a name="l00201"></a><a class="code" href="uloc_8h.html#af1e4f6e75642a19b48985c3308dbda1e">00201</a> <span class="preprocessor">#define ULOC_CHINESE            &quot;zh&quot;</span>
<a name="l00202"></a>00202 <span class="preprocessor"></span>
<a name="l00203"></a><a class="code" href="uloc_8h.html#a7b3b387e4b7df73ab84087789e51793a">00203</a> <span class="preprocessor">#define ULOC_ENGLISH            &quot;en&quot;</span>
<a name="l00204"></a>00204 <span class="preprocessor"></span>
<a name="l00205"></a><a class="code" href="uloc_8h.html#afaf01f72121f4b5d55efd9b1906a637a">00205</a> <span class="preprocessor">#define ULOC_FRENCH             &quot;fr&quot;</span>
<a name="l00206"></a>00206 <span class="preprocessor"></span>
<a name="l00207"></a><a class="code" href="uloc_8h.html#a3d0e219396f99a84c0935ca9e3906b9f">00207</a> <span class="preprocessor">#define ULOC_GERMAN             &quot;de&quot;</span>
<a name="l00208"></a>00208 <span class="preprocessor"></span>
<a name="l00209"></a><a class="code" href="uloc_8h.html#afafec50dc9f01b9222f2b294e00d37bc">00209</a> <span class="preprocessor">#define ULOC_ITALIAN            &quot;it&quot;</span>
<a name="l00210"></a>00210 <span class="preprocessor"></span>
<a name="l00211"></a><a class="code" href="uloc_8h.html#a9ea383605956797a51f7b292957a4635">00211</a> <span class="preprocessor">#define ULOC_JAPANESE           &quot;ja&quot;</span>
<a name="l00212"></a>00212 <span class="preprocessor"></span>
<a name="l00213"></a><a class="code" href="uloc_8h.html#adc5c81580522c61757afccfc7b321259">00213</a> <span class="preprocessor">#define ULOC_KOREAN             &quot;ko&quot;</span>
<a name="l00214"></a>00214 <span class="preprocessor"></span>
<a name="l00215"></a><a class="code" href="uloc_8h.html#a9e6ce1d4d9dd30192013320785f649ff">00215</a> <span class="preprocessor">#define ULOC_SIMPLIFIED_CHINESE &quot;zh_CN&quot;</span>
<a name="l00216"></a>00216 <span class="preprocessor"></span>
<a name="l00217"></a><a class="code" href="uloc_8h.html#a65d0986d91df6188d055cea37b7631a6">00217</a> <span class="preprocessor">#define ULOC_TRADITIONAL_CHINESE &quot;zh_TW&quot;</span>
<a name="l00218"></a>00218 <span class="preprocessor"></span>
<a name="l00220"></a><a class="code" href="uloc_8h.html#a746eb7d63e452deb4e8d5cd018c8fe7a">00220</a> <span class="preprocessor">#define ULOC_CANADA         &quot;en_CA&quot;</span>
<a name="l00221"></a>00221 <span class="preprocessor"></span>
<a name="l00222"></a><a class="code" href="uloc_8h.html#ada2bca2d83bec81496f7a7c6c7a35adb">00222</a> <span class="preprocessor">#define ULOC_CANADA_FRENCH  &quot;fr_CA&quot;</span>
<a name="l00223"></a>00223 <span class="preprocessor"></span>
<a name="l00224"></a><a class="code" href="uloc_8h.html#a246c0f569b610c6da2e185b7ced3043d">00224</a> <span class="preprocessor">#define ULOC_CHINA          &quot;zh_CN&quot;</span>
<a name="l00225"></a>00225 <span class="preprocessor"></span>
<a name="l00226"></a><a class="code" href="uloc_8h.html#a4dc1d8c0642fb43ced1ae6e609f28724">00226</a> <span class="preprocessor">#define ULOC_PRC            &quot;zh_CN&quot;</span>
<a name="l00227"></a>00227 <span class="preprocessor"></span>
<a name="l00228"></a><a class="code" href="uloc_8h.html#a86b421b7341a237421f78a2a63184057">00228</a> <span class="preprocessor">#define ULOC_FRANCE         &quot;fr_FR&quot;</span>
<a name="l00229"></a>00229 <span class="preprocessor"></span>
<a name="l00230"></a><a class="code" href="uloc_8h.html#a1b561518d9e0daef25e619b2c0c66dd9">00230</a> <span class="preprocessor">#define ULOC_GERMANY        &quot;de_DE&quot;</span>
<a name="l00231"></a>00231 <span class="preprocessor"></span>
<a name="l00232"></a><a class="code" href="uloc_8h.html#adb449b98da021a78151f4b929ecb4102">00232</a> <span class="preprocessor">#define ULOC_ITALY          &quot;it_IT&quot;</span>
<a name="l00233"></a>00233 <span class="preprocessor"></span>
<a name="l00234"></a><a class="code" href="uloc_8h.html#a7c98b1c45b011eb2165160270f10931c">00234</a> <span class="preprocessor">#define ULOC_JAPAN          &quot;ja_JP&quot;</span>
<a name="l00235"></a>00235 <span class="preprocessor"></span>
<a name="l00236"></a><a class="code" href="uloc_8h.html#aa56a91a89d347608d3d6af8821b7eea6">00236</a> <span class="preprocessor">#define ULOC_KOREA          &quot;ko_KR&quot;</span>
<a name="l00237"></a>00237 <span class="preprocessor"></span>
<a name="l00238"></a><a class="code" href="uloc_8h.html#ab1e44179a709c8b049bdd2aa4c805e50">00238</a> <span class="preprocessor">#define ULOC_TAIWAN         &quot;zh_TW&quot;</span>
<a name="l00239"></a>00239 <span class="preprocessor"></span>
<a name="l00240"></a><a class="code" href="uloc_8h.html#a036c7ccbaa867fdd96d1b6390142d18c">00240</a> <span class="preprocessor">#define ULOC_UK             &quot;en_GB&quot;</span>
<a name="l00241"></a>00241 <span class="preprocessor"></span>
<a name="l00242"></a><a class="code" href="uloc_8h.html#aa55404d3c725af4e05e65e5b40a6e13d">00242</a> <span class="preprocessor">#define ULOC_US             &quot;en_US&quot;</span>
<a name="l00243"></a>00243 <span class="preprocessor"></span>
<a name="l00249"></a><a class="code" href="uloc_8h.html#a9dd4ed9ce1465a8c98c5f9edafb8c933">00249</a> <span class="preprocessor">#define ULOC_LANG_CAPACITY 12</span>
<a name="l00250"></a>00250 <span class="preprocessor"></span>
<a name="l00256"></a><a class="code" href="uloc_8h.html#a356983b956cf3cb61e5d5ed0cd296385">00256</a> <span class="preprocessor">#define ULOC_COUNTRY_CAPACITY 4</span>
<a name="l00257"></a>00257 <span class="preprocessor"></span>
<a name="l00262"></a><a class="code" href="uloc_8h.html#ac070d94b27bb71f73bafd4c31ed53081">00262</a> <span class="preprocessor">#define ULOC_FULLNAME_CAPACITY 157</span>
<a name="l00263"></a>00263 <span class="preprocessor"></span>
<a name="l00269"></a><a class="code" href="uloc_8h.html#a2e60b17e30b020269c89c2ca83c8ea40">00269</a> <span class="preprocessor">#define ULOC_SCRIPT_CAPACITY 6</span>
<a name="l00270"></a>00270 <span class="preprocessor"></span>
<a name="l00275"></a><a class="code" href="uloc_8h.html#a56c1ecca7967df9d83044fa54248ea03">00275</a> <span class="preprocessor">#define ULOC_KEYWORDS_CAPACITY 50</span>
<a name="l00276"></a>00276 <span class="preprocessor"></span>
<a name="l00281"></a><a class="code" href="uloc_8h.html#a48dc9fb3bfd43ed8852387a725260622">00281</a> <span class="preprocessor">#define ULOC_KEYWORD_AND_VALUES_CAPACITY 100</span>
<a name="l00282"></a>00282 <span class="preprocessor"></span>
<a name="l00288"></a><a class="code" href="uloc_8h.html#a95caa9ed83b65408fc6fefed059e7a4e">00288</a> <span class="preprocessor">#define ULOC_KEYWORD_SEPARATOR &apos;@&apos;</span>
<a name="l00289"></a>00289 <span class="preprocessor"></span>
<a name="l00293"></a><a class="code" href="uloc_8h.html#a624227fd242e922ed98ee574df22b1f6">00293</a> <span class="preprocessor">#define ULOC_KEYWORD_ASSIGN &apos;=&apos;</span>
<a name="l00294"></a>00294 <span class="preprocessor"></span>
<a name="l00298"></a><a class="code" href="uloc_8h.html#a907733baa1967a626c1ebb36d327675d">00298</a> <span class="preprocessor">#define ULOC_KEYWORD_ITEM_SEPARATOR &apos;;&apos;</span>
<a name="l00299"></a>00299 <span class="preprocessor"></span>
<a name="l00314"></a><a class="code" href="uloc_8h.html#adf053345d343f8d82ae080f7a5871f34">00314</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> {
<a name="l00318"></a><a class="code" href="uloc_8h.html#adf053345d343f8d82ae080f7a5871f34a95bd603a0102238a5235bf89a45edaf9">00318</a>   <a class="code" href="uloc_8h.html#adf053345d343f8d82ae080f7a5871f34a95bd603a0102238a5235bf89a45edaf9" title="This is locale the data actually comes from.">ULOC_ACTUAL_LOCALE</a>    = 0,
<a name="l00322"></a><a class="code" href="uloc_8h.html#adf053345d343f8d82ae080f7a5871f34abe12d6c03ab1fa05e028de64daf97d8c">00322</a>   <a class="code" href="uloc_8h.html#adf053345d343f8d82ae080f7a5871f34abe12d6c03ab1fa05e028de64daf97d8c" title="This is the most specific locale supported by ICU.">ULOC_VALID_LOCALE</a>    = 1,
<a name="l00323"></a>00323 
<a name="l00324"></a>00324 <span class="preprocessor">#ifndef U_HIDE_DEPRECATED_API</span>
<a name="l00325"></a>00325 <span class="preprocessor"></span>
<a name="l00328"></a><a class="code" href="uloc_8h.html#adf053345d343f8d82ae080f7a5871f34ae26d6cf4bf10b95b2bc1f58b2a00ef76">00328</a>   <a class="code" href="uloc_8h.html#adf053345d343f8d82ae080f7a5871f34ae26d6cf4bf10b95b2bc1f58b2a00ef76" title="This is the requested locale.">ULOC_REQUESTED_LOCALE</a> = 2,
<a name="l00329"></a>00329 <span class="preprocessor">#endif </span><span class="comment">/* U_HIDE_DEPRECATED_API */</span>
<a name="l00330"></a>00330 
<a name="l00331"></a>00331   ULOC_DATA_LOCALE_TYPE_LIMIT = 3
<a name="l00332"></a>00332 } <a class="code" href="uloc_8h.html#adf053345d343f8d82ae080f7a5871f34" title="Constants for *_getLocale() Allow user to select whether she wants information on...">ULocDataLocaleType</a> ;
<a name="l00333"></a>00333 
<a name="l00334"></a>00334 
<a name="l00346"></a>00346 <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="l00347"></a>00347 <a class="code" href="uloc_8h.html#adbc1e91581ae0e0ec421dafcc35c06c1" title="Gets ICU&amp;#39;s default locale.">uloc_getDefault</a>(<span class="keywordtype">void</span>);
<a name="l00348"></a>00348 
<a name="l00366"></a>00366 <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="l00367"></a>00367 <a class="code" href="uloc_8h.html#a472d1176dda100491e873e58018ba7d4" title="Sets ICU&amp;#39;s default locale.">uloc_setDefault</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* localeID,
<a name="l00368"></a>00368         <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="l00369"></a>00369 
<a name="l00382"></a>00382 <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="l00383"></a>00383 <a class="code" href="uloc_8h.html#a8d88e113b134c0fd61b37815163abd8e" title="Gets the language code for the specified locale.">uloc_getLanguage</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>*    localeID,
<a name="l00384"></a>00384          <span class="keywordtype">char</span>* language,
<a name="l00385"></a>00385          int32_t languageCapacity,
<a name="l00386"></a>00386          <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="l00387"></a>00387 
<a name="l00400"></a>00400 <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="l00401"></a>00401 <a class="code" href="uloc_8h.html#a6e9e30529b84f5b5e1213829e0a47144" title="Gets the script code for the specified locale.">uloc_getScript</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>*    localeID,
<a name="l00402"></a>00402          <span class="keywordtype">char</span>* script,
<a name="l00403"></a>00403          int32_t scriptCapacity,
<a name="l00404"></a>00404          <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="l00405"></a>00405 
<a name="l00418"></a>00418 <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="l00419"></a>00419 <a class="code" href="uloc_8h.html#a248777437a9795b6bcf4b8c8d7e405db" title="Gets the country code for the specified locale.">uloc_getCountry</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>*    localeID,
<a name="l00420"></a>00420         <span class="keywordtype">char</span>* country,
<a name="l00421"></a>00421         int32_t countryCapacity,
<a name="l00422"></a>00422         <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="l00423"></a>00423 
<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> int32_t <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00437"></a>00437 <a class="code" href="uloc_8h.html#ac9d081c2f4e3f1736d943ec1d66b776f" title="Gets the variant code for the specified locale.">uloc_getVariant</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>*    localeID,
<a name="l00438"></a>00438         <span class="keywordtype">char</span>* variant,
<a name="l00439"></a>00439         int32_t variantCapacity,
<a name="l00440"></a>00440         <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="l00441"></a>00441 
<a name="l00442"></a>00442 
<a name="l00459"></a>00459 <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="l00460"></a>00460 <a class="code" href="uloc_8h.html#a1b817e9efa7ca5711d3b5abd19227296" title="Gets the full name for the specified locale.">uloc_getName</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>*    localeID,
<a name="l00461"></a>00461          <span class="keywordtype">char</span>* name,
<a name="l00462"></a>00462          int32_t nameCapacity,
<a name="l00463"></a>00463          <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="l00464"></a>00464 
<a name="l00482"></a>00482 <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="l00483"></a>00483 <a class="code" href="uloc_8h.html#afe5adae51e287be339c57142947eb290" title="Gets the full name for the specified locale.">uloc_canonicalize</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>*    localeID,
<a name="l00484"></a>00484          <span class="keywordtype">char</span>* name,
<a name="l00485"></a>00485          int32_t nameCapacity,
<a name="l00486"></a>00486          <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="l00487"></a>00487 
<a name="l00495"></a>00495 <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="l00496"></a>00496 <a class="code" href="uloc_8h.html#ab1045e01cbf36fd8a4f8ae9b82ef4c94" title="Gets the ISO language code for the specified locale.">uloc_getISO3Language</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* localeID);
<a name="l00497"></a>00497 
<a name="l00498"></a>00498 
<a name="l00506"></a>00506 <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="l00507"></a>00507 <a class="code" href="uloc_8h.html#ad9950c4d96caa332816532fbedf641f2" title="Gets the ISO country code for the specified locale.">uloc_getISO3Country</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* localeID);
<a name="l00508"></a>00508 
<a name="l00517"></a>00517 <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="l00518"></a>00518 <a class="code" href="uloc_8h.html#a18b4a9328cc5e90db4e8f3a1b79ebff5" title="Gets the Win32 LCID value for the specified locale.">uloc_getLCID</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* localeID);
<a name="l00519"></a>00519 
<a name="l00536"></a>00536 <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="l00537"></a>00537 <a class="code" href="uloc_8h.html#a3bf3527de225342853d1fe97503590f7" title="Gets the language name suitable for display for the specified locale.">uloc_getDisplayLanguage</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* locale,
<a name="l00538"></a>00538             <span class="keyword">const</span> <span class="keywordtype">char</span>* displayLocale,
<a name="l00539"></a>00539             <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>* language,
<a name="l00540"></a>00540             int32_t languageCapacity,
<a name="l00541"></a>00541             <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="l00542"></a>00542 
<a name="l00559"></a>00559 <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="l00560"></a>00560 <a class="code" href="uloc_8h.html#aabf272c2adcb6c0c7dc149bf33b0e39c" title="Gets the script name suitable for display for the specified locale.">uloc_getDisplayScript</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* locale,
<a name="l00561"></a>00561             <span class="keyword">const</span> <span class="keywordtype">char</span>* displayLocale,
<a name="l00562"></a>00562             <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>* script,
<a name="l00563"></a>00563             int32_t scriptCapacity,
<a name="l00564"></a>00564             <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="l00565"></a>00565 
<a name="l00582"></a>00582 <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="l00583"></a>00583 <a class="code" href="uloc_8h.html#a2debe5d381bed15bc17a9f943e921e3a" title="Gets the country name suitable for display for the specified locale.">uloc_getDisplayCountry</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* locale,
<a name="l00584"></a>00584                        <span class="keyword">const</span> <span class="keywordtype">char</span>* displayLocale,
<a name="l00585"></a>00585                        <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>* country,
<a name="l00586"></a>00586                        int32_t countryCapacity,
<a name="l00587"></a>00587                        <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="l00588"></a>00588 
<a name="l00589"></a>00589 
<a name="l00606"></a>00606 <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="l00607"></a>00607 <a class="code" href="uloc_8h.html#a45c5307fc3c2ae57a8c7ec81eb441fd2" title="Gets the variant name suitable for display for the specified locale.">uloc_getDisplayVariant</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* locale,
<a name="l00608"></a>00608                        <span class="keyword">const</span> <span class="keywordtype">char</span>* displayLocale,
<a name="l00609"></a>00609                        <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>* variant,
<a name="l00610"></a>00610                        int32_t variantCapacity,
<a name="l00611"></a>00611                        <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="l00612"></a>00612 
<a name="l00653"></a>00653 <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="l00654"></a>00654 <a class="code" href="uloc_8h.html#a17562898c39cd95b062b5e02b44ebce2" title="Gets the keyword name suitable for display for the specified locale.">uloc_getDisplayKeyword</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* keyword,
<a name="l00655"></a>00655                        <span class="keyword">const</span> <span class="keywordtype">char</span>* displayLocale,
<a name="l00656"></a>00656                        <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>* dest,
<a name="l00657"></a>00657                        int32_t destCapacity,
<a name="l00658"></a>00658                        <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="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> int32_t <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00680"></a>00680 <a class="code" href="uloc_8h.html#a5b7a991655765f14e6c79ff8b74b47ff" title="Gets the value of the keyword suitable for display for the specified locale.">uloc_getDisplayKeywordValue</a>(   <span class="keyword">const</span> <span class="keywordtype">char</span>* locale,
<a name="l00681"></a>00681                                <span class="keyword">const</span> <span class="keywordtype">char</span>* keyword,
<a name="l00682"></a>00682                                <span class="keyword">const</span> <span class="keywordtype">char</span>* displayLocale,
<a name="l00683"></a>00683                                <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>* dest,
<a name="l00684"></a>00684                                int32_t destCapacity,
<a name="l00685"></a>00685                                <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="l00702"></a>00702 <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="l00703"></a>00703 <a class="code" href="uloc_8h.html#a3050cbd9c84aae5a406f923c8736e151" title="Gets the full name suitable for display for the specified locale.">uloc_getDisplayName</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* localeID,
<a name="l00704"></a>00704             <span class="keyword">const</span> <span class="keywordtype">char</span>* inLocaleID,
<a name="l00705"></a>00705             <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>* result,
<a name="l00706"></a>00706             int32_t maxResultSize,
<a name="l00707"></a>00707             <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="l00708"></a>00708 
<a name="l00709"></a>00709 
<a name="l00720"></a>00720 <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="l00721"></a>00721 <a class="code" href="uloc_8h.html#a75df9657cc46472afa94e4cbd4a1529b" title="Gets the specified locale from a list of all available locales.">uloc_getAvailable</a>(int32_t n);
<a name="l00722"></a>00722 
<a name="l00729"></a>00729 <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 class="code" href="uloc_8h.html#a5e2344d83cc55eee38595d50b62294dc" title="Gets the size of the all available locale list.">uloc_countAvailable</a>(<span class="keywordtype">void</span>);
<a name="l00730"></a>00730 
<a name="l00740"></a>00740 <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>* <span class="keyword">const</span>* <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00741"></a>00741 <a class="code" href="uloc_8h.html#a9d4f51992a2efac9369c223b5aae9c37" title="Gets a list of all available language codes defined in ISO 639.">uloc_getISOLanguages</a>(<span class="keywordtype">void</span>);
<a name="l00742"></a>00742 
<a name="l00752"></a>00752 <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>* <span class="keyword">const</span>* <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00753"></a>00753 <a class="code" href="uloc_8h.html#a673b0c89a78f098f797bab114eb8de82" title="Gets a list of all available 2-letter country codes defined in ISO 639.">uloc_getISOCountries</a>(<span class="keywordtype">void</span>);
<a name="l00754"></a>00754 
<a name="l00768"></a>00768 <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="l00769"></a>00769 <a class="code" href="uloc_8h.html#ab722eaa3e697c2df034e1a65fba0b06d" title="Truncate the locale ID string to get the parent locale ID.">uloc_getParent</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>*    localeID,
<a name="l00770"></a>00770                  <span class="keywordtype">char</span>* parent,
<a name="l00771"></a>00771                  int32_t parentCapacity,
<a name="l00772"></a>00772                  <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="l00773"></a>00773 
<a name="l00774"></a>00774 
<a name="l00775"></a>00775 
<a name="l00776"></a>00776 
<a name="l00796"></a>00796 <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="l00797"></a>00797 <a class="code" href="uloc_8h.html#a6d153005b268df7f93ccb55219b646c5" title="Gets the full name for the specified locale.">uloc_getBaseName</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>*    localeID,
<a name="l00798"></a>00798          <span class="keywordtype">char</span>* name,
<a name="l00799"></a>00799          int32_t nameCapacity,
<a name="l00800"></a>00800          <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="l00801"></a>00801 
<a name="l00811"></a>00811 <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="l00812"></a>00812 <a class="code" href="uloc_8h.html#a0ad2571c7225304fd9883ddc2047097c" title="Gets an enumeration of keywords for the specified locale.">uloc_openKeywords</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* localeID,
<a name="l00813"></a>00813                         <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="l00814"></a>00814 
<a name="l00826"></a>00826 <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="l00827"></a>00827 <a class="code" href="uloc_8h.html#a1ac8cd994fc39ed8c3865b21cf4f47fa" title="Get the value for a keyword.">uloc_getKeywordValue</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* localeID,
<a name="l00828"></a>00828                      <span class="keyword">const</span> <span class="keywordtype">char</span>* keywordName,
<a name="l00829"></a>00829                      <span class="keywordtype">char</span>* buffer, int32_t bufferCapacity,
<a name="l00830"></a>00830                      <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="l00831"></a>00831 
<a name="l00832"></a>00832 
<a name="l00852"></a>00852 <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="l00853"></a>00853 <a class="code" href="uloc_8h.html#a4ba76d26bf66ef7629a649f6dfc3cc93" title="Set the value of the specified keyword.">uloc_setKeywordValue</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* keywordName,
<a name="l00854"></a>00854                      <span class="keyword">const</span> <span class="keywordtype">char</span>* keywordValue,
<a name="l00855"></a>00855                      <span class="keywordtype">char</span>* buffer, int32_t bufferCapacity,
<a name="l00856"></a>00856                      <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="l00857"></a>00857 
<a name="l00863"></a><a class="code" href="uloc_8h.html#a5570cc4b814b6cc9150ee0be5ee96ca5">00863</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> {
<a name="l00864"></a>00864   ULOC_LAYOUT_LTR   = 0,  <span class="comment">/* left-to-right. */</span>
<a name="l00865"></a>00865   ULOC_LAYOUT_RTL    = 1,  <span class="comment">/* right-to-left. */</span>
<a name="l00866"></a>00866   ULOC_LAYOUT_TTB    = 2,  <span class="comment">/* top-to-bottom. */</span>
<a name="l00867"></a>00867   ULOC_LAYOUT_BTT    = 3,   <span class="comment">/* bottom-to-top. */</span>
<a name="l00868"></a>00868   ULOC_LAYOUT_UNKNOWN
<a name="l00869"></a>00869 } <a class="code" href="uloc_8h.html#a5570cc4b814b6cc9150ee0be5ee96ca5" title="enums for the return value for the character and line orientation functions.">ULayoutType</a>;
<a name="l00870"></a>00870 
<a name="l00879"></a>00879 <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="uloc_8h.html#a5570cc4b814b6cc9150ee0be5ee96ca5" title="enums for the return value for the character and line orientation functions.">ULayoutType</a> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00880"></a>00880 <a class="code" href="uloc_8h.html#a2bb9a5571c5d0b8a47947456e79a170d" title="Get the layout character orientation for the specified locale.">uloc_getCharacterOrientation</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* localeId,
<a name="l00881"></a>00881                              <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="l00882"></a>00882 
<a name="l00891"></a>00891 <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="uloc_8h.html#a5570cc4b814b6cc9150ee0be5ee96ca5" title="enums for the return value for the character and line orientation functions.">ULayoutType</a> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00892"></a>00892 <a class="code" href="uloc_8h.html#ab6a3001d2c92046d7072087b880029fb" title="Get the layout line orientation for the specified locale.">uloc_getLineOrientation</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* localeId,
<a name="l00893"></a>00893                         <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="l00894"></a>00894 
<a name="l00901"></a><a class="code" href="uloc_8h.html#a3ad5cb6cf40e47fec510070d20c29cf9">00901</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> {
<a name="l00902"></a>00902   ULOC_ACCEPT_FAILED   = 0,  <span class="comment">/* No exact match was found. */</span>
<a name="l00903"></a>00903   ULOC_ACCEPT_VALID    = 1,  <span class="comment">/* An exact match was found. */</span>
<a name="l00904"></a>00904   ULOC_ACCEPT_FALLBACK = 2   <span class="comment">/* A fallback was found, for example, </span>
<a name="l00905"></a>00905 <span class="comment">                                Accept list contained &apos;ja_JP&apos;</span>
<a name="l00906"></a>00906 <span class="comment">                                which matched available locale &apos;ja&apos;. */</span>
<a name="l00907"></a>00907 } <a class="code" href="uloc_8h.html#a3ad5cb6cf40e47fec510070d20c29cf9" title="enums for the &amp;#39;outResult&amp;#39; parameter return value">UAcceptResult</a>;
<a name="l00908"></a>00908 
<a name="l00909"></a>00909 
<a name="l00922"></a>00922 <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="l00923"></a>00923 <a class="code" href="uloc_8h.html#aced06018568333e1906ae104ab62757a" title="Based on a HTTP header from a web browser and a list of available locales, determine...">uloc_acceptLanguageFromHTTP</a>(<span class="keywordtype">char</span> *result, int32_t resultAvailable,
<a name="l00924"></a>00924                             <a class="code" href="uloc_8h.html#a3ad5cb6cf40e47fec510070d20c29cf9" title="enums for the &amp;#39;outResult&amp;#39; parameter return value">UAcceptResult</a> *outResult,
<a name="l00925"></a>00925                             <span class="keyword">const</span> <span class="keywordtype">char</span> *httpAcceptLanguage,
<a name="l00926"></a>00926                             <a class="code" href="uenum_8h.html#a32b7253b2148022535be36a9fcdb5a8d" title="structure representing an enumeration object instance">UEnumeration</a>* availableLocales,
<a name="l00927"></a>00927                             <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="l00928"></a>00928 
<a name="l00942"></a>00942 <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="l00943"></a>00943 <a class="code" href="uloc_8h.html#a3b9d2f95d1a205665a0597762fd08ca2" title="Based on a list of available locales, determine an acceptable locale for the user...">uloc_acceptLanguage</a>(<span class="keywordtype">char</span> *result, int32_t resultAvailable, 
<a name="l00944"></a>00944                     <a class="code" href="uloc_8h.html#a3ad5cb6cf40e47fec510070d20c29cf9" title="enums for the &amp;#39;outResult&amp;#39; parameter return value">UAcceptResult</a> *outResult, <span class="keyword">const</span> <span class="keywordtype">char</span> **acceptList,
<a name="l00945"></a>00945                     int32_t acceptListCount,
<a name="l00946"></a>00946                     <a class="code" href="uenum_8h.html#a32b7253b2148022535be36a9fcdb5a8d" title="structure representing an enumeration object instance">UEnumeration</a>* availableLocales,
<a name="l00947"></a>00947                     <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="l00948"></a>00948 
<a name="l00949"></a>00949 
<a name="l00962"></a>00962 <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="l00963"></a>00963 <a class="code" href="uloc_8h.html#a623993d80071d113cbe64d20f6a4956c" title="Gets the ICU locale ID for the specified Win32 LCID value.">uloc_getLocaleForLCID</a>(uint32_t hostID, <span class="keywordtype">char</span> *locale, int32_t localeCapacity,
<a name="l00964"></a>00964                     <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="l00965"></a>00965 
<a name="l00966"></a>00966 
<a name="l01000"></a>01000 <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="l01001"></a>01001 <a class="code" href="uloc_8h.html#a0cb2dcd65f745e7a966a729395499770" title="Add the likely subtags for a provided locale ID, per the algorithm described in the...">uloc_addLikelySubtags</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>*    localeID,
<a name="l01002"></a>01002          <span class="keywordtype">char</span>* maximizedLocaleID,
<a name="l01003"></a>01003          int32_t maximizedLocaleIDCapacity,
<a name="l01004"></a>01004          <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="l01005"></a>01005 
<a name="l01006"></a>01006 
<a name="l01040"></a>01040 <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="l01041"></a>01041 <a class="code" href="uloc_8h.html#acecda5c650c9a3a4e43900c676558e17" title="Minimize the subtags for a provided locale ID, per the algorithm described in the...">uloc_minimizeSubtags</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>*    localeID,
<a name="l01042"></a>01042          <span class="keywordtype">char</span>* minimizedLocaleID,
<a name="l01043"></a>01043          int32_t minimizedLocaleIDCapacity,
<a name="l01044"></a>01044          <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="l01045"></a>01045 
<a name="l01069"></a>01069 <a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> int32_t <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l01070"></a>01070 <a class="code" href="uloc_8h.html#aa45d6457f72867880f079e27a63c6fcb" title="Returns a locale ID for the specified BCP47 language tag string.">uloc_forLanguageTag</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* langtag,
<a name="l01071"></a>01071                     <span class="keywordtype">char</span>* localeID,
<a name="l01072"></a>01072                     int32_t localeIDCapacity,
<a name="l01073"></a>01073                     int32_t* parsedLength,
<a name="l01074"></a>01074                     <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="l01075"></a>01075 
<a name="l01097"></a>01097 <a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> int32_t <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l01098"></a>01098 <a class="code" href="uloc_8h.html#a1d50c91925ca3853fce6f28cf7390c3c" title="Returns a well-formed language tag for this locale ID.">uloc_toLanguageTag</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* localeID,
<a name="l01099"></a>01099                    <span class="keywordtype">char</span>* langtag,
<a name="l01100"></a>01100                    int32_t langtagCapacity,
<a name="l01101"></a>01101                    <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> strict,
<a name="l01102"></a>01102                    <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="l01103"></a>01103 
<a name="l01104"></a>01104 <span class="preprocessor">#endif </span><span class="comment">/*_ULOC*/</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>