HomeSort by relevance Sort by last modified time
    Searched refs:testMillis (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/intltest/
callimts.cpp 342 UDate testMillis = greg.getTime(status);
343 cal.setTime(testMillis, status);
392 testMillis >= 1865635198000.0 ) { // Feb 2029 gregorian, end of dangi 4361
  /external/icu4c/test/cintltst/
ccaltst.c 493 double testMillis;
542 testMillis = -46447814188001000.0; // point where floorDivide in handleComputeFields failed as per #9403
543 log_verbose("using value[%lf]\n", testMillis);
545 ucal_setMillis(caldef3, testMillis, &status);
547 log_err("Fail: setMillis incorrectly detected invalid value : for millis : %e : returned : %s\n", testMillis, u_errorName(status));
552 testMillis = -184303902611600000.0;
553 log_verbose("using value[%lf]\n", testMillis);
555 ucal_setMillis(caldef3, testMillis, &status);
557 log_err("Fail: setMillis incorrectly detected invalid value : for millis : %e : returned : %s\n", testMillis, u_errorName(status));
561 if(testMillis == dateBit
    [all...]

Completed in 33 milliseconds