Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/format/
DParsed.java514 long mohVal = (moh != null ? moh : 0); in resolveTimeLenient() local
517 resolveTime(hod, mohVal, somVal, nosVal); in resolveTimeLenient()
546 int mohVal = MINUTE_OF_HOUR.checkValidIntValue(moh); in resolveTime() local
549 … if (resolverStyle == ResolverStyle.SMART && hod == 24 && mohVal == 0 && som == 0 && nosVal == 0) { in resolveTime()
554 updateCheckConflict(LocalTime.of(hodVal, mohVal, somVal, nosVal), Period.ZERO); in resolveTime()