Searched refs:toCalendarStyle (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/java/java/time/format/ |
D | DateTimeTextProvider.java | 200 chrono.getCalendarType(), fieldIndex, fieldValue, style.toCalendarStyle(), locale); in getText() 269 int calendarStyle = (style == null) ? Calendar.ALL_STYLES : style.toCalendarStyle(); in getTextIterator() 337 "gregory", Calendar.ERA, textStyle.toCalendarStyle(), locale); in createStore() 354 "gregory", Calendar.MONTH, textStyle.toCalendarStyle(), locale); in createStore() 367 … "gregory", Calendar.MONTH, month, textStyle.toCalendarStyle(), locale); in createStore() 384 "gregory", Calendar.DAY_OF_WEEK, textStyle.toCalendarStyle(), locale); in createStore() 397 … "gregory", Calendar.DAY_OF_WEEK, wday, textStyle.toCalendarStyle(), locale); in createStore() 418 "gregory", Calendar.AM_PM, textStyle.toCalendarStyle(), locale); in createStore()
|
D | TextStyle.java | 159 int toCalendarStyle() { in toCalendarStyle() method in TextStyle
|