Searched refs:time1 (Results 1 - 25 of 28) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/char/
H A D1.cc37 tm time1; local
38 iss >> get_time(&time1, "%H:%M:%S %Y");
40 VERIFY(time1.tm_hour == 12);
41 VERIFY(time1.tm_min == 1);
42 VERIFY(time1.tm_sec == 30);
43 VERIFY(time1.tm_year == 71);
H A D2.cc40 tm time1; local
41 iss >> get_time(&time1, "%a %Y");
42 VERIFY(time1.tm_wday == 2);
43 VERIFY(time1.tm_year == 71);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/wchar_t/
H A D1.cc37 tm time1; local
38 iss >> get_time(&time1, L"%H:%M:%S %Y");
40 VERIFY(time1.tm_hour = 12);
41 VERIFY(time1.tm_min = 1);
42 VERIFY(time1.tm_sec == 30);
43 VERIFY(time1.tm_year == 71);
H A D2.cc41 tm time1; local
42 iss >> get_time(&time1, L"%A %Y");
43 VERIFY(time1.tm_wday == 1);
44 VERIFY(time1.tm_year == 71);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/char/
H A D1.cc36 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
37 oss << put_time(&time1, "%a %Y");
H A D2.cc39 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
40 oss << put_time(&time1, "%A %Y");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/wchar_t/
H A D1.cc36 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
37 oss << put_time(&time1, L"%a %Y");
H A D2.cc39 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
40 oss << put_time(&time1, L"%A %Y");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/char/
H A D1.cc34 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
50 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a');
55 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x');
60 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X');
65 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x', 'E');
70 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X', 'E');
H A D3.cc36 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
49 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a');
54 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x');
59 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X');
64 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x', 'E');
69 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X', 'E');
H A D2.cc36 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
49 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a');
54 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x');
59 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X');
64 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x', 'E');
69 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X', 'E');
H A D4.cc36 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
48 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a');
53 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x');
58 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X');
63 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x', 'E');
68 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X', 'E');
H A D17038.cc37 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
50 tim_put.put(oss.rdbuf(), oss, '*', &time1, 'c');
55 VERIFY( strftime(time_buffer, 128, "%c", &time1) );
H A D8.cc37 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
51 tim_put.put(oss.rdbuf(), oss, '*', &time1,
55 tim_put.put(oss.rdbuf(), oss, '*', &time1,
H A D7.cc37 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
52 tim_put.put(oss.rdbuf(), oss, '*', &time1,
56 tim_put.put(oss.rdbuf(), oss, '*', &time1,
H A D6.cc37 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
52 tim_put.put(oss.rdbuf(), oss, '*', &time1,
56 tim_put.put(oss.rdbuf(), oss, '*', &time1,
H A D5.cc35 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
50 tim_put.put(oss.rdbuf(), oss, '*', &time1,
54 tim_put.put(oss.rdbuf(), oss, '*', &time1,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/
H A D3.cc36 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
50 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'a');
55 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'x');
60 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'X');
65 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'x', 'E');
70 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'X', 'E');
H A D4.cc36 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
50 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'a');
55 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'x');
60 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'X');
65 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'x', 'E');
70 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'X', 'E');
H A D2.cc36 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
50 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'a');
55 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'x');
60 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'X');
65 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'x', 'E');
70 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'X', 'E');
H A D1.cc36 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
53 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'a');
58 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'x');
63 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'X');
68 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'x', 'E');
73 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'X', 'E');
H A D5.cc37 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
53 tim_put.put(oss.rdbuf(), oss, L'*', &time1,
57 tim_put.put(oss.rdbuf(), oss, L'*', &time1,
H A D17038.cc37 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
50 tim_put.put(oss.rdbuf(), oss, L'*', &time1, 'c');
55 VERIFY( wcsftime(time_buffer, 128, L"%c", &time1) );
H A D8.cc37 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
53 tim_put.put(oss.rdbuf(), oss, L'*', &time1,
57 tim_put.put(oss.rdbuf(), oss, L'*', &time1,
H A D7.cc37 const tm time1 = __gnu_test::test_tm(0, 0, 12, 4, 3, 71, 0, 93, 0); local
53 tim_put.put(oss.rdbuf(), oss, L'*', &time1,
57 tim_put.put(oss.rdbuf(), oss, L'*', &time1,

Completed in 163 milliseconds

12