Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 34ae14235711d1471f043ac894a061f9 > files > 482

libicu-doc-3.6-5.16.1.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>ICU 3.6: utrace.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="classes.html"><span>Data&nbsp;Structures</span></a></li>
    <li id="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
    <li>
      <form action="search.php" method="get">
        <table cellspacing="0" cellpadding="0" border="0">
          <tr>
            <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
          </tr>
        </table>
      </form>
    </li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    <li><a href="globals.html"><span>Globals</span></a></li>
  </ul></div>
<h1>utrace.h</h1><a href="utrace_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">*</span>
<a name="l00004"></a>00004 <span class="comment">*   Copyright (C) 2003-2006, International Business Machines</span>
<a name="l00005"></a>00005 <span class="comment">*   Corporation and others.  All Rights Reserved.</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">*   file name:  utrace.h</span>
<a name="l00009"></a>00009 <span class="comment">*   encoding:   US-ASCII</span>
<a name="l00010"></a>00010 <span class="comment">*   tab size:   8 (not used)</span>
<a name="l00011"></a>00011 <span class="comment">*   indentation:4</span>
<a name="l00012"></a>00012 <span class="comment">*</span>
<a name="l00013"></a>00013 <span class="comment">*   created on: 2003aug06</span>
<a name="l00014"></a>00014 <span class="comment">*   created by: Markus W. Scherer</span>
<a name="l00015"></a>00015 <span class="comment">*</span>
<a name="l00016"></a>00016 <span class="comment">*   Definitions for ICU tracing/logging.</span>
<a name="l00017"></a>00017 <span class="comment">*</span>
<a name="l00018"></a>00018 <span class="comment">*/</span>
<a name="l00019"></a>00019 
<a name="l00020"></a>00020 <span class="preprocessor">#ifndef __UTRACE_H__</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#define __UTRACE_H__</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span>
<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;stdarg.h&gt;</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include "<a class="code" href="utypes_8h.html">unicode/utypes.h</a>"</span>
<a name="l00025"></a>00025 
<a name="l00031"></a>00031 <a class="code" href="umachine_8h.html#a703ba54249863378d428540e43315c5">U_CDECL_BEGIN</a>
<a name="l00032"></a>00032 
<a name="l00038"></a><a class="code" href="utrace_8h.html#1c8e79bd4dd1830c2f4774e0773c2560">00038</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code" href="utrace_8h.html#1c8e79bd4dd1830c2f4774e0773c2560">UTraceLevel</a> {
<a name="l00040"></a>00040     <a class="code" href="utrace_8h.html#1c8e79bd4dd1830c2f4774e0773c25604d07722b7715c510b70a854a6f350132">UTRACE_OFF</a>=-1,
<a name="l00042"></a>00042     <a class="code" href="utrace_8h.html#1c8e79bd4dd1830c2f4774e0773c2560d667657e89db2e5d20b79e3287762ebf">UTRACE_ERROR</a>=0,
<a name="l00044"></a>00044     <a class="code" href="utrace_8h.html#1c8e79bd4dd1830c2f4774e0773c2560457c19d02c3e71ad43b6665a1a9df628">UTRACE_WARNING</a>=3,
<a name="l00046"></a>00046     <a class="code" href="utrace_8h.html#1c8e79bd4dd1830c2f4774e0773c25608941a45e492583bd978870f3b32270b3">UTRACE_OPEN_CLOSE</a>=5,
<a name="l00048"></a>00048     <a class="code" href="utrace_8h.html#1c8e79bd4dd1830c2f4774e0773c25609b0de79796650b0cf21117c9469ed320">UTRACE_INFO</a>=7,
<a name="l00050"></a>00050     <a class="code" href="utrace_8h.html#1c8e79bd4dd1830c2f4774e0773c256064d034179ce4ca8c70a5d43b0fee99bc">UTRACE_VERBOSE</a>=9
<a name="l00051"></a>00051 } <a class="code" href="utrace_8h.html#1c8e79bd4dd1830c2f4774e0773c2560">UTraceLevel</a>;
<a name="l00052"></a>00052 
<a name="l00057"></a><a class="code" href="utrace_8h.html#aabb2ffbb430dd721c86db1b4c6914a4">00057</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code" href="utrace_8h.html#aabb2ffbb430dd721c86db1b4c6914a4">UTraceFunctionNumber</a> {
<a name="l00058"></a>00058     UTRACE_FUNCTION_START=0,
<a name="l00059"></a>00059     UTRACE_U_INIT=UTRACE_FUNCTION_START,
<a name="l00060"></a>00060     UTRACE_U_CLEANUP,
<a name="l00061"></a>00061     UTRACE_FUNCTION_LIMIT,
<a name="l00062"></a>00062 
<a name="l00063"></a>00063     UTRACE_CONVERSION_START=0x1000,
<a name="l00064"></a>00064     UTRACE_UCNV_OPEN=UTRACE_CONVERSION_START,
<a name="l00065"></a>00065     UTRACE_UCNV_OPEN_PACKAGE,
<a name="l00066"></a>00066     UTRACE_UCNV_OPEN_ALGORITHMIC,
<a name="l00067"></a>00067     UTRACE_UCNV_CLONE,
<a name="l00068"></a>00068     UTRACE_UCNV_CLOSE,
<a name="l00069"></a>00069     UTRACE_UCNV_FLUSH_CACHE,
<a name="l00070"></a>00070     UTRACE_UCNV_LOAD,
<a name="l00071"></a>00071     UTRACE_UCNV_UNLOAD,
<a name="l00072"></a>00072     UTRACE_CONVERSION_LIMIT,
<a name="l00073"></a>00073 
<a name="l00074"></a>00074     UTRACE_COLLATION_START=0x2000,
<a name="l00075"></a>00075     UTRACE_UCOL_OPEN=UTRACE_COLLATION_START,
<a name="l00076"></a>00076     UTRACE_UCOL_CLOSE,
<a name="l00077"></a>00077     UTRACE_UCOL_STRCOLL,
<a name="l00078"></a>00078     UTRACE_UCOL_GET_SORTKEY,
<a name="l00079"></a>00079     UTRACE_UCOL_GETLOCALE,
<a name="l00080"></a>00080     UTRACE_UCOL_NEXTSORTKEYPART,
<a name="l00081"></a>00081     UTRACE_UCOL_STRCOLLITER,
<a name="l00082"></a>00082     UTRACE_UCOL_OPEN_FROM_SHORT_STRING,
<a name="l00083"></a>00083     UTRACE_COLLATION_LIMIT
<a name="l00084"></a>00084 } <a class="code" href="utrace_8h.html#aabb2ffbb430dd721c86db1b4c6914a4">UTraceFunctionNumber</a>;
<a name="l00085"></a>00085 
<a name="l00091"></a>00091 <a class="code" href="umachine_8h.html#827899f75db3ae4cfde9ad08fc2853a0">U_STABLE</a> <span class="keywordtype">void</span> <a class="code" href="platform_8h.html#d665df105e679e1428e48dc5cb90a756">U_EXPORT2</a>
<a name="l00092"></a>00092 <a class="code" href="utrace_8h.html#13d905e2af5b2966f1a46e93006af202">utrace_setLevel</a>(<a class="code" href="pwin32_8h.html#f03f47ee300d26bee7dd521b1169f394">int32_t</a> traceLevel);
<a name="l00093"></a>00093 
<a name="l00099"></a>00099 <a class="code" href="umachine_8h.html#827899f75db3ae4cfde9ad08fc2853a0">U_STABLE</a> <a class="code" href="pwin32_8h.html#f03f47ee300d26bee7dd521b1169f394">int32_t</a> <a class="code" href="platform_8h.html#d665df105e679e1428e48dc5cb90a756">U_EXPORT2</a>
<a name="l00100"></a>00100 <a class="code" href="utrace_8h.html#f3d2f843326c5a7950035b3218a1d5ab">utrace_getLevel</a>(<span class="keywordtype">void</span>);
<a name="l00101"></a>00101 
<a name="l00102"></a>00102 <span class="comment">/* Trace function pointers types  ----------------------------- */</span>
<a name="l00103"></a>00103 
<a name="l00110"></a>00110 <span class="keyword">typedef</span> <span class="keywordtype">void</span> <a class="code" href="utypes_8h.html#a01405512c1c5c5309bbe18e09006031">U_CALLCONV</a>
<a name="l00111"></a><a class="code" href="utrace_8h.html#1a1ff9943c4375684f4ea9045c33175c">00111</a> <a class="code" href="utrace_8h.html#1a1ff9943c4375684f4ea9045c33175c">UTraceEntry</a>(<span class="keyword">const</span> <span class="keywordtype">void</span> *<a class="code" href="ustring_8h.html#64dc1cf03a0a74fd8fb861d74185e16e">context</a>, <a class="code" href="pwin32_8h.html#f03f47ee300d26bee7dd521b1169f394">int32_t</a> fnNumber);
<a name="l00112"></a>00112 
<a name="l00126"></a>00126 <span class="keyword">typedef</span> <span class="keywordtype">void</span> <a class="code" href="utypes_8h.html#a01405512c1c5c5309bbe18e09006031">U_CALLCONV</a>
<a name="l00127"></a><a class="code" href="utrace_8h.html#9bd55cf0d1774ad60df5379e6bef79b9">00127</a> <a class="code" href="utrace_8h.html#9bd55cf0d1774ad60df5379e6bef79b9">UTraceExit</a>(<span class="keyword">const</span> <span class="keywordtype">void</span> *<a class="code" href="ustring_8h.html#64dc1cf03a0a74fd8fb861d74185e16e">context</a>, <a class="code" href="pwin32_8h.html#f03f47ee300d26bee7dd521b1169f394">int32_t</a> fnNumber, 
<a name="l00128"></a>00128            <span class="keyword">const</span> <span class="keywordtype">char</span> *fmt, va_list <a class="code" href="structUConverterToUnicodeArgs.html">args</a>);
<a name="l00129"></a>00129 
<a name="l00141"></a>00141 <span class="keyword">typedef</span> <span class="keywordtype">void</span> <a class="code" href="utypes_8h.html#a01405512c1c5c5309bbe18e09006031">U_CALLCONV</a>
<a name="l00142"></a><a class="code" href="utrace_8h.html#c55f8b0e526ebda53e2afaf2f2c7e856">00142</a> <a class="code" href="utrace_8h.html#c55f8b0e526ebda53e2afaf2f2c7e856">UTraceData</a>(<span class="keyword">const</span> <span class="keywordtype">void</span> *<a class="code" href="ustring_8h.html#64dc1cf03a0a74fd8fb861d74185e16e">context</a>, <a class="code" href="pwin32_8h.html#f03f47ee300d26bee7dd521b1169f394">int32_t</a> fnNumber, <a class="code" href="pwin32_8h.html#f03f47ee300d26bee7dd521b1169f394">int32_t</a> level,
<a name="l00143"></a>00143            <span class="keyword">const</span> <span class="keywordtype">char</span> *fmt, va_list <a class="code" href="structUConverterToUnicodeArgs.html">args</a>);
<a name="l00144"></a>00144 
<a name="l00173"></a>00173 <a class="code" href="umachine_8h.html#827899f75db3ae4cfde9ad08fc2853a0">U_STABLE</a> <span class="keywordtype">void</span> <a class="code" href="platform_8h.html#d665df105e679e1428e48dc5cb90a756">U_EXPORT2</a>
<a name="l00174"></a>00174 <a class="code" href="utrace_8h.html#66badad621ce3c961b217d5e9c2204e3">utrace_setFunctions</a>(<span class="keyword">const</span> <span class="keywordtype">void</span> *<a class="code" href="ustring_8h.html#64dc1cf03a0a74fd8fb861d74185e16e">context</a>,
<a name="l00175"></a>00175                     <a class="code" href="utrace_8h.html#1a1ff9943c4375684f4ea9045c33175c">UTraceEntry</a> *e, <a class="code" href="utrace_8h.html#9bd55cf0d1774ad60df5379e6bef79b9">UTraceExit</a> *x, <a class="code" href="utrace_8h.html#c55f8b0e526ebda53e2afaf2f2c7e856">UTraceData</a> *d);
<a name="l00176"></a>00176 
<a name="l00187"></a>00187 <a class="code" href="umachine_8h.html#827899f75db3ae4cfde9ad08fc2853a0">U_STABLE</a> <span class="keywordtype">void</span> <a class="code" href="platform_8h.html#d665df105e679e1428e48dc5cb90a756">U_EXPORT2</a>
<a name="l00188"></a>00188 <a class="code" href="utrace_8h.html#5814b1980415398c506c8beafcd953eb">utrace_getFunctions</a>(<span class="keyword">const</span> <span class="keywordtype">void</span> **<a class="code" href="ustring_8h.html#64dc1cf03a0a74fd8fb861d74185e16e">context</a>,
<a name="l00189"></a>00189                     <a class="code" href="utrace_8h.html#1a1ff9943c4375684f4ea9045c33175c">UTraceEntry</a> **e, <a class="code" href="utrace_8h.html#9bd55cf0d1774ad60df5379e6bef79b9">UTraceExit</a> **x, <a class="code" href="utrace_8h.html#c55f8b0e526ebda53e2afaf2f2c7e856">UTraceData</a> **d);
<a name="l00190"></a>00190 
<a name="l00191"></a>00191 
<a name="l00192"></a>00192 
<a name="l00193"></a>00193 <span class="comment">/*</span>
<a name="l00194"></a>00194 <span class="comment"> *</span>
<a name="l00195"></a>00195 <span class="comment"> * ICU trace format string syntax</span>
<a name="l00196"></a>00196 <span class="comment"> *</span>
<a name="l00197"></a>00197 <span class="comment"> * Format Strings are passed to UTraceData functions, and define the</span>
<a name="l00198"></a>00198 <span class="comment"> * number and types of the trace data being passed on each call.</span>
<a name="l00199"></a>00199 <span class="comment"> *</span>
<a name="l00200"></a>00200 <span class="comment"> * The UTraceData function, which is supplied by the application,</span>
<a name="l00201"></a>00201 <span class="comment"> * not by ICU, can either forward the trace data (passed via</span>
<a name="l00202"></a>00202 <span class="comment"> * varargs) and the format string back to ICU for formatting into</span>
<a name="l00203"></a>00203 <span class="comment"> * a displayable string, or it can interpret the format itself,</span>
<a name="l00204"></a>00204 <span class="comment"> * and do as it wishes with the trace data.</span>
<a name="l00205"></a>00205 <span class="comment"> *</span>
<a name="l00206"></a>00206 <span class="comment"> *</span>
<a name="l00207"></a>00207 <span class="comment"> * Goals for the format string</span>
<a name="l00208"></a>00208 <span class="comment"> * - basic data output</span>
<a name="l00209"></a>00209 <span class="comment"> * - easy to use for trace programmer</span>
<a name="l00210"></a>00210 <span class="comment"> * - sufficient provision for data types for trace output readability</span>
<a name="l00211"></a>00211 <span class="comment"> * - well-defined types and binary portable APIs</span>
<a name="l00212"></a>00212 <span class="comment"> *</span>
<a name="l00213"></a>00213 <span class="comment"> * Non-goals</span>
<a name="l00214"></a>00214 <span class="comment"> * - printf compatibility</span>
<a name="l00215"></a>00215 <span class="comment"> * - fancy formatting</span>
<a name="l00216"></a>00216 <span class="comment"> * - argument reordering and other internationalization features</span>
<a name="l00217"></a>00217 <span class="comment"> *</span>
<a name="l00218"></a>00218 <span class="comment"> * ICU trace format strings contain plain text with argument inserts,</span>
<a name="l00219"></a>00219 <span class="comment"> * much like standard printf format strings.</span>
<a name="l00220"></a>00220 <span class="comment"> * Each insert begins with a '%', then optionally contains a 'v',</span>
<a name="l00221"></a>00221 <span class="comment"> * then exactly one type character.</span>
<a name="l00222"></a>00222 <span class="comment"> * Two '%' in a row represent a '%' instead of an insert.</span>
<a name="l00223"></a>00223 <span class="comment"> * The trace format strings need not have \n at the end.</span>
<a name="l00224"></a>00224 <span class="comment"> *</span>
<a name="l00225"></a>00225 <span class="comment"> *</span>
<a name="l00226"></a>00226 <span class="comment"> * Types</span>
<a name="l00227"></a>00227 <span class="comment"> * -----</span>
<a name="l00228"></a>00228 <span class="comment"> *</span>
<a name="l00229"></a>00229 <span class="comment"> * Type characters:</span>
<a name="l00230"></a>00230 <span class="comment"> * - c A char character in the default codepage.</span>
<a name="l00231"></a>00231 <span class="comment"> * - s A NUL-terminated char * string in the default codepage.</span>
<a name="l00232"></a>00232 <span class="comment"> * - S A UChar * string.  Requires two params, (ptr, length).  Length=-1 for nul term.</span>
<a name="l00233"></a>00233 <span class="comment"> * - b A byte (8-bit integer).</span>
<a name="l00234"></a>00234 <span class="comment"> * - h A 16-bit integer.  Also a 16 bit Unicode code unit.</span>
<a name="l00235"></a>00235 <span class="comment"> * - d A 32-bit integer.  Also a 20 bit Unicode code point value. </span>
<a name="l00236"></a>00236 <span class="comment"> * - l A 64-bit integer.</span>
<a name="l00237"></a>00237 <span class="comment"> * - p A data pointer.</span>
<a name="l00238"></a>00238 <span class="comment"> *</span>
<a name="l00239"></a>00239 <span class="comment"> * Vectors</span>
<a name="l00240"></a>00240 <span class="comment"> * -------</span>
<a name="l00241"></a>00241 <span class="comment"> *</span>
<a name="l00242"></a>00242 <span class="comment"> * If the 'v' is not specified, then one item of the specified type</span>
<a name="l00243"></a>00243 <span class="comment"> * is passed in.</span>
<a name="l00244"></a>00244 <span class="comment"> * If the 'v' (for "vector") is specified, then a vector of items of the</span>
<a name="l00245"></a>00245 <span class="comment"> * specified type is passed in, via a pointer to the first item</span>
<a name="l00246"></a>00246 <span class="comment"> * and an int32_t value for the length of the vector.</span>
<a name="l00247"></a>00247 <span class="comment"> * Length==-1 means zero or NUL termination.  Works for vectors of all types.</span>
<a name="l00248"></a>00248 <span class="comment"> *</span>
<a name="l00249"></a>00249 <span class="comment"> * Note:  %vS is a vector of (UChar *) strings.  The strings must</span>
<a name="l00250"></a>00250 <span class="comment"> *        be nul terminated as there is no way to provide a</span>
<a name="l00251"></a>00251 <span class="comment"> *        separate length parameter for each string.  The length</span>
<a name="l00252"></a>00252 <span class="comment"> *        parameter (required for all vectors) is the number of</span>
<a name="l00253"></a>00253 <span class="comment"> *        strings, not the length of the strings.</span>
<a name="l00254"></a>00254 <span class="comment"> *</span>
<a name="l00255"></a>00255 <span class="comment"> * Examples</span>
<a name="l00256"></a>00256 <span class="comment"> * --------</span>
<a name="l00257"></a>00257 <span class="comment"> *</span>
<a name="l00258"></a>00258 <span class="comment"> * These examples show the parameters that will be passed to an application's</span>
<a name="l00259"></a>00259 <span class="comment"> *   UTraceData() function for various formats.</span>
<a name="l00260"></a>00260 <span class="comment"> *</span>
<a name="l00261"></a>00261 <span class="comment"> * - the precise formatting is up to the application!</span>
<a name="l00262"></a>00262 <span class="comment"> * - the examples use type casts for arguments only to _show_ the types of</span>
<a name="l00263"></a>00263 <span class="comment"> *   arguments without needing variable declarations in the examples;</span>
<a name="l00264"></a>00264 <span class="comment"> *   the type casts will not be necessary in actual code</span>
<a name="l00265"></a>00265 <span class="comment"> *</span>
<a name="l00266"></a>00266 <span class="comment"> * UTraceDataFunc(context, fnNumber, level,</span>
<a name="l00267"></a>00267 <span class="comment"> *              "There is a character %c in the string %s.",   // Format String </span>
<a name="l00268"></a>00268 <span class="comment"> *              (char)c, (const char *)s);                     // varargs parameters</span>
<a name="l00269"></a>00269 <span class="comment"> * -&gt;   There is a character 0x42 'B' in the string "Bravo".</span>
<a name="l00270"></a>00270 <span class="comment"> *</span>
<a name="l00271"></a>00271 <span class="comment"> * UTraceDataFunc(context, fnNumber, level,</span>
<a name="l00272"></a>00272 <span class="comment"> *              "Vector of bytes %vb vector of chars %vc",</span>
<a name="l00273"></a>00273 <span class="comment"> *              (const uint8_t *)bytes, (int32_t)bytesLength,</span>
<a name="l00274"></a>00274 <span class="comment"> *              (const char *)chars, (int32_t)charsLength);</span>
<a name="l00275"></a>00275 <span class="comment"> * -&gt;  Vector of bytes</span>
<a name="l00276"></a>00276 <span class="comment"> *      42 63 64 3f [4]</span>
<a name="l00277"></a>00277 <span class="comment"> *     vector of chars</span>
<a name="l00278"></a>00278 <span class="comment"> *      "Bcd?"[4]</span>
<a name="l00279"></a>00279 <span class="comment"> *</span>
<a name="l00280"></a>00280 <span class="comment"> * UTraceDataFunc(context, fnNumber, level,</span>
<a name="l00281"></a>00281 <span class="comment"> *              "An int32_t %d and a whole bunch of them %vd",</span>
<a name="l00282"></a>00282 <span class="comment"> *              (int32_t)-5, (const int32_t *)ints, (int32_t)intsLength);</span>
<a name="l00283"></a>00283 <span class="comment"> * -&gt;   An int32_t 0xfffffffb and a whole bunch of them</span>
<a name="l00284"></a>00284 <span class="comment"> *      fffffffb 00000005 0000010a [3]</span>
<a name="l00285"></a>00285 <span class="comment"> *</span>
<a name="l00286"></a>00286 <span class="comment"> */</span>
<a name="l00287"></a>00287 
<a name="l00288"></a>00288 
<a name="l00289"></a>00289 
<a name="l00309"></a>00309 <a class="code" href="umachine_8h.html#827899f75db3ae4cfde9ad08fc2853a0">U_STABLE</a> <a class="code" href="pwin32_8h.html#f03f47ee300d26bee7dd521b1169f394">int32_t</a> <a class="code" href="platform_8h.html#d665df105e679e1428e48dc5cb90a756">U_EXPORT2</a>
<a name="l00310"></a>00310 <a class="code" href="utrace_8h.html#5554119056edbf828b87c6576ffed4f0">utrace_vformat</a>(<span class="keywordtype">char</span> *outBuf, <a class="code" href="pwin32_8h.html#f03f47ee300d26bee7dd521b1169f394">int32_t</a> capacity,
<a name="l00311"></a>00311               <a class="code" href="pwin32_8h.html#f03f47ee300d26bee7dd521b1169f394">int32_t</a> indent, <span class="keyword">const</span> <span class="keywordtype">char</span> *fmt,  va_list <a class="code" href="structUConverterToUnicodeArgs.html">args</a>);
<a name="l00312"></a>00312 
<a name="l00330"></a>00330 <a class="code" href="umachine_8h.html#827899f75db3ae4cfde9ad08fc2853a0">U_STABLE</a> <a class="code" href="pwin32_8h.html#f03f47ee300d26bee7dd521b1169f394">int32_t</a> <a class="code" href="platform_8h.html#d665df105e679e1428e48dc5cb90a756">U_EXPORT2</a>
<a name="l00331"></a>00331 <a class="code" href="utrace_8h.html#6888478c646684bd419f8f88e9fa2a0a">utrace_format</a>(<span class="keywordtype">char</span> *outBuf, <a class="code" href="pwin32_8h.html#f03f47ee300d26bee7dd521b1169f394">int32_t</a> capacity,
<a name="l00332"></a>00332               <a class="code" href="pwin32_8h.html#f03f47ee300d26bee7dd521b1169f394">int32_t</a> indent, <span class="keyword">const</span> <span class="keywordtype">char</span> *fmt,  ...);
<a name="l00333"></a>00333 
<a name="l00334"></a>00334 
<a name="l00335"></a>00335 
<a name="l00336"></a>00336 <span class="comment">/* Trace function numbers --------------------------------------------------- */</span>
<a name="l00337"></a>00337 
<a name="l00347"></a>00347 <a class="code" href="umachine_8h.html#827899f75db3ae4cfde9ad08fc2853a0">U_STABLE</a> <span class="keyword">const</span> <span class="keywordtype">char</span> * <a class="code" href="platform_8h.html#d665df105e679e1428e48dc5cb90a756">U_EXPORT2</a>
<a name="l00348"></a>00348 <a class="code" href="utrace_8h.html#d609181aa3172409b9b146f7a9eefe3f">utrace_functionName</a>(<a class="code" href="pwin32_8h.html#f03f47ee300d26bee7dd521b1169f394">int32_t</a> fnNumber);
<a name="l00349"></a>00349 
<a name="l00350"></a>00350 <a class="code" href="umachine_8h.html#8a2b1510fe42ab4dceccb37e02484c77">U_CDECL_END</a>
<a name="l00351"></a>00351 
<a name="l00352"></a>00352 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 13 17:29:51 2011 for ICU 3.6 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>