Searched refs:daysOther (Results 1 – 1 of 1) sorted by relevance
360 long daysOther = other.toDays(); in compareTo() local361 if (days == daysOther) { in compareTo()362 return Long.compare(toExcessNanos(days), other.toExcessNanos(daysOther)); in compareTo()364 return Long.compare(days, daysOther); in compareTo()