Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/chrono/
DHijrahChronology.java971 int[] epochMonths = new int[numMonths]; in createEpochMonths() local
980 epochMonths[epochMonth++] = epochDay; in createEpochMonths()
992 epochMonths[epochMonth++] = epochDay; in createEpochMonths()
994 if (epochMonth != epochMonths.length) { in createEpochMonths()
996 + " should be " + epochMonths.length); in createEpochMonths()
999 return epochMonths; in createEpochMonths()