Searched refs:tryDate (Results 1 – 4 of 4) sorted by relevance
122 tryDate(0); in testFormat()123 tryDate(1278161801778.0); in testFormat()124 tryDate(5264498352317.0); // Sunday, October 28, 2136 8:39:12 AM PST in testFormat()125 tryDate(9516987689250.0); // In the year 2271 in testFormat()126 tryDate(now); in testFormat()129 tryDate(now + 6.0*30*ONEDAY); in testFormat()133 tryDate(uprv_floor(randDouble() * limit)); in testFormat()147 void IntlTestDateFormat::tryDate(UDate theDate) in tryDate() function in IntlTestDateFormat
42 void tryDate(UDate date);
119 tryDate(new Date(0)); in TestFormat()120 tryDate(new Date((long) 1278161801778.0)); in TestFormat()121 tryDate(now); in TestFormat()124 tryDate(new Date(now.getTime() + 6*30*ONEDAY)); in TestFormat()129 tryDate(new Date((long) (randDouble() * limit.getTime()))); in TestFormat()143 private void tryDate(Date theDate) { in tryDate() method in IntlTestDateFormat
123 tryDate(new Date(0)); in TestFormat()124 tryDate(new Date((long) 1278161801778.0)); in TestFormat()125 tryDate(now); in TestFormat()128 tryDate(new Date(now.getTime() + 6*30*ONEDAY)); in TestFormat()133 tryDate(new Date((long) (randDouble() * limit.getTime()))); in TestFormat()147 private void tryDate(Date theDate) { in tryDate() method in IntlTestDateFormat