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