HomeSort by relevance Sort by last modified time
    Searched defs:UTraceData (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
utrace.h 148 UTraceData(const void *context, int32_t fnNumber, int32_t level,
167 * functions UTraceEntry, UTraceExit and UTraceData.
181 UTraceEntry *e, UTraceExit *x, UTraceData *d);
190 * @param d The currently installed UTraceData function.
195 UTraceEntry **e, UTraceExit **x, UTraceData **d);
203 * Format Strings are passed to UTraceData functions, and define the
206 * The UTraceData function, which is supplied by the application,
265 * UTraceData() function for various formats.
297 * Trace output Formatter. An application's UTraceData tracing functions may call
299 * human readable form. Note that a UTraceData function may choos
    [all...]
  /external/icu4c/common/unicode/
utrace.h 149 UTraceData(const void *context, int32_t fnNumber, int32_t level,
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 function may choos
    [all...]

Completed in 40 milliseconds