Searched defs:test_format (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/src/tools/perf/tests/
H A Dpmu.c7 static struct test_format { struct
95 struct test_format *format = &test_formats[i];
/external/icu/icu4c/source/test/cintltst/
H A Dtracetst.c57 * test_format. Helper function for checking the results of a formatting
70 static void test_format(const char *format, int32_t bufCap, int32_t indent, function
298 test_format("hello, world", 50, 0, "hello, world", __LINE__);
299 test_format("hello, world", 50, 4, " hello, world", __LINE__);
300 test_format("hello, world", 3, 0, "hello, world", __LINE__);
302 test_format("a character %c", 50, 0, "a character x", __LINE__, 'x');
303 test_format("a string %s ", 50, 0, "a string hello ", __LINE__, "hello");
304 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 0043 0000 ", __LINE__, s1, -1);
305 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 ", __LINE__, s1, 2);
307 test_format("
[all...]

Completed in 208 milliseconds