Home | History | Annotate | Download | only in unicode

Lines Matching full:trace

40  * Trace severity levels.  Higher levels increase the verbosity of the trace output.
47 /** Trace error conditions only @stable ICU 2.8*/
49 /** Trace errors and warnings @stable ICU 2.8*/
51 /** Trace opens and closes of ICU services @stable ICU 2.8*/
53 /** Trace an intermediate number of ICU operations @stable ICU 2.8*/
55 /** Trace the maximum number of ICU operations @stable ICU 2.8*/
94 * Setter for the trace level.
102 * Getter for the trace level.
109 /* Trace function pointers types ----------------------------- */
112 * Type signature for the trace function to be called when entering a function.
113 * @param context value supplied at the time the trace functions are set.
121 * Type signature for the trace function to be called when exiting from a function.
122 * @param context value supplied at the time the trace functions are set.
138 * Type signature for the trace function to be called from within an ICU function
140 * @param context value supplied at the time the trace functions are set.
155 * will call back to the installed functions, providing a trace
176 * data to the trace.
186 * pointer will be returned if no trace function has been set.
202 * ICU trace format string syntax
205 * number and types of the trace data being passed on each call.
208 * not by ICU, can either forward the trace data (passed via
211 * and do as it wishes with the trace data.
216 * - easy to use for trace programmer
217 * - sufficient provision for data types for trace output readability
225 * ICU trace format strings contain plain text with argument inserts,
230 * The trace format strings need not have \n at the end.
298 * Trace output Formatter. An application's UTraceData tracing functions may call
299 * back to this function to format the trace output in a
303 * formatting for a later trace analyis tool.
321 * Trace output Formatter. An application's UTraceData tracing functions may call
322 * this function to format any additional trace data, beyond that
343 /* Trace function numbers --------------------------------------------------- */
346 * Get the name of a function from its trace function number.
348 * @param fnNumber The trace number for an ICU function.