Searched refs:formatData (Results 1 – 1 of 1) sorted by relevance
217 private DateFormatSymbols formatData; field in SimpleDateFormat231 this.formatData = new DateFormatSymbols(Locale.getDefault()); in SimpleDateFormat()337 formatData = (DateFormatSymbols) value.clone(); in SimpleDateFormat()358 formatData = new DateFormatSymbols(locale); in SimpleDateFormat()379 pattern = convertPattern(template, formatData.getLocalPatternChars(), PATTERN_CHARS, true); in applyLocalizedPattern()405 clone.formatData = (DateFormatSymbols) formatData.clone(); in clone()437 && formatData.equals(simple.formatData); in equals()580 buffer.append(formatData.eras[calendar.get(Calendar.ERA)]); in append()655 buffer.append(formatData.ampms[calendar.get(Calendar.AM_PM)]); in append()698 LocaleData ld = formatData.localeData; in appendDayOfWeek()[all …]