Lines Matching refs:dateFormats
516 DateFormat* dateFormats[COUNT];
517 dateFormats[0] = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull, Locale::getUS());
518 dateFormats[1] = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull, Locale::getFrance());
522 dateFormats[2] = new SimpleDateFormat(buf, Locale::getUS(), ec);
529 dateFormats[3] = new SimpleDateFormat(buf, Locale::getUS(), ec);
536 // Expected output field values for above DateFormats on aug13
583 DateFormat* df = dateFormats[j];
628 dateFormats[0]->format(aug13, buf, NULL, status);
632 delete dateFormats[i];