Lines Matching refs:fnNumber
840 static void U_CALLCONV TraceEntry(const void *context, int32_t fnNumber) {
842 utrace_format(buf, sizeof(buf), traceFnNestingDepth*3, "%s() enter.\n", utrace_functionName(fnNumber)); buf[sizeof(buf)-1]=0;
847 static void U_CALLCONV TraceExit(const void *context, int32_t fnNumber, const char *fmt, va_list args) { char buf[500];
852 utrace_format(buf, sizeof(buf), traceFnNestingDepth*3, "%s() ", utrace_functionName(fnNumber)); buf[sizeof(buf)-1]=0;
860 static void U_CALLCONV TraceData(const void *context, int32_t fnNumber,