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

  /external/chromium_org/third_party/icu/source/common/
utrace.c 20 static UTraceEntry *pTraceEntryFunc = NULL;
30 if (pTraceEntryFunc != NULL) {
31 (*pTraceEntryFunc)(gTraceContext, fnNumber);
395 pTraceEntryFunc = e;
405 *e = pTraceEntryFunc;
430 pTraceEntryFunc = NULL;
  /external/icu4c/common/
utrace.c 20 static UTraceEntry *pTraceEntryFunc = NULL;
30 if (pTraceEntryFunc != NULL) {
31 (*pTraceEntryFunc)(gTraceContext, fnNumber);
395 pTraceEntryFunc = e;
405 *e = pTraceEntryFunc;
430 pTraceEntryFunc = NULL;

Completed in 49 milliseconds