Searched defs:epochHours (Results 1 - 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
H A D | TimeZoneBoundaryTest.java | 299 * given epochHours. This verifies the functioning of the 304 * @param epochHours hours after Jan 1 1970 0:00 GMT. 307 double epochHours) { 313 Date ed = new Date((long)(epochHours * H)); 314 if (e == epochHours) { 320 ", expected " + epochHours + " (" + ed + ")"); 327 logln("Ok: " + epochHours + " (" + ed + ") => " + 333 errln("FAIL: " + epochHours + " (" + ed + ") => " + 354 // double epochHours) { 359 // Date ed = new Date((long)(epochHours * 360000 306 verifyMapping(Calendar cal, int year, int month, int dom, int hour, double epochHours) argument [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
H A D | TimeZoneBoundaryTest.java | 296 * given epochHours. This verifies the functioning of the 301 * @param epochHours hours after Jan 1 1970 0:00 GMT. 304 double epochHours) { 310 Date ed = new Date((long)(epochHours * H)); 311 if (e == epochHours) { 317 ", expected " + epochHours + " (" + ed + ")"); 324 logln("Ok: " + epochHours + " (" + ed + ") => " + 330 errln("FAIL: " + epochHours + " (" + ed + ") => " + 351 // double epochHours) { 356 // Date ed = new Date((long)(epochHours * 360000 303 verifyMapping(Calendar cal, int year, int month, int dom, int hour, double epochHours) argument [all...] |
/external/icu/icu4c/source/test/intltest/ |
H A D | tzbdtest.cpp | 228 * given epochHours. This verifies the functioning of the 233 * @param epochHours hours after Jan 1 1970 0:00 GMT. 236 double epochHours) { 242 UDate ed = (epochHours * H); 243 if (e == epochHours) { 249 ", expected " + epochHours + " (" + ed + ")"); 256 logln(UnicodeString("Ok: ") + epochHours + " (" + ed + ") => " + 262 dataerrln(UnicodeString("FAIL: ") + epochHours + " (" + ed + ") => " + 235 verifyMapping(Calendar& cal, int year, int month, int dom, int hour, double epochHours) argument
|
Completed in 139 milliseconds