Home | History | Annotate | Download | only in i18n

Lines Matching refs:fdm

1907             int32_t fdm = (dow - internalGet(UCAL_DAY_OF_MONTH) + 1) % 7;
1908 if (fdm < 0) fdm += 7;
1915 if ((7 - fdm) < getMinimalDaysInFirstWeek())
1916 start = 8 - fdm; // Skip the first partial week
1918 start = 1 - fdm; // This may be zero or negative