Searched refs:STANDALONE_MASK (Results 1 – 2 of 2) sorted by relevance
724 static final int STANDALONE_MASK = 0x8000; field in Calendar772 public static final int NARROW_STANDALONE = NARROW_FORMAT | STANDALONE_MASK;809 public static final int SHORT_STANDALONE = SHORT | STANDALONE_MASK;822 public static final int LONG_STANDALONE = LONG | STANDALONE_MASK;2648 return style & ~STANDALONE_MASK; in getBaseStyle()2657 return style | STANDALONE_MASK; in toStandaloneStyle()2661 return (style & STANDALONE_MASK) != 0; in isStandaloneStyle()
527 static final int STANDALONE_MASK = 32768; // 0x8000 field in Calendar