Lines Matching refs:SimpleDateFormat
30 * Verify that fmt is a SimpleDateFormat. Invalid error if not.
36 ((DateFormat*)fmt)->getDynamicClassID()!=SimpleDateFormat::getStaticClassID()) {
42 // SimpleDateFormat::fgPatternIndexToDateFormatField and
43 // SimpleDateFormat::fgPatternIndexToCalendarField arrays.
114 fmt = new SimpleDateFormat(pat, *status);
117 fmt = new SimpleDateFormat(pat, Locale(locale), *status);
311 return ((SimpleDateFormat*)fmt)->get2DigitYearStart(*status);
321 ((SimpleDateFormat*)fmt)->set2DigitYearStart(d, *status);
340 if ( ((DateFormat*)fmt)->getDynamicClassID()==SimpleDateFormat::getStaticClassID() ) {
342 ((SimpleDateFormat*)fmt)->toLocalizedPattern(res, *status);
344 ((SimpleDateFormat*)fmt)->toPattern(res);
372 ((SimpleDateFormat*)format)->applyLocalizedPattern(pat, status);
374 ((SimpleDateFormat*)format)->applyPattern(pat);
389 ((SimpleDateFormat*)fmt)->getDateFormatSymbols();
503 ((SimpleDateFormat*)fmt)->getDateFormatSymbols();
613 * cloned one value array, changed one value, and then made the SimpleDateFormat
789 DateFormatSymbols *syms = (DateFormatSymbols *)((SimpleDateFormat *)format)->getDateFormatSymbols();