Searched defs:WEEK_OF_MONTH_MASK (Results 1 – 2 of 2) sorted by relevance
543 static final int WEEK_OF_MONTH_MASK = 16; // 0x10 field in Calendar
1012 static final int WEEK_OF_MONTH_MASK = (1 << WEEK_OF_MONTH); field in Calendar