Searched defs:wom (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/exchange/utility/
H A DCalendarUtilities.java216 int wom = cal.get(Calendar.DAY_OF_WEEK_IN_MONTH);
218 setWord(bytes, offset + MSFT_SYSTEMTIME_DAY, wom < 0 ? 5 : wom);
953 static void addByDay(StringBuilder rrule, int dow, int wom) { argument
961 if (wom > 0) {
964 rrule.append(wom == 5 ? -1 : wom);
1094 int wom = byDay.charAt(0);
1095 if (wom == '-') {
1097 wom
1144 rruleFromRecurrence(int type, int occurrences, int interval, int dow, int dom, int wom, int moy, String until) argument
[all...]

Completed in 7 milliseconds