Searched defs:epochTime (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Dcaltest.cpp2033 UDate epochTime = cal.getTime(status); local
2034 if(epochTime != 0) {
2035 errln("Wanted time of 0 at jd=%d, got %.1lf\n", kEpochStartAsJulianDay, epochTime);
2037 logln("Wanted time of 0 at jd=%d, got %.1lf\n", kEpochStartAsJulianDay, epochTime);

Completed in 339 milliseconds