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.java2798 Long valueLong = context.getValue(field); in format() local
2799 if (valueLong == null) { in format()
2802 long value = getValue(context, valueLong); in format()