Home
last modified time | relevance | path

Searched refs:FULL_STANDALONE (Results 1 – 8 of 8) 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.java622 builder.appendLocalizedOffset(TextStyle.FULL_STANDALONE); in test_print_pattern_localzed_full_standline()
/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestTextParserWithLocale.java129 … {RUSSIAN, MONTH_OF_YEAR, TextStyle.FULL_STANDALONE, 1, "\u044f\u043d\u0432\u0430\u0440\u044c"}, in providerStandaloneText()
130 …{RUSSIAN, MONTH_OF_YEAR, TextStyle.FULL_STANDALONE, 12, "\u0434\u0435\u043a\u0430\u0431\u0440\u04… in providerStandaloneText()
133 {FINNISH, DAY_OF_WEEK, TextStyle.FULL_STANDALONE, 2, "tiistai"}, in providerStandaloneText()
DTestTextPrinterWithLocale.java117 … {RUSSIAN, MONTH_OF_YEAR, TextStyle.FULL_STANDALONE, "\u044f\u043d\u0432\u0430\u0440\u044c"}, in provider_StandaloneNames()
119 {FINNISH, DAY_OF_WEEK, TextStyle.FULL_STANDALONE, "tiistai"}, in provider_StandaloneNames()
/libcore/ojluni/src/main/java/java/time/format/
DTextStyle.java101 FULL_STANDALONE(Calendar.LONG_STANDALONE, 0), enumConstant
DDateTimeTextProvider.java497 styleMap.put(TextStyle.FULL_STANDALONE, extractQuarters( in createStore()
DDateTimeFormatterBuilder.java2000 appendText(field, standalone ? TextStyle.FULL_STANDALONE : TextStyle.FULL); in parseField()
/libcore/api/
Dcurrent.txt12751 enum_constant public static final java.time.format.TextStyle FULL_STANDALONE;