Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/chrono/
DIsoEra.java129 public static IsoEra of(int isoEra) { in of() argument
130 switch (isoEra) { in of()
136 throw new DateTimeException("Invalid era: " + isoEra); in of()