Home
last modified time | relevance | path

Searched refs:FULL_STANDALONE (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKTextStyle.java77 assertEquals(TextStyle.FULL, TextStyle.FULL_STANDALONE.asNormal()); in test_standaloneNormal()
81 assertEquals(TextStyle.FULL_STANDALONE, TextStyle.FULL_STANDALONE.asStandalone()); in test_standaloneNormal()
85 assertTrue(TextStyle.FULL_STANDALONE.isStandalone()); in test_standaloneNormal()
DTCKOffsetPrinterParser.java383 builder.appendLocalizedOffset(TextStyle.FULL_STANDALONE); in test_print_pattern_localzed_full_standline()
/libcore/ojluni/src/main/java/java/time/format/
DTextStyle.java99 FULL_STANDALONE(Calendar.LONG_STANDALONE, 0), enumConstant
DDateTimeTextProvider.java461 styleMap.put(TextStyle.FULL_STANDALONE, extractQuarters(standaloneRb, "wide")); in createStore()
DDateTimeFormatterBuilder.java1758 appendText(field, standalone ? TextStyle.FULL_STANDALONE : TextStyle.FULL); in parseField()
/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestTextPrinter.java239 … {RUSSIAN, MONTH_OF_YEAR, TextStyle.FULL_STANDALONE, "\u044f\u043d\u0432\u0430\u0440\u044c"}, in provider_StandaloneNames()
241 {FINNISH, DAY_OF_WEEK, TextStyle.FULL_STANDALONE, "tiistai"}, in provider_StandaloneNames()
DTestTextParser.java212 … {RUSSIAN, MONTH_OF_YEAR, TextStyle.FULL_STANDALONE, 1, "\u044f\u043d\u0432\u0430\u0440\u044c" }, in providerStandaloneText()
213 …{RUSSIAN, MONTH_OF_YEAR, TextStyle.FULL_STANDALONE, 12, "\u0434\u0435\u043a\u0430\u0431\u0440\u04… in providerStandaloneText()
216 {FINNISH, DAY_OF_WEEK, TextStyle.FULL_STANDALONE, 2, "tiistai"}, in providerStandaloneText()