Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java2545 Long valueLong = context.getValue(field); in format() local
2546 if (valueLong == null) { in format()
2549 long value = getValue(context, valueLong); in format()