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

/external/chromium/third_party/icu/source/test/intltest/
H A Dtsdate.h36 * call tryDate with variations, called by testLocale
42 void tryDate(UDate date);
H A Dtsdate.cpp122 tryDate(0);
123 tryDate(1278161801778.0);
124 tryDate(5264498352317.0); // Sunday, October 28, 2136 8:39:12 AM PST
125 tryDate(9516987689250.0); // In the year 2271
126 tryDate(now);
129 tryDate(now + 6.0*30*ONEDAY);
133 tryDate(uprv_floor(randDouble() * limit));
147 void IntlTestDateFormat::tryDate(UDate theDate) function in class:IntlTestDateFormat
/external/icu4c/test/intltest/
H A Dtsdate.h36 * call tryDate with variations, called by testLocale
42 void tryDate(UDate date);
H A Dtsdate.cpp122 tryDate(0);
123 tryDate(1278161801778.0);
124 tryDate(5264498352317.0); // Sunday, October 28, 2136 8:39:12 AM PST
125 tryDate(9516987689250.0); // In the year 2271
126 tryDate(now);
129 tryDate(now + 6.0*30*ONEDAY);
133 tryDate(uprv_floor(randDouble() * limit));
147 void IntlTestDateFormat::tryDate(UDate theDate) function in class:IntlTestDateFormat

Completed in 116 milliseconds