Home
last modified time | relevance | path

Searched refs:getDateTimeFormatString (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/icu/
DSimpleDateFormatData.java55 String tmpFullTimeFormat = getDateTimeFormatString(extendedCalendar, in SimpleDateFormatData()
69 longTimeFormat = getDateTimeFormatString(extendedCalendar, in SimpleDateFormatData()
71 mediumTimeFormat = getDateTimeFormatString(extendedCalendar, in SimpleDateFormatData()
73 shortTimeFormat = getDateTimeFormatString(extendedCalendar, in SimpleDateFormatData()
75 fullDateFormat = getDateTimeFormatString(extendedCalendar, in SimpleDateFormatData()
77 longDateFormat = getDateTimeFormatString(extendedCalendar, in SimpleDateFormatData()
79 mediumDateFormat = getDateTimeFormatString(extendedCalendar, in SimpleDateFormatData()
81 shortDateFormat = getDateTimeFormatString(extendedCalendar, in SimpleDateFormatData()
178 private static String getDateTimeFormatString(ExtendedCalendar extendedCalendar, in getDateTimeFormatString() method in SimpleDateFormatData