Searched refs:bufCap (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dtracetst.c62 * 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, argument
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);
H A Dreapits.c997 int32_t bufCap; local
1012 bufCap = sizeof(buf) / 2;
1013 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status);
1021 bufCap = sizeof(buf) / 2;
1023 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status);
1923 int32_t bufCap; local
1937 bufCap = sizeof(buf) / 2;
1938 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status);
1946 bufCap = sizeof(buf) / 2;
1948 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap,
[all...]

Completed in 121 milliseconds