Home
last modified time | relevance | path

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

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarFrame.java94 private DateFormat monthFormat[] = new DateFormat[2]; field in CalendarFrame
213 monthFormat[0] = monthFormat[1] = null; in init()
257 if (monthFormat[i] == null) { // TODO: optimize in updateMonthName()
266 monthFormat[i] = f; in updateMonthName()
273 monthLabel[i].setText( monthFormat[i].format( calendarPanel.firstOfMonth() )); in updateMonthName()
304 monthFormat[j] = null; in itemStateChanged()
317 monthFormat[i] = null; in itemStateChanged()
/external/cldr/tools/java/org/unicode/cldr/tool/
DReadSql.java166 static DateFormat monthFormat = new SimpleDateFormat("MMM"); field in ReadSql.DateMap
185 result.append(monthFormat.format(new Date(year - 1900, month - 1, 1))); in toString()
/external/cldr/tools/java/org/unicode/cldr/util/data/
DprettyPath.txt127 '$%%/months/default' > '|default|monthFormat';