Home | History | Annotate | Download | only in intltest

Lines Matching defs:dateFormats

359     DateFormat* dateFormats[COUNT];
360 dateFormats[0] = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull, Locale::getUS());
361 dateFormats[1] = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull, Locale::getFrance());
365 dateFormats[2] = new SimpleDateFormat(buf, Locale::getUS(), ec);
372 dateFormats[3] = new SimpleDateFormat(buf, Locale::getUS(), ec);
379 // Expected output field values for above DateFormats on aug13
403 DateFormat* df = dateFormats[j];
448 dateFormats[0]->format(aug13, buf, NULL, status);
452 delete dateFormats[i];