Home
last modified time | relevance | path

Searched refs:STANDALONE_MASK (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DCalendar.java724 static final int STANDALONE_MASK = 0x8000; field in Calendar
772 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()
/libcore/ojluni/annotations/hiddenapi/java/util/
DCalendar.java527 static final int STANDALONE_MASK = 32768; // 0x8000 field in Calendar