Home | History | Annotate | Download | only in intltest

Lines Matching refs:dfFrench

1326     DateFormat *dfFrench = DateFormat::createDateTimeInstance(DateFormat::FULL,
1335 if (dfUS == NULL || dfFrench == NULL){
1338 delete dfFrench;
1342 dfFrench->format(testDate, out);
1352 delete dfFrench;