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

/libcore/ojluni/src/main/java/java/util/
H A DCalendar.java717 static final int STANDALONE_MASK = 0x8000; field in class:Calendar
765 public static final int NARROW_STANDALONE = NARROW_FORMAT | STANDALONE_MASK;
802 public static final int SHORT_STANDALONE = SHORT | STANDALONE_MASK;
815 public static final int LONG_STANDALONE = LONG | STANDALONE_MASK;
2574 return style & ~STANDALONE_MASK;
2578 return style | STANDALONE_MASK;
2582 return (style & STANDALONE_MASK) != 0;

Completed in 41 milliseconds