Searched refs:curDow (Results 1 – 1 of 1) sorted by relevance
352 int curDow = temp.get(DAY_OF_WEEK); in dayOfWeekInMonth() local353 int dowDiff = (dowValue - curDow + 7) % 7; in dayOfWeekInMonth()360 int curDow = temp.get(DAY_OF_WEEK); in dayOfWeekInMonth()361 int daysDiff = dowValue - curDow; in dayOfWeekInMonth()