Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/temporal/
DIsoFields.java352 Long yearLong = fieldValues.get(YEAR); in resolve() local
354 if (yearLong == null || qoyLong == null) { in resolve()
357 int y = YEAR.checkValidIntValue(yearLong); // always validate in resolve()