Lines Matching refs:expLittleD
859 UDate expLittleD = date(95, 0, 1, 5, 1, 29);860 UDate expBigD = expLittleD + 39 * 24 * 3600000.0;861 expLittleD = expBigD; // Expect the same, with default lenient parsing879 if (myDate != expLittleD) errln((UnicodeString)"FAIL: littleD - Expected " + dateToString(expLittleD));