Home
last modified time | relevance | path

Searched refs:test_strftime_data (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/functionalext/time/
Dstrftime_ext.c60 …for (int32_t i = 0; i < (int32_t)(sizeof(test_strftime_data) / sizeof(test_strftime_data[0])); i++… in strftime_0200()
61 const char *handlerChar = test_handle_path(test_strftime_data[i].tz); in strftime_0200()
77 EXPECT_STREQ("strftime_0200", buffer, test_strftime_data[i].result); in strftime_0200()
/third_party/musl/libc-test/src/functionalext/common/
Dstrftime_data.h21 static const struct time_test_string_struct test_strftime_data[] = { variable