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

  /libcore/ojluni/src/main/java/java/time/format/
TextStyle.java 159 int toCalendarStyle() {
DateTimeTextProvider.java 200 chrono.getCalendarType(), fieldIndex, fieldValue, style.toCalendarStyle(), locale);
269 int calendarStyle = (style == null) ? Calendar.ALL_STYLES : style.toCalendarStyle();
337 "gregory", Calendar.ERA, textStyle.toCalendarStyle(), locale);
354 "gregory", Calendar.MONTH, textStyle.toCalendarStyle(), locale);
367 "gregory", Calendar.MONTH, month, textStyle.toCalendarStyle(), locale);
384 "gregory", Calendar.DAY_OF_WEEK, textStyle.toCalendarStyle(), locale);
397 "gregory", Calendar.DAY_OF_WEEK, wday, textStyle.toCalendarStyle(), locale);
418 "gregory", Calendar.AM_PM, textStyle.toCalendarStyle(), locale);

Completed in 68 milliseconds