Searched refs:moy (Results 1 – 2 of 2) sorted by relevance
1293 int dom, int wom, int moy, String until) { in rruleFromRecurrence() argument1323 if (moy > 0) { in rruleFromRecurrence()1324 rrule.append(";BYMONTH=" + moy); in rruleFromRecurrence()1330 if (moy > 0) { in rruleFromRecurrence()1331 rrule.append(";BYMONTH=" + moy); in rruleFromRecurrence()
795 int moy = -1; in recurrenceParser() local819 moy = getValueInt(); in recurrenceParser()830 dow, dom, wom, moy, until); in recurrenceParser()