Home | History | Annotate | Download | only in intltest

Lines Matching refs:expLittleD

873     UDate expLittleD = date(95, 0, 1, 5, 1, 29);
874 UDate expBigD = expLittleD + 39 * 24 * 3600000.0;
875 expLittleD = expBigD; // Expect the same, with default lenient parsing
893 if (myDate != expLittleD) errln((UnicodeString)"FAIL: littleD - Expected " + dateToString(expLittleD));