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

  /external/icu4c/common/unicode/
utrace.h 125 * string has the same form as the utrace_vformat format
129 * @see utrace_vformat
316 utrace_vformat(char *outBuf, int32_t capacity,
323 * formatting conventions used by utrace_vformat().
urename.h 1642 #define utrace_vformat macro
    [all...]
  /external/icu4c/test/cintltst/
tracetst.c 94 len = utrace_vformat(buf, bufCap, indent, format, args);
147 utrace_vformat(buf, sizeof(buf), 0, fmt, args);
173 utrace_vformat(buf, sizeof(buf), 0, fmt, args);
348 * Full functionality is tested via utrace_vformat.
  /external/icu4c/common/
utrace.c 187 utrace_vformat(char *outBuf, int32_t capacity, int32_t indent, const char *fmt, va_list args) { function
386 retVal = utrace_vformat(outBuf, capacity, indent, fmt, args);
  /external/icu4c/tools/ctestfw/
ctest.c 854 utrace_vformat(buf, sizeof(buf), traceFnNestingDepth*3, fmt, args);
863 utrace_vformat(buf, sizeof(buf), traceFnNestingDepth*3, fmt, args);
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 1148 #define utrace_vformat macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 1148 #define utrace_vformat macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 1148 #define utrace_vformat macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 1148 #define utrace_vformat macro
    [all...]

Completed in 2077 milliseconds