Home
last modified time | relevance | path

Searched refs:tm_hour (Results 1 – 21 of 21) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.time/locale.time.get.byname/
Dget_one.pass.cpp49 assert(t.tm_hour == 23); in main()
65 assert(t.tm_hour == 23); in main()
77 assert(t.tm_hour == 23); in main()
93 assert(t.tm_hour == 23); in main()
112 assert(t.tm_hour == 23); in main()
128 assert(t.tm_hour == 23); in main()
141 assert(t.tm_hour == 23); in main()
157 assert(t.tm_hour == 23); in main()
Dget_one_wide.pass.cpp49 assert(t.tm_hour == 23); in main()
65 assert(t.tm_hour == 23); in main()
77 assert(t.tm_hour == 23); in main()
93 assert(t.tm_hour == 23); in main()
111 assert(t.tm_hour == 23); in main()
128 assert(t.tm_hour == 23); in main()
142 assert(t.tm_hour == 23); in main()
159 assert(t.tm_hour == 23); in main()
Dget_time.pass.cpp48 assert(t.tm_hour == 13); in main()
60 assert(t.tm_hour == 13); in main()
72 assert(t.tm_hour == 13); in main()
84 assert(t.tm_hour == 13); in main()
Dget_time_wide.pass.cpp48 assert(t.tm_hour == 13); in main()
60 assert(t.tm_hour == 13); in main()
72 assert(t.tm_hour == 13); in main()
84 assert(t.tm_hour == 13); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
Dget_time.pass.cpp46 assert(t.tm_hour == 0); in main()
57 assert(t.tm_hour == 23); in main()
68 assert(t.tm_hour == 0); in main()
101 assert(t.tm_hour == 2); in main()
Dget_time_wide.pass.cpp46 assert(t.tm_hour == 0); in main()
57 assert(t.tm_hour == 23); in main()
68 assert(t.tm_hour == 0); in main()
101 assert(t.tm_hour == 2); in main()
Dget_one.pass.cpp84 assert(t.tm_hour == 9); in main()
134 assert(t.tm_hour == 19); in main()
169 assert(t.tm_hour == 21); in main()
180 assert(t.tm_hour == 9); in main()
191 assert(t.tm_hour == 0); in main()
202 assert(t.tm_hour == 12); in main()
213 assert(t.tm_hour == 9); in main()
224 assert(t.tm_hour == 0); in main()
243 assert(t.tm_hour == 21); in main()
274 assert(t.tm_hour == 21); in main()
Dget_many.pass.cpp50 assert(t.tm_hour == 22); in main()
64 assert(t.tm_hour == 22); in main()
/ndk/tests/device/test-stlport/unit/
Dtime_facets_test.cpp90 CPPUNIT_ASSERT( yet_more.tm_hour != xmas.tm_hour ); in _time_put_get()
103 CPPUNIT_ASSERT( yet_more.tm_hour == xmas.tm_hour ); in _time_put_get()
173 CPPUNIT_ASSERT( yet_more.tm_hour != xmas.tm_hour ); in _time_put_get()
186 CPPUNIT_ASSERT( yet_more.tm_hour == xmas.tm_hour ); in _time_put_get()
/ndk/tests/device/test-gnustl-full/unit/
Dtime_facets_test.cpp90 CPPUNIT_ASSERT( yet_more.tm_hour != xmas.tm_hour ); in _time_put_get()
103 CPPUNIT_ASSERT( yet_more.tm_hour == xmas.tm_hour ); in _time_put_get()
173 CPPUNIT_ASSERT( yet_more.tm_hour != xmas.tm_hour ); in _time_put_get()
186 CPPUNIT_ASSERT( yet_more.tm_hour == xmas.tm_hour ); in _time_put_get()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/ext.manip/
Dget_time.pass.cpp49 assert(t.tm_hour == 23); in main()
65 assert(t.tm_hour == 23); in main()
Dput_time.pass.cpp60 t.tm_hour = 23; in main()
75 t.tm_hour = 23; in main()
/ndk/sources/cxx-stl/stlport/src/
Dtime_facets.cpp253 _STLP_SPRINTF(_buf, (modifier != '#') ? "%.2ld" : "%ld", (long)t->tm_hour); in __write_formatted_timeT()
254 __append(buf, _buf, ((long)t->tm_hour < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct); in __write_formatted_timeT()
258 _STLP_SPRINTF(_buf, (modifier != '#') ? "%.2ld" : "%ld", (long)__hour12(t->tm_hour)); in __write_formatted_timeT()
259 …__append(buf, _buf, ((long)__hour12(t->tm_hour) < 10L && modifier == '#') ? _buf + 1 : _buf + 2, c… in __write_formatted_timeT()
278 __append(buf, table._M_am_pm[t->tm_hour / 12]); in __write_formatted_timeT()
352 _STLP_SPRINTF(_buf, "%2ld", (long)t->tm_hour); in __write_formatted_timeT()
357 _STLP_SPRINTF(_buf, "%2ld", (long)t->tm_hour % 12); in __write_formatted_timeT()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_time_facets.c200 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK()
236 if (__index == 1 && __t->tm_hour != 12 ) in _STLP_WEAK()
237 __t->tm_hour += 12; in _STLP_WEAK()
238 if (__index == 0 && __t->tm_hour == 12 ) in _STLP_WEAK()
239 __t->tm_hour = 0; in _STLP_WEAK()
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
Dput1.pass.cpp39 t.tm_hour = 13; in main()
Dput2.pass.cpp39 t.tm_hour = 13; in main()
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.time/locale.time.put.byname/
Dput1.pass.cpp47 t.tm_hour = 13; in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_evc.h284 int tm_hour; /* hours since midnight - [0,23] */ member
/ndk/sources/host-tools/make-3.81/
Dfile.c849 tm->tm_hour, tm->tm_min, tm->tm_sec); in file_timestamp_sprintf()
/ndk/sources/cxx-stl/llvm-libc++/src/
Dlocale.cpp4620 t.tm_hour = 23; in __analyze()
4766 t.tm_hour = 23; in __analyze()
4938 t.tm_hour = 1; in init()
4941 t.tm_hour = 13; in init()
5018 t.tm_hour = 1; in init()
5031 t.tm_hour = 13; in init()
/ndk/sources/cxx-stl/llvm-libc++/include/
Dlocale2550 __get_hour(__tm->tm_hour, __b, __e, __err, __ct);
2553 __get_12_hour(__tm->tm_hour, __b, __e, __err, __ct);
2569 __get_am_pm(__tm->tm_hour, __b, __e, __err, __ct);