Sophie

Sophie

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

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: ucnv_err.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>ucnv_err.h</h1><a href="ucnv__err_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) 1999-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"> *</span>
<a name="l00008"></a>00008 <span class="comment"> *   ucnv_err.h:</span>
<a name="l00009"></a>00009 <span class="comment"> */</span>
<a name="l00010"></a>00010 
<a name="l00083"></a>00083 <span class="preprocessor">#ifndef UCNV_ERR_H</span>
<a name="l00084"></a>00084 <span class="preprocessor"></span><span class="preprocessor">#define UCNV_ERR_H</span>
<a name="l00085"></a>00085 <span class="preprocessor"></span>
<a name="l00086"></a>00086 <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="l00087"></a>00087 
<a name="l00088"></a>00088 <span class="preprocessor">#if !UCONFIG_NO_CONVERSION</span>
<a name="l00089"></a>00089 <span class="preprocessor"></span>
<a name="l00091"></a>00091 <span class="keyword">struct </span><a class="code" href="ucnv__err_8h.html#a0c2dcfbf71ad577f5285869e1ceb26b1">UConverter</a>;
<a name="l00092"></a>00092 
<a name="l00094"></a><a class="code" href="ucnv__err_8h.html#a0c2dcfbf71ad577f5285869e1ceb26b1">00094</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="ucnv__err_8h.html#a0c2dcfbf71ad577f5285869e1ceb26b1">UConverter</a> <a class="code" href="ucnv__err_8h.html#a0c2dcfbf71ad577f5285869e1ceb26b1">UConverter</a>;
<a name="l00095"></a>00095 
<a name="l00100"></a><a class="code" href="ucnv__err_8h.html#aa8c288f6eb55d9ea66fea6c296b47028">00100</a> <span class="preprocessor">#define UCNV_SUB_STOP_ON_ILLEGAL &quot;i&quot;</span>
<a name="l00101"></a>00101 <span class="preprocessor"></span>
<a name="l00106"></a><a class="code" href="ucnv__err_8h.html#acc126b90eb4ad4c56a80a410cd2e6618">00106</a> <span class="preprocessor">#define UCNV_SKIP_STOP_ON_ILLEGAL &quot;i&quot;</span>
<a name="l00107"></a>00107 <span class="preprocessor"></span>
<a name="l00112"></a><a class="code" href="ucnv__err_8h.html#ac495873fd8482ea549bf3a69f05238e4">00112</a> <span class="preprocessor">#define UCNV_ESCAPE_ICU       NULL</span>
<a name="l00113"></a>00113 <span class="preprocessor"></span>
<a name="l00117"></a><a class="code" href="ucnv__err_8h.html#a27a6288fd441632f5831059717edc8d0">00117</a> <span class="preprocessor">#define UCNV_ESCAPE_JAVA      &quot;J&quot;</span>
<a name="l00118"></a>00118 <span class="preprocessor"></span>
<a name="l00123"></a><a class="code" href="ucnv__err_8h.html#af009753d9ac156cc4f6d903750e19180">00123</a> <span class="preprocessor">#define UCNV_ESCAPE_C         &quot;C&quot;</span>
<a name="l00124"></a>00124 <span class="preprocessor"></span>
<a name="l00129"></a><a class="code" href="ucnv__err_8h.html#a5d8707ebd95f15f906a9cc09bc8d77f8">00129</a> <span class="preprocessor">#define UCNV_ESCAPE_XML_DEC   &quot;D&quot;</span>
<a name="l00130"></a>00130 <span class="preprocessor"></span>
<a name="l00135"></a><a class="code" href="ucnv__err_8h.html#a02c50a2a3e9816a0c7a10e0255ab62af">00135</a> <span class="preprocessor">#define UCNV_ESCAPE_XML_HEX   &quot;X&quot;</span>
<a name="l00136"></a>00136 <span class="preprocessor"></span>
<a name="l00140"></a><a class="code" href="ucnv__err_8h.html#aa869e106eab36abe55a280db2d8baafd">00140</a> <span class="preprocessor">#define UCNV_ESCAPE_UNICODE   &quot;U&quot;</span>
<a name="l00141"></a>00141 <span class="preprocessor"></span>
<a name="l00147"></a><a class="code" href="ucnv__err_8h.html#a62720bbcd309a8318c29e668cb103e74">00147</a> <span class="preprocessor">#define UCNV_ESCAPE_CSS2   &quot;S&quot;</span>
<a name="l00148"></a>00148 <span class="preprocessor"></span>
<a name="l00155"></a><a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01a">00155</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> {
<a name="l00156"></a><a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01aaf238357c53179269ee75cc7d34debb32">00156</a>     <a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01aaf238357c53179269ee75cc7d34debb32" title="The code point is unassigned.">UCNV_UNASSIGNED</a> = 0,  
<a name="l00158"></a><a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01aa618bbe4096e7c602bc8479215a0887ed">00158</a>     <a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01aa618bbe4096e7c602bc8479215a0887ed" title="The code point is illegal.">UCNV_ILLEGAL</a> = 1,     
<a name="l00166"></a><a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01aa214a453e0f6abf7dbed73388ec98a0d4">00166</a>     <a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01aa214a453e0f6abf7dbed73388ec98a0d4" title="The codepoint is not a regular sequence in the encoding.">UCNV_IRREGULAR</a> = 2,   
<a name="l00171"></a><a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01aa89548282ccc762b64c9ef81ee3322cc0">00171</a>     <a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01aa89548282ccc762b64c9ef81ee3322cc0" title="The callback is called with this reason when a &amp;#39;reset&amp;#39; has occured.">UCNV_RESET</a> = 3,       
<a name="l00174"></a><a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01aad0ea944d62e4f53f31d68c19f8afd662">00174</a>     <a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01aad0ea944d62e4f53f31d68c19f8afd662" title="Called when the converter is closed.">UCNV_CLOSE</a> = 4,        
<a name="l00176"></a><a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01aafaf767d3f63c2341d448b5e0315cac42">00176</a>     <a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01aafaf767d3f63c2341d448b5e0315cac42" title="Called when ucnv_safeClone() is called on the converter.">UCNV_CLONE</a> = 5         
<a name="l00185"></a>00185 } <a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01a" title="The process condition code to be used with the callbacks.">UConverterCallbackReason</a>;
<a name="l00186"></a>00186 
<a name="l00187"></a>00187 
<a name="l00192"></a><a class="code" href="structUConverterFromUnicodeArgs.html">00192</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>{
<a name="l00193"></a><a class="code" href="structUConverterFromUnicodeArgs.html#abeb11d60080a66d6e6dcd8f8d4ba98ea">00193</a>     uint16_t size;              
<a name="l00194"></a><a class="code" href="structUConverterFromUnicodeArgs.html#a18025af1995f6fb0d930b32ceff8d67d">00194</a>     <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> flush;                
<a name="l00195"></a><a class="code" href="structUConverterFromUnicodeArgs.html#aea5978dddd82f0ff25569e0894b77d5a">00195</a>     <a class="code" href="ucnv__err_8h.html#a0c2dcfbf71ad577f5285869e1ceb26b1">UConverter</a> *converter;      
<a name="l00196"></a><a class="code" href="structUConverterFromUnicodeArgs.html#a2f3e5b9c4938d5fcb1c9b8cfccc872da">00196</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> *source;        
<a name="l00197"></a><a class="code" href="structUConverterFromUnicodeArgs.html#a86c313ed44d51816c418c25b79025b95">00197</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> *sourceLimit;   
<a name="l00198"></a><a class="code" href="structUConverterFromUnicodeArgs.html#ad8986d0692fba770057a354164b8fbca">00198</a>     <span class="keywordtype">char</span> *target;               
<a name="l00199"></a><a class="code" href="structUConverterFromUnicodeArgs.html#a0915e907cac1997221d8fcf0ac36e1e5">00199</a>     <span class="keyword">const</span> <span class="keywordtype">char</span> *targetLimit;    
<a name="l00200"></a><a class="code" href="structUConverterFromUnicodeArgs.html#a45442220ca1cd58dd6b497b2c6de0416">00200</a>     int32_t *offsets;           
<a name="l00201"></a>00201 } <a class="code" href="structUConverterFromUnicodeArgs.html" title="The structure for the fromUnicode callback function parameter.">UConverterFromUnicodeArgs</a>;
<a name="l00202"></a>00202 
<a name="l00203"></a>00203 
<a name="l00208"></a><a class="code" href="structUConverterToUnicodeArgs.html">00208</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>{
<a name="l00209"></a><a class="code" href="structUConverterToUnicodeArgs.html#a94c1ac756faaac2bc99d969f74e5d60e">00209</a>     uint16_t size;              
<a name="l00210"></a><a class="code" href="structUConverterToUnicodeArgs.html#a6ba5831cd941d7958d8c14ac20ddea6e">00210</a>     <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> flush;                
<a name="l00211"></a><a class="code" href="structUConverterToUnicodeArgs.html#abcfd7707780ca177dd662f365e8631c0">00211</a>     <a class="code" href="ucnv__err_8h.html#a0c2dcfbf71ad577f5285869e1ceb26b1">UConverter</a> *converter;      
<a name="l00212"></a><a class="code" href="structUConverterToUnicodeArgs.html#af8bb38028ab14442d9849295d5429097">00212</a>     <span class="keyword">const</span> <span class="keywordtype">char</span> *source;         
<a name="l00213"></a><a class="code" href="structUConverterToUnicodeArgs.html#ae826a81cd61e18e0232b9e406d233ecd">00213</a>     <span class="keyword">const</span> <span class="keywordtype">char</span> *sourceLimit;    
<a name="l00214"></a><a class="code" href="structUConverterToUnicodeArgs.html#aa3c10f2e32b2b818c9f028c32260a0a3">00214</a>     <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> *target;              
<a name="l00215"></a><a class="code" href="structUConverterToUnicodeArgs.html#a2884c41551672e59036cea5a5c4aa0da">00215</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> *targetLimit;   
<a name="l00216"></a><a class="code" href="structUConverterToUnicodeArgs.html#ad3b83a8bccd4642d8bc69bbf7014cfe1">00216</a>     int32_t *offsets;           
<a name="l00217"></a>00217 } <a class="code" href="structUConverterToUnicodeArgs.html" title="The structure for the toUnicode callback function parameter.">UConverterToUnicodeArgs</a>;
<a name="l00218"></a>00218 
<a name="l00219"></a>00219 
<a name="l00234"></a>00234 <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 class="code" href="ucnv__err_8h.html#a1e9f87a69d75288c0f93bd77a6f2c9db" title="DO NOT CALL THIS FUNCTION DIRECTLY! This From Unicode callback STOPS at the ILLEGAL_SEQUENCE...">UCNV_FROM_U_CALLBACK_STOP</a> (
<a name="l00235"></a>00235                   <span class="keyword">const</span> <span class="keywordtype">void</span> *context,
<a name="l00236"></a>00236                   <a class="code" href="structUConverterFromUnicodeArgs.html" title="The structure for the fromUnicode callback function parameter.">UConverterFromUnicodeArgs</a> *fromUArgs,
<a name="l00237"></a>00237                   <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>* codeUnits,
<a name="l00238"></a>00238                   int32_t length,
<a name="l00239"></a>00239                   <a class="code" href="umachine_8h.html#a09fff5c3b5a5b015324dc3ec3cf92809" title="Define UChar32 as a type for single Unicode code points.">UChar32</a> codePoint,
<a name="l00240"></a>00240                   <a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01a" title="The process condition code to be used with the callbacks.">UConverterCallbackReason</a> reason,
<a name="l00241"></a>00241                   <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="l00242"></a>00242 
<a name="l00243"></a>00243 
<a name="l00244"></a>00244 
<a name="l00258"></a>00258 <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 class="code" href="ucnv__err_8h.html#a28e0f36c3873f1fc2ec17e3f62068822" title="DO NOT CALL THIS FUNCTION DIRECTLY! This To Unicode callback STOPS at the ILLEGAL_SEQUENCE...">UCNV_TO_U_CALLBACK_STOP</a> (
<a name="l00259"></a>00259                   <span class="keyword">const</span> <span class="keywordtype">void</span> *context,
<a name="l00260"></a>00260                   <a class="code" href="structUConverterToUnicodeArgs.html" title="The structure for the toUnicode callback function parameter.">UConverterToUnicodeArgs</a> *toUArgs,
<a name="l00261"></a>00261                   <span class="keyword">const</span> <span class="keywordtype">char</span>* codeUnits,
<a name="l00262"></a>00262                   int32_t length,
<a name="l00263"></a>00263                   <a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01a" title="The process condition code to be used with the callbacks.">UConverterCallbackReason</a> reason,
<a name="l00264"></a>00264                   <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="l00265"></a>00265 
<a name="l00285"></a>00285 <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 class="code" href="ucnv__err_8h.html#a04733e710f31b9a3094af40a89f131aa" title="DO NOT CALL THIS FUNCTION DIRECTLY! This From Unicode callback skips any ILLEGAL_SEQUENCE...">UCNV_FROM_U_CALLBACK_SKIP</a> (
<a name="l00286"></a>00286                   <span class="keyword">const</span> <span class="keywordtype">void</span> *context,
<a name="l00287"></a>00287                   <a class="code" href="structUConverterFromUnicodeArgs.html" title="The structure for the fromUnicode callback function parameter.">UConverterFromUnicodeArgs</a> *fromUArgs,
<a name="l00288"></a>00288                   <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>* codeUnits,
<a name="l00289"></a>00289                   int32_t length,
<a name="l00290"></a>00290                   <a class="code" href="umachine_8h.html#a09fff5c3b5a5b015324dc3ec3cf92809" title="Define UChar32 as a type for single Unicode code points.">UChar32</a> codePoint,
<a name="l00291"></a>00291                   <a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01a" title="The process condition code to be used with the callbacks.">UConverterCallbackReason</a> reason,
<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> * err);
<a name="l00293"></a>00293 
<a name="l00315"></a>00315 <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 class="code" href="ucnv__err_8h.html#abeb5d13b73cfb87078e73fc328d3bedb" title="DO NOT CALL THIS FUNCTION DIRECTLY! This From Unicode callback will Substitute the...">UCNV_FROM_U_CALLBACK_SUBSTITUTE</a> (
<a name="l00316"></a>00316                   <span class="keyword">const</span> <span class="keywordtype">void</span> *context,
<a name="l00317"></a>00317                   <a class="code" href="structUConverterFromUnicodeArgs.html" title="The structure for the fromUnicode callback function parameter.">UConverterFromUnicodeArgs</a> *fromUArgs,
<a name="l00318"></a>00318                   <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>* codeUnits,
<a name="l00319"></a>00319                   int32_t length,
<a name="l00320"></a>00320                   <a class="code" href="umachine_8h.html#a09fff5c3b5a5b015324dc3ec3cf92809" title="Define UChar32 as a type for single Unicode code points.">UChar32</a> codePoint,
<a name="l00321"></a>00321                   <a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01a" title="The process condition code to be used with the callbacks.">UConverterCallbackReason</a> reason,
<a name="l00322"></a>00322                   <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="l00323"></a>00323 
<a name="l00371"></a>00371 <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 class="code" href="ucnv__err_8h.html#a7491b95493c8cbc92030827e8fe3f118" title="DO NOT CALL THIS FUNCTION DIRECTLY! This From Unicode callback will Substitute the...">UCNV_FROM_U_CALLBACK_ESCAPE</a> (
<a name="l00372"></a>00372                   <span class="keyword">const</span> <span class="keywordtype">void</span> *context,
<a name="l00373"></a>00373                   <a class="code" href="structUConverterFromUnicodeArgs.html" title="The structure for the fromUnicode callback function parameter.">UConverterFromUnicodeArgs</a> *fromUArgs,
<a name="l00374"></a>00374                   <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>* codeUnits,
<a name="l00375"></a>00375                   int32_t length,
<a name="l00376"></a>00376                   <a class="code" href="umachine_8h.html#a09fff5c3b5a5b015324dc3ec3cf92809" title="Define UChar32 as a type for single Unicode code points.">UChar32</a> codePoint,
<a name="l00377"></a>00377                   <a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01a" title="The process condition code to be used with the callbacks.">UConverterCallbackReason</a> reason,
<a name="l00378"></a>00378                   <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="l00379"></a>00379 
<a name="l00380"></a>00380 
<a name="l00399"></a>00399 <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 class="code" href="ucnv__err_8h.html#af506570ede010370e14d0faaa2856345" title="DO NOT CALL THIS FUNCTION DIRECTLY! This To Unicode callback skips any ILLEGAL_SEQUENCE...">UCNV_TO_U_CALLBACK_SKIP</a> (
<a name="l00400"></a>00400                   <span class="keyword">const</span> <span class="keywordtype">void</span> *context,
<a name="l00401"></a>00401                   <a class="code" href="structUConverterToUnicodeArgs.html" title="The structure for the toUnicode callback function parameter.">UConverterToUnicodeArgs</a> *toUArgs,
<a name="l00402"></a>00402                   <span class="keyword">const</span> <span class="keywordtype">char</span>* codeUnits,
<a name="l00403"></a>00403                   int32_t length,
<a name="l00404"></a>00404                   <a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01a" title="The process condition code to be used with the callbacks.">UConverterCallbackReason</a> reason,
<a name="l00405"></a>00405                   <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="l00406"></a>00406 
<a name="l00425"></a>00425 <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 class="code" href="ucnv__err_8h.html#ad0fe791083c74b1a8d9e13c760619162" title="DO NOT CALL THIS FUNCTION DIRECTLY! This To Unicode callback will Substitute the...">UCNV_TO_U_CALLBACK_SUBSTITUTE</a> (
<a name="l00426"></a>00426                   <span class="keyword">const</span> <span class="keywordtype">void</span> *context,
<a name="l00427"></a>00427                   <a class="code" href="structUConverterToUnicodeArgs.html" title="The structure for the toUnicode callback function parameter.">UConverterToUnicodeArgs</a> *toUArgs,
<a name="l00428"></a>00428                   <span class="keyword">const</span> <span class="keywordtype">char</span>* codeUnits,
<a name="l00429"></a>00429                   int32_t length,
<a name="l00430"></a>00430                   <a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01a" title="The process condition code to be used with the callbacks.">UConverterCallbackReason</a> reason,
<a name="l00431"></a>00431                   <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="l00432"></a>00432 
<a name="l00451"></a>00451 <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 class="code" href="ucnv__err_8h.html#a63a4c59d5fb9d40b4f5e705b7800791c" title="DO NOT CALL THIS FUNCTION DIRECTLY! This To Unicode callback will Substitute the...">UCNV_TO_U_CALLBACK_ESCAPE</a> (
<a name="l00452"></a>00452                   <span class="keyword">const</span> <span class="keywordtype">void</span> *context,
<a name="l00453"></a>00453                   <a class="code" href="structUConverterToUnicodeArgs.html" title="The structure for the toUnicode callback function parameter.">UConverterToUnicodeArgs</a> *toUArgs,
<a name="l00454"></a>00454                   <span class="keyword">const</span> <span class="keywordtype">char</span>* codeUnits,
<a name="l00455"></a>00455                   int32_t length,
<a name="l00456"></a>00456                   <a class="code" href="ucnv__err_8h.html#a19e1a4d55a7679634e84b241b00de01a" title="The process condition code to be used with the callbacks.">UConverterCallbackReason</a> reason,
<a name="l00457"></a>00457                   <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="l00458"></a>00458 
<a name="l00459"></a>00459 <span class="preprocessor">#endif</span>
<a name="l00460"></a>00460 <span class="preprocessor"></span>
<a name="l00461"></a>00461 <span class="preprocessor">#endif</span>
<a name="l00462"></a>00462 <span class="preprocessor"></span>
<a name="l00463"></a>00463 <span class="comment">/*UCNV_ERR_H*/</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>