Home
last modified time | relevance | path

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

/aoo41x/main/sax/qa/cppunit/
H A Dtest_converter.cxx170 static void doTestDateTimeF(char const*const pis) in doTestDateTimeF() function
212 doTestDateTimeF( "+0001-01-01T00:00:00" ); // invalid: ^+ in testDateTime()
213 doTestDateTimeF( "1-01-01T00:00:00" ); // invalid: < 4 Y in testDateTime()
214 doTestDateTimeF( "0001-1-01T00:00:00" ); // invalid: < 2 M in testDateTime()
215 doTestDateTimeF( "0001-01-1T00:00:00" ); // invalid: < 2 D in testDateTime()
216 doTestDateTimeF( "0001-01-01T0:00:00" ); // invalid: < 2 H in testDateTime()
217 doTestDateTimeF( "0001-01-01T00:0:00" ); // invalid: < 2 M in testDateTime()
218 doTestDateTimeF( "0001-01-01T00:00:0" ); // invalid: < 2 S in testDateTime()
219 doTestDateTimeF( "0001-01-01T00:00:00." ); // invalid: .$ in testDateTime()
222 doTestDateTimeF( "0001-13-01T00:00:00" ); // invalid: M > 12 in testDateTime()
[all …]

Completed in 5 milliseconds