Home | History | Annotate | Download | only in cintltst

Lines Matching refs:dayMillis

1354     const int32_t dayMillis = 86400 * INT64_C(1000);    /* 1 day = 86400 seconds */
1366 ucal_setGregorianChange(cal, -365 * (dayMillis * (UDate)1), &errorCode);
1371 if(U_FAILURE(errorCode) || date != -365 * (dayMillis * (UDate)1)) {
1384 ucal_setGregorianChange(cal, -730 * (dayMillis * (UDate)1), &errorCode);