Sophie

Sophie

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

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: utrans.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>utrans.h</h1><a href="utrans_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">*   Date        Name        Description</span>
<a name="l00007"></a>00007 <span class="comment">*   06/21/00    aliu        Creation.</span>
<a name="l00008"></a>00008 <span class="comment">*******************************************************************************</span>
<a name="l00009"></a>00009 <span class="comment">*/</span>
<a name="l00010"></a>00010 
<a name="l00011"></a>00011 <span class="preprocessor">#ifndef UTRANS_H</span>
<a name="l00012"></a>00012 <span class="preprocessor"></span><span class="preprocessor">#define UTRANS_H</span>
<a name="l00013"></a>00013 <span class="preprocessor"></span>
<a name="l00014"></a>00014 <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="l00015"></a>00015 
<a name="l00016"></a>00016 <span class="preprocessor">#if !UCONFIG_NO_TRANSLITERATION</span>
<a name="l00017"></a>00017 <span class="preprocessor"></span>
<a name="l00018"></a>00018 <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="l00019"></a>00019 <span class="preprocessor">#include &quot;<a class="code" href="urep_8h.html" title="C API: Callbacks for UReplaceable.">unicode/urep.h</a>&quot;</span>
<a name="l00020"></a>00020 <span class="preprocessor">#include &quot;<a class="code" href="parseerr_8h.html" title="C API: Parse Error Information.">unicode/parseerr.h</a>&quot;</span>
<a name="l00021"></a>00021 <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="l00022"></a>00022 
<a name="l00023"></a>00023 <span class="comment">/********************************************************************</span>
<a name="l00024"></a>00024 <span class="comment"> * General Notes</span>
<a name="l00025"></a>00025 <span class="comment"> ********************************************************************</span>
<a name="l00026"></a>00026 <span class="comment"> */</span>
<a name="l00056"></a>00056 <span class="comment">/********************************************************************</span>
<a name="l00057"></a>00057 <span class="comment"> * Data Structures</span>
<a name="l00058"></a>00058 <span class="comment"> ********************************************************************/</span>
<a name="l00059"></a>00059 
<a name="l00067"></a><a class="code" href="utrans_8h.html#a1230b61c2370123b3f17d88dcdc13154">00067</a> <span class="keyword">typedef</span> <span class="keywordtype">void</span>* <a class="code" href="utrans_8h.html#a1230b61c2370123b3f17d88dcdc13154" title="An opaque transliterator for use in C.">UTransliterator</a>;
<a name="l00068"></a>00068 
<a name="l00077"></a><a class="code" href="utrans_8h.html#a04f480e9e8e40f0d8067521668dc06ec">00077</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code" href="utrans_8h.html#a04f480e9e8e40f0d8067521668dc06ec" title="Direction constant indicating the direction in a transliterator, e.g., the forward...">UTransDirection</a> {
<a name="l00078"></a>00078     
<a name="l00085"></a><a class="code" href="utrans_8h.html#a04f480e9e8e40f0d8067521668dc06eca112cbaa326ae590fb91ecd99839b6f5f">00085</a>     <a class="code" href="utrans_8h.html#a04f480e9e8e40f0d8067521668dc06eca112cbaa326ae590fb91ecd99839b6f5f" title="UTRANS_FORWARD means from &amp;lt;source&amp;gt; to &amp;lt;target&amp;gt; for a transliterator with...">UTRANS_FORWARD</a>,
<a name="l00086"></a>00086 
<a name="l00093"></a><a class="code" href="utrans_8h.html#a04f480e9e8e40f0d8067521668dc06eca5e10b16d78c21a0df70390998e488c32">00093</a>     <a class="code" href="utrans_8h.html#a04f480e9e8e40f0d8067521668dc06eca5e10b16d78c21a0df70390998e488c32" title="UTRANS_REVERSE means from &amp;lt;target&amp;gt; to &amp;lt;source&amp;gt; for a transliterator with...">UTRANS_REVERSE</a>
<a name="l00094"></a>00094 
<a name="l00095"></a>00095 } <a class="code" href="utrans_8h.html#a04f480e9e8e40f0d8067521668dc06ec" title="Direction constant indicating the direction in a transliterator, e.g., the forward...">UTransDirection</a>;
<a name="l00096"></a>00096 
<a name="l00119"></a><a class="code" href="structUTransPosition.html">00119</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structUTransPosition.html" title="Position structure for utrans_transIncremental() incremental transliteration.">UTransPosition</a> {
<a name="l00120"></a>00120 
<a name="l00129"></a><a class="code" href="structUTransPosition.html#ac0b101b915a80d9cad00974c66e28c40">00129</a>     int32_t <a class="code" href="structUTransPosition.html#ac0b101b915a80d9cad00974c66e28c40" title="Beginning index, inclusive, of the context to be considered for a transliteration...">contextStart</a>;
<a name="l00130"></a>00130     
<a name="l00139"></a><a class="code" href="structUTransPosition.html#a78d09b71320d0b9a1e7720bda8420372">00139</a>     int32_t <a class="code" href="structUTransPosition.html#a78d09b71320d0b9a1e7720bda8420372" title="Ending index, exclusive, of the context to be considered for a transliteration operation...">contextLimit</a>;
<a name="l00140"></a>00140     
<a name="l00148"></a><a class="code" href="structUTransPosition.html#a26113cfb9aa6fd5457e6e9e095f0fc32">00148</a>     int32_t <a class="code" href="structUTransPosition.html#a26113cfb9aa6fd5457e6e9e095f0fc32" title="Beginning index, inclusive, of the text to be transliteratd.">start</a>;
<a name="l00149"></a>00149     
<a name="l00157"></a><a class="code" href="structUTransPosition.html#ace64783d9d1016f2960cda02b30dbd03">00157</a>     int32_t <a class="code" href="structUTransPosition.html#ace64783d9d1016f2960cda02b30dbd03" title="Ending index, exclusive, of the text to be transliteratd.">limit</a>;
<a name="l00158"></a>00158 
<a name="l00159"></a>00159 } <a class="code" href="structUTransPosition.html" title="Position structure for utrans_transIncremental() incremental transliteration.">UTransPosition</a>;
<a name="l00160"></a>00160 
<a name="l00161"></a>00161 <span class="comment">/********************************************************************</span>
<a name="l00162"></a>00162 <span class="comment"> * General API</span>
<a name="l00163"></a>00163 <span class="comment"> ********************************************************************/</span>
<a name="l00164"></a>00164 
<a name="l00188"></a>00188 <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="utrans_8h.html#a1230b61c2370123b3f17d88dcdc13154" title="An opaque transliterator for use in C.">UTransliterator</a>* <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00189"></a>00189 <a class="code" href="utrans_8h.html#a014170af31c08e811a61c6b4109b20c9" title="Open a custom transliterator, given a custom rules string OR a system transliterator...">utrans_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> *<span class="keywordtype">id</span>,
<a name="l00190"></a>00190              int32_t idLength,
<a name="l00191"></a>00191              <a class="code" href="utrans_8h.html#a04f480e9e8e40f0d8067521668dc06ec" title="Direction constant indicating the direction in a transliterator, e.g., the forward...">UTransDirection</a> dir,
<a name="l00192"></a>00192              <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> *rules,
<a name="l00193"></a>00193              int32_t rulesLength,
<a name="l00194"></a>00194              <a class="code" href="structUParseError.html" title="A UParseError struct is used to returned detailed information about parsing errors...">UParseError</a> *parseError,
<a name="l00195"></a>00195              <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> *pErrorCode);
<a name="l00196"></a>00196 
<a name="l00212"></a>00212 <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="utrans_8h.html#a1230b61c2370123b3f17d88dcdc13154" title="An opaque transliterator for use in C.">UTransliterator</a>* <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00213"></a>00213 <a class="code" href="utrans_8h.html#a9dbdef3ebe320c3e4da826af27ca8bf5" title="Open an inverse of an existing transliterator.">utrans_openInverse</a>(<span class="keyword">const</span> <a class="code" href="utrans_8h.html#a1230b61c2370123b3f17d88dcdc13154" title="An opaque transliterator for use in C.">UTransliterator</a>* trans,
<a name="l00214"></a>00214                    <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="l00215"></a>00215 
<a name="l00226"></a>00226 <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="utrans_8h.html#a1230b61c2370123b3f17d88dcdc13154" title="An opaque transliterator for use in C.">UTransliterator</a>* <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00227"></a>00227 <a class="code" href="utrans_8h.html#ac271881fd04dff0dc71bc1d25c807fae" title="Create a copy of a transliterator.">utrans_clone</a>(<span class="keyword">const</span> <a class="code" href="utrans_8h.html#a1230b61c2370123b3f17d88dcdc13154" title="An opaque transliterator for use in C.">UTransliterator</a>* trans,
<a name="l00228"></a>00228              <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="l00229"></a>00229 
<a name="l00236"></a>00236 <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="l00237"></a>00237 <a class="code" href="utrans_8h.html#a148066969cc61b36a8cbcc76f7dd02f8" title="Close a transliterator.">utrans_close</a>(<a class="code" href="utrans_8h.html#a1230b61c2370123b3f17d88dcdc13154" title="An opaque transliterator for use in C.">UTransliterator</a>* trans);
<a name="l00238"></a>00238 
<a name="l00239"></a>00239 <span class="preprocessor">#if U_SHOW_CPLUSPLUS_API</span>
<a name="l00240"></a>00240 <span class="preprocessor"></span>
<a name="l00241"></a>00241 <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="l00242"></a>00242 
<a name="l00252"></a>00252 U_DEFINE_LOCAL_OPEN_POINTER(LocalUTransliteratorPointer, <a class="code" href="utrans_8h.html#a1230b61c2370123b3f17d88dcdc13154" title="An opaque transliterator for use in C.">UTransliterator</a>, <a class="code" href="utrans_8h.html#a148066969cc61b36a8cbcc76f7dd02f8" title="Close a transliterator.">utrans_close</a>);
<a name="l00253"></a>00253 
<a name="l00254"></a>00254 <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="l00255"></a>00255 
<a name="l00256"></a>00256 <span class="preprocessor">#endif</span>
<a name="l00257"></a>00257 <span class="preprocessor"></span>
<a name="l00272"></a>00272 <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="l00273"></a>00273 <a class="code" href="utrans_8h.html#a1f2aa5ab7f6dd0fb220602db34975367" title="Return the programmatic identifier for this transliterator.">utrans_getUnicodeID</a>(<span class="keyword">const</span> <a class="code" href="utrans_8h.html#a1230b61c2370123b3f17d88dcdc13154" title="An opaque transliterator for use in C.">UTransliterator</a> *trans,
<a name="l00274"></a>00274                     int32_t *resultLength);
<a name="l00275"></a>00275 
<a name="l00290"></a>00290 <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="l00291"></a>00291 <a class="code" href="utrans_8h.html#a1d456df4a9bffef39f2a209283b30c4d" title="Register an open transliterator with the system.">utrans_register</a>(<a class="code" href="utrans_8h.html#a1230b61c2370123b3f17d88dcdc13154" title="An opaque transliterator for use in C.">UTransliterator</a>* adoptedTrans,
<a name="l00292"></a>00292                 <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="l00293"></a>00293 
<a name="l00303"></a>00303 <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="l00304"></a>00304 <a class="code" href="utrans_8h.html#a6ee706f8cfbda8f7efbd844415700c74" title="Unregister a transliterator from the system.">utrans_unregisterID</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>* <span class="keywordtype">id</span>, int32_t idLength);
<a name="l00305"></a>00305 
<a name="l00324"></a>00324 <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="l00325"></a>00325 <a class="code" href="utrans_8h.html#aa2523d2f0eb13e3011980cb9d9d0bfa0" title="Set the filter used by a transliterator.">utrans_setFilter</a>(<a class="code" href="utrans_8h.html#a1230b61c2370123b3f17d88dcdc13154" title="An opaque transliterator for use in C.">UTransliterator</a>* trans,
<a name="l00326"></a>00326                  <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>* filterPattern,
<a name="l00327"></a>00327                  int32_t filterPatternLen,
<a name="l00328"></a>00328                  <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="l00329"></a>00329 
<a name="l00337"></a>00337 <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="l00338"></a>00338 <a class="code" href="utrans_8h.html#a9153da8ece577f232fd2a48d4c412577" title="Return the number of system transliterators.">utrans_countAvailableIDs</a>(<span class="keywordtype">void</span>);
<a name="l00339"></a>00339 
<a name="l00349"></a>00349 <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="l00350"></a>00350 <a class="code" href="utrans_8h.html#a489c970cc731dac45c3bb5cced4ccb52" title="Return a UEnumeration for the available transliterators.">utrans_openIDs</a>(<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> *pErrorCode);
<a name="l00351"></a>00351 
<a name="l00352"></a>00352 <span class="comment">/********************************************************************</span>
<a name="l00353"></a>00353 <span class="comment"> * Transliteration API</span>
<a name="l00354"></a>00354 <span class="comment"> ********************************************************************/</span>
<a name="l00355"></a>00355 
<a name="l00379"></a>00379 <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="l00380"></a>00380 <a class="code" href="utrans_8h.html#a183f6e0cd5b9ef82f3be82c1f6a1b20a" title="Transliterate a segment of a UReplaceable string.">utrans_trans</a>(<span class="keyword">const</span> <a class="code" href="utrans_8h.html#a1230b61c2370123b3f17d88dcdc13154" title="An opaque transliterator for use in C.">UTransliterator</a>* trans,
<a name="l00381"></a>00381              <a class="code" href="urep_8h.html#a22b35ca6677ac47c2f5b0d01ffbead60" title="An opaque replaceable text object.">UReplaceable</a>* rep,
<a name="l00382"></a>00382              <a class="code" href="structUReplaceableCallbacks.html" title="A set of function pointers that transliterators use to manipulate a UReplaceable...">UReplaceableCallbacks</a>* repFunc,
<a name="l00383"></a>00383              int32_t start,
<a name="l00384"></a>00384              int32_t* limit,
<a name="l00385"></a>00385              <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="l00386"></a>00386 
<a name="l00430"></a>00430 <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="l00431"></a>00431 <a class="code" href="utrans_8h.html#ac22b8fe64729a6c99d750020946adad2" title="Transliterate the portion of the UReplaceable text buffer that can be transliterated...">utrans_transIncremental</a>(<span class="keyword">const</span> <a class="code" href="utrans_8h.html#a1230b61c2370123b3f17d88dcdc13154" title="An opaque transliterator for use in C.">UTransliterator</a>* trans,
<a name="l00432"></a>00432                         <a class="code" href="urep_8h.html#a22b35ca6677ac47c2f5b0d01ffbead60" title="An opaque replaceable text object.">UReplaceable</a>* rep,
<a name="l00433"></a>00433                         <a class="code" href="structUReplaceableCallbacks.html" title="A set of function pointers that transliterators use to manipulate a UReplaceable...">UReplaceableCallbacks</a>* repFunc,
<a name="l00434"></a>00434                         <a class="code" href="structUTransPosition.html" title="Position structure for utrans_transIncremental() incremental transliteration.">UTransPosition</a>* pos,
<a name="l00435"></a>00435                         <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="l00436"></a>00436 
<a name="l00468"></a>00468 <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="l00469"></a>00469 <a class="code" href="utrans_8h.html#af415d8aa51e79d4494ebb8ef8fc76ae2" title="Transliterate a segment of a UChar* string.">utrans_transUChars</a>(<span class="keyword">const</span> <a class="code" href="utrans_8h.html#a1230b61c2370123b3f17d88dcdc13154" title="An opaque transliterator for use in C.">UTransliterator</a>* trans,
<a name="l00470"></a>00470                    <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>* text,
<a name="l00471"></a>00471                    int32_t* textLength,
<a name="l00472"></a>00472                    int32_t textCapacity,
<a name="l00473"></a>00473                    int32_t start,
<a name="l00474"></a>00474                    int32_t* limit,
<a name="l00475"></a>00475                    <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="l00476"></a>00476 
<a name="l00503"></a>00503 <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="l00504"></a>00504 <a class="code" href="utrans_8h.html#a9c1e78cfd3e397ea4d8218b4e2572735" title="Transliterate the portion of the UChar* text buffer that can be transliterated unambiguosly...">utrans_transIncrementalUChars</a>(<span class="keyword">const</span> <a class="code" href="utrans_8h.html#a1230b61c2370123b3f17d88dcdc13154" title="An opaque transliterator for use in C.">UTransliterator</a>* trans,
<a name="l00505"></a>00505                               <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>* text,
<a name="l00506"></a>00506                               int32_t* textLength,
<a name="l00507"></a>00507                               int32_t textCapacity,
<a name="l00508"></a>00508                               <a class="code" href="structUTransPosition.html" title="Position structure for utrans_transIncremental() incremental transliteration.">UTransPosition</a>* pos,
<a name="l00509"></a>00509                               <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="l00510"></a>00510 
<a name="l00511"></a>00511 <span class="comment">/* deprecated API ----------------------------------------------------------- */</span>
<a name="l00512"></a>00512 
<a name="l00513"></a>00513 <span class="comment">/* see utrans.h documentation for why these functions are deprecated */</span>
<a name="l00514"></a>00514 
<a name="l00538"></a>00538 <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> <a class="code" href="utrans_8h.html#a1230b61c2370123b3f17d88dcdc13154" title="An opaque transliterator for use in C.">UTransliterator</a>* <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00539"></a>00539 <a class="code" href="utrans_8h.html#afaa9d751e1d24617ba1071d8d4c887a3" title="Deprecated, use utrans_openU() instead.">utrans_open</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* <span class="keywordtype">id</span>,
<a name="l00540"></a>00540             <a class="code" href="utrans_8h.html#a04f480e9e8e40f0d8067521668dc06ec" title="Direction constant indicating the direction in a transliterator, e.g., the forward...">UTransDirection</a> dir,
<a name="l00541"></a>00541             <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>* rules,         <span class="comment">/* may be Null */</span>
<a name="l00542"></a>00542             int32_t rulesLength,        <span class="comment">/* -1 if null-terminated */</span> 
<a name="l00543"></a>00543             <a class="code" href="structUParseError.html" title="A UParseError struct is used to returned detailed information about parsing errors...">UParseError</a>* parseError,    <span class="comment">/* may be Null */</span>
<a name="l00544"></a>00544             <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="l00545"></a>00545 
<a name="l00561"></a>00561 <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="l00562"></a>00562 <a class="code" href="utrans_8h.html#a5820268446001f80e9cc5fd8c5dc3399" title="Deprecated, use utrans_getUnicodeID() instead.">utrans_getID</a>(<span class="keyword">const</span> <a class="code" href="utrans_8h.html#a1230b61c2370123b3f17d88dcdc13154" title="An opaque transliterator for use in C.">UTransliterator</a>* trans,
<a name="l00563"></a>00563              <span class="keywordtype">char</span>* buf,
<a name="l00564"></a>00564              int32_t bufCapacity);
<a name="l00565"></a>00565 
<a name="l00575"></a>00575 <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="keywordtype">void</span> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a> 
<a name="l00576"></a>00576 <a class="code" href="utrans_8h.html#a71b5c2733100e28705a87aa68a99e469" title="Deprecated, use utrans_unregisterID() instead.">utrans_unregister</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* <span class="keywordtype">id</span>);
<a name="l00577"></a>00577 
<a name="l00596"></a>00596 <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="l00597"></a>00597 <a class="code" href="utrans_8h.html#a7ba86b3ce05c45b22b53cdc718266223" title="Deprecated, use utrans_openIDs() instead.">utrans_getAvailableID</a>(int32_t index,
<a name="l00598"></a>00598                       <span class="keywordtype">char</span>* buf,
<a name="l00599"></a>00599                       int32_t bufCapacity);
<a name="l00600"></a>00600 
<a name="l00601"></a>00601 <span class="preprocessor">#endif </span><span class="comment">/* #if !UCONFIG_NO_TRANSLITERATION */</span>
<a name="l00602"></a>00602 
<a name="l00603"></a>00603 <span class="preprocessor">#endif</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>