Searched refs:utrace_format (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutrace.h338 utrace_format(char *outBuf, int32_t capacity,
H A Durename.h1720 #define utrace_format U_ICU_ENTRY_POINT_RENAME(utrace_format) macro
/external/icu/icu4c/source/common/unicode/
H A Dutrace.h338 utrace_format(char *outBuf, int32_t capacity,
H A Durename.h1641 #define utrace_format U_ICU_ENTRY_POINT_RENAME(utrace_format) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dtracetst.c348 * utrace_format. Only need a minimal test to see that the function works at all.
354 x = utrace_format(buf, 100, 0, "%s", "Hello, World.");
/external/icu/icu4c/source/test/cintltst/
H A Dtracetst.c348 * utrace_format. Only need a minimal test to see that the function works at all.
354 x = utrace_format(buf, 100, 0, "%s", "Hello, World.");
/external/chromium_org/third_party/icu/source/common/
H A Dutrace.c381 utrace_format(char *outBuf, int32_t capacity, function
/external/icu/icu4c/source/common/
H A Dutrace.c381 utrace_format(char *outBuf, int32_t capacity, function
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Dctest.c892 utrace_format(buf, sizeof(buf), traceFnNestingDepth*3, "%s() enter.\n", utrace_functionName(fnNumber)); buf[sizeof(buf)-1]=0;
902 utrace_format(buf, sizeof(buf), traceFnNestingDepth*3, "%s() ", utrace_functionName(fnNumber)); buf[sizeof(buf)-1]=0;
/external/icu/icu4c/source/tools/ctestfw/
H A Dctest.c893 utrace_format(buf, sizeof(buf), traceFnNestingDepth*3, "%s() enter.\n", utrace_functionName(fnNumber)); buf[sizeof(buf)-1]=0;
903 utrace_format(buf, sizeof(buf), traceFnNestingDepth*3, "%s() ", utrace_functionName(fnNumber)); buf[sizeof(buf)-1]=0;

Completed in 312 milliseconds