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

  /external/icu/icu4c/source/i18n/
ucol.cpp 197 UTRACE_ENTRY(UTRACE_UCOL_GET_SORTKEY);
222 UTRACE_ENTRY(UTRACE_UCOL_NEXTSORTKEYPART);
420 UTRACE_ENTRY(UTRACE_UCOL_STRCOLLITER);
446 UTRACE_ENTRY(UTRACE_UCOL_STRCOLL);
469 UTRACE_ENTRY(UTRACE_UCOL_STRCOLLUTF8);
584 UTRACE_ENTRY(UTRACE_UCOL_GETLOCALE);
  /external/icu/icu4c/source/common/
utracimp.h 75 * Do not use directly, use UTRACE_ENTRY instead.
80 utrace_entry(int32_t fnNumber);
95 * Trace function used inside functions that have a UTRACE_ENTRY() statement.
137 * Tracing should start with UTRACE_ENTRY after checking for
145 #define UTRACE_ENTRY(fnNumber) \
148 utrace_entry(fnNumber); \
155 * Produces trace output at a less verbose setting than plain UTRACE_ENTRY
166 utrace_entry(fnNumber); \
171 * Trace statement for each exit point of a function that has a UTRACE_ENTRY()
188 * Trace statement for each exit point of a function that has a UTRACE_ENTRY()
    [all...]

Completed in 2872 milliseconds