Searched refs:toCalendarStyle (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/java/java/time/format/ |
D | DateTimeTextProvider.java | 204 chrono.getCalendarType(), fieldIndex, fieldValue, style.toCalendarStyle(), locale); in getText() 273 int calendarStyle = (style == null) ? Calendar.ALL_STYLES : style.toCalendarStyle(); in getTextIterator() 341 "gregory", Calendar.ERA, textStyle.toCalendarStyle(), locale); in createStore() 366 month, textStyle.toCalendarStyle(), locale); in createStore() 374 "gregory", Calendar.MONTH, textStyle.toCalendarStyle(), locale); in createStore() 385 … "gregory", Calendar.MONTH, month, textStyle.toCalendarStyle(), locale); in createStore() 411 wday, textStyle.toCalendarStyle(), locale); in createStore() 419 "gregory", Calendar.DAY_OF_WEEK, textStyle.toCalendarStyle(), locale); in createStore() 430 … "gregory", Calendar.DAY_OF_WEEK, wday, textStyle.toCalendarStyle(), locale); in createStore() 452 "gregory", Calendar.AM_PM, textStyle.toCalendarStyle(), locale); in createStore()
|
D | TextStyle.java | 161 int toCalendarStyle() { in toCalendarStyle() method in TextStyle
|