OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tryDate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tsdate.cpp
122
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)
/external/icu4c/test/intltest/
tsdate.cpp
122
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)
Completed in 456 milliseconds