Searched defs:UTraceData (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutrace.h149 UTraceData(const void *context, int32_t fnNumber, int32_t level, typedef
168 * functions UTraceEntry, UTraceExit and UTraceData.
182 UTraceEntry *e, UTraceExit *x, UTraceData *d);
191 * @param d The currently installed UTraceData function.
196 UTraceEntry **e, UTraceExit **x, UTraceData **d);
204 * Format Strings are passed to UTraceData functions, and define the
207 * The UTraceData function, which is supplied by the application,
266 * UTraceData() function for various formats.
298 * Trace output Formatter. An application's UTraceData tracing functions may call
300 * human readable form. Note that a UTraceData functio
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dutrace.h149 UTraceData(const void *context, int32_t fnNumber, int32_t level, typedef
168 * functions UTraceEntry, UTraceExit and UTraceData.
182 UTraceEntry *e, UTraceExit *x, UTraceData *d);
191 * @param d The currently installed UTraceData function.
196 UTraceEntry **e, UTraceExit **x, UTraceData **d);
204 * Format Strings are passed to UTraceData functions, and define the
207 * The UTraceData function, which is supplied by the application,
266 * UTraceData() function for various formats.
298 * Trace output Formatter. An application's UTraceData tracing functions may call
300 * human readable form. Note that a UTraceData functio
[all...]

Completed in 78 milliseconds