Searched refs:secondValue (Results 1 – 1 of 1) sorted by relevance
1576 int secondValue = second; in toString() local1580 if (secondValue > 0 || nanoValue > 0) { in toString()1581 buf.append(secondValue < 10 ? ":0" : ":").append(secondValue); in toString()