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

  /external/chromium_org/third_party/icu/source/test/cintltst/
tracetst.c 62 * bufCap buffer size to pass to formatter.
64 * result expected result. Do not truncate for short bufCap -
70 static void test_format(const char *format, int32_t bufCap, int32_t indent,
78 if (sizeof(buf) <= bufCap) {
79 log_err("At file:line %s:%d, requested bufCap too large.\n");
89 expectedResult[bufCap] = 0;
94 len = utrace_vformat(buf, bufCap, indent, format, args);
reapits.c     [all...]
  /external/icu4c/test/cintltst/
tracetst.c 62 * bufCap buffer size to pass to formatter.
64 * result expected result. Do not truncate for short bufCap -
70 static void test_format(const char *format, int32_t bufCap, int32_t indent,
78 if (sizeof(buf) <= bufCap) {
79 log_err("At file:line %s:%d, requested bufCap too large.\n");
89 expectedResult[bufCap] = 0;
94 len = utrace_vformat(buf, bufCap, indent, format, args);
reapits.c     [all...]

Completed in 450 milliseconds