Home | History | Annotate | Download | only in cintltst

Lines Matching refs:dayMillis

1505     const int32_t dayMillis = 86400 * INT64_C(1000);    /* 1 day = 86400 seconds */
1517 ucal_setGregorianChange(cal, -365 * (dayMillis * (UDate)1), &errorCode);
1522 if(U_FAILURE(errorCode) || date != -365 * (dayMillis * (UDate)1)) {
1535 ucal_setGregorianChange(cal, -730 * (dayMillis * (UDate)1), &errorCode);