Lines Matching defs:dateFormats
493 DateFormat* dateFormats[COUNT];
494 dateFormats[0] = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull, Locale::getUS());
495 dateFormats[1] = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull, Locale::getFrance());
499 dateFormats[2] = new SimpleDateFormat(buf, Locale::getUS(), ec);
506 dateFormats[3] = new SimpleDateFormat(buf, Locale::getUS(), ec);
513 // Expected output field values for above DateFormats on aug13
544 DateFormat* df = dateFormats[j];
589 dateFormats[0]->format(aug13, buf, NULL, status);
593 delete dateFormats[i];