Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/common/
H A Dstrptime_data.h21 static const struct time_test_string_struct test_strptime_data[] = { variable
/third_party/musl/libc-test/src/functionalext/time/
H A Dstrptime_ext.c72 for ( int32_t i = 0; i < (int32_t)(sizeof(test_strptime_data)/sizeof(test_strptime_data[0])); i++) { in strptime_0200()
73 const char *handlerChar = test_handle_path(test_strptime_data[i].tz); in strptime_0200()
98 EXPECT_STREQ("strptime_0200", test_strptime_data[i].result, buffResult); in strptime_0200()

Completed in 3 milliseconds