Home
last modified time | relevance | path

Searched refs:secondValue (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/time/
DLocalTime.java1576 int secondValue = second; in toString() local
1580 if (secondValue > 0 || nanoValue > 0) { in toString()
1581 buf.append(secondValue < 10 ? ":0" : ":").append(secondValue); in toString()