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 198 UTRACE_ENTRY(UTRACE_UCOL_GET_SORTKEY);
223 UTRACE_ENTRY(UTRACE_UCOL_NEXTSORTKEYPART);
421 UTRACE_ENTRY(UTRACE_UCOL_STRCOLLITER);
447 UTRACE_ENTRY(UTRACE_UCOL_STRCOLL);
470 UTRACE_ENTRY(UTRACE_UCOL_STRCOLLUTF8);
585 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 51 milliseconds