HomeSort by relevance Sort by last modified time
    Searched defs:SHORT_STANDALONE (Results 1 - 4 of 4) sorted by null

  /libcore/ojluni/src/main/java/java/time/format/
TextStyle.java 109 SHORT_STANDALONE(Calendar.SHORT_STANDALONE, 1),
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKTextStyle.java 82 assertEquals(TextStyle.SHORT_STANDALONE, TextStyle.SHORT.asStandalone());
86 assertTrue(TextStyle.SHORT_STANDALONE.isStandalone());
  /libcore/ojluni/src/main/java/java/util/
Calendar.java 709 * @see #SHORT_STANDALONE
724 * @see #SHORT_STANDALONE
761 * @see #SHORT_STANDALONE
772 * @see #SHORT_STANDALONE
786 * @see #SHORT_STANDALONE
802 public static final int SHORT_STANDALONE = SHORT | STANDALONE_MASK;
812 * @see #SHORT_STANDALONE
    [all...]
  /prebuilts/sdk/current/
core.jar 

Completed in 96 milliseconds