Searched refs:epochMonths (Results 1 – 1 of 1) sorted by relevance
971 int[] epochMonths = new int[numMonths]; in createEpochMonths() local980 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()