HomeSort by relevance Sort by last modified time
    Searched refs:utrace_entry (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/common/
utracimp.h 89 * Do not use directly, use UTRACE_ENTRY instead.
94 utrace_entry(int32_t fnNumber);
109 * Trace function used inside functions that have a UTRACE_ENTRY() statement.
151 * Tracing should start with UTRACE_ENTRY after checking for
159 #define UTRACE_ENTRY(fnNumber) \
162 utrace_entry(fnNumber); \
169 * Produces trace output at a less verbose setting than plain UTRACE_ENTRY
180 utrace_entry(fnNumber); \
185 * Trace statement for each exit point of a function that has a UTRACE_ENTRY()
202 * Trace statement for each exit point of a function that has a UTRACE_ENTRY()
    [all...]
utrace.c 31 utrace_entry(int32_t fnNumber) { function
  /external/icu/icu4c/source/common/unicode/
urename.h 1701 #define utrace_entry macro
    [all...]

Completed in 1195 milliseconds