Searched refs:textStyle (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/time/format/
H A DDateTimeTextProvider.java331 for (TextStyle textStyle : TextStyle.values()) {
332 if (textStyle.isStandalone()) {
337 "gregory", Calendar.ERA, textStyle.toCalendarStyle(), locale);
344 styleMap.put(textStyle, map);
352 for (TextStyle textStyle : TextStyle.values()) {
354 "gregory", Calendar.MONTH, textStyle.toCalendarStyle(), locale);
367 "gregory", Calendar.MONTH, month, textStyle.toCalendarStyle(), locale);
375 styleMap.put(textStyle, map);
382 for (TextStyle textStyle : TextStyle.values()) {
384 "gregory", Calendar.DAY_OF_WEEK, textStyle
[all...]
H A DDateTimeFormatterBuilder.java728 * @param textStyle the text style to use, not null
731 public DateTimeFormatterBuilder appendText(TemporalField field, TextStyle textStyle) { argument
733 Objects.requireNonNull(textStyle, "textStyle");
734 appendInternal(new TextPrinterParser(field, textStyle, DateTimeTextProvider.getInstance()));
1153 * @param textStyle the text style to use, not null
1156 public DateTimeFormatterBuilder appendZoneText(TextStyle textStyle) { argument
1157 appendInternal(new ZoneTextPrinterParser(textStyle, null));
1193 * @param textStyle the text style to use, not null
1197 public DateTimeFormatterBuilder appendZoneText(TextStyle textStyle, argument
1238 appendChronologyText(TextStyle textStyle) argument
3073 private final TextStyle textStyle; field in class:DateTimeFormatterBuilder.TextPrinterParser
3088 TextPrinterParser(TemporalField field, TextStyle textStyle, DateTimeTextProvider provider) argument
3624 private final TextStyle textStyle; field in class:DateTimeFormatterBuilder.ZoneTextPrinterParser
3629 ZoneTextPrinterParser(TextStyle textStyle, Set<ZoneId> preferredZones) argument
4311 private final TextStyle textStyle; field in class:DateTimeFormatterBuilder.ChronoPrinterParser
4313 ChronoPrinterParser(TextStyle textStyle) argument
[all...]
/libcore/benchmarks/src/benchmarks/regression/
H A DR.java2374 public static final int textStyle = 0; field in class:R

Completed in 59 milliseconds