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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/datetime/
H A Ddatetimetest.cpp146 static const Date testDates[] = variable
257 for ( size_t n = 0; n < WXSIZEOF(testDates); n++ )
259 const Date& d1 = testDates[n];
275 for ( size_t n = 0; n < WXSIZEOF(testDates); n++ )
277 const Date& d = testDates[n];
295 for ( n = 0; n < WXSIZEOF(testDates); n++ )
297 const Date& d = testDates[n];
727 // only have expected test results in UTC in testDates
730 for ( size_t n = 0; n < WXSIZEOF(testDates); n++ )
732 const Date& d = testDates[
[all...]

Completed in 67 milliseconds