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

/external/chromium/third_party/icu/source/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.c921 int32_t bufCap; local
936 bufCap = sizeof(buf) / 2;
937 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status);
945 bufCap = sizeof(buf) / 2;
947 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status);
/external/icu4c/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.c966 int32_t bufCap; local
981 bufCap = sizeof(buf) / 2;
982 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status);
990 bufCap = sizeof(buf) / 2;
992 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status);
1861 int32_t bufCap; local
1875 bufCap = sizeof(buf) / 2;
1876 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status);
1884 bufCap = sizeof(buf) / 2;
1886 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap,
[all...]

Completed in 50 milliseconds