Searched refs:daysTolerance (Results 1 – 1 of 1) sorted by relevance
419 static const UDate daysTolerance = 2 * 24.0 * 60.0 * 60.0 * 1000.0; variable537 if ( U_FAILURE(status) || dateDiff > daysTolerance ) { in TestRelativeDateFormat()