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

  /libcore/ojluni/src/main/java/java/time/format/
TextStyle.java 109 SHORT_STANDALONE(Calendar.SHORT_STANDALONE, 1),
DateTimeTextProvider.java 442 styleMap.put(TextStyle.SHORT_STANDALONE, extractQuarters(standaloneRb, "abbreviated"));
DateTimeFormatterBuilder.java     [all...]
  /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());
TCKOffsetPrinterParser.java 388 builder.appendLocalizedOffset(TextStyle.SHORT_STANDALONE);
  /libcore/ojluni/src/main/java/sun/util/locale/provider/
CalendarDataUtility.java 61 SHORT_STANDALONE, LONG_FORMAT, LONG_STANDALONE,
223 case Calendar.SHORT_STANDALONE:
245 case Calendar.SHORT_STANDALONE:
  /libcore/ojluni/src/test/java/time/test/java/time/format/
TestTextPrinter.java 240 {RUSSIAN, MONTH_OF_YEAR, TextStyle.SHORT_STANDALONE, "\u044f\u043d\u0432."},
242 {FINNISH, DAY_OF_WEEK, TextStyle.SHORT_STANDALONE, "ti"},
TestTextParser.java 214 {RUSSIAN, MONTH_OF_YEAR, TextStyle.SHORT_STANDALONE, 1, "\u044f\u043d\u0432." },
215 {RUSSIAN, MONTH_OF_YEAR, TextStyle.SHORT_STANDALONE, 12, "\u0434\u0435\u043a." },
217 {FINNISH, DAY_OF_WEEK, TextStyle.SHORT_STANDALONE, 2, "ti"},
  /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 270 milliseconds