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