Home | History | Annotate | Download | only in intltest

Lines Matching refs:dfFrench

1313     DateFormat *dfFrench = DateFormat::createDateTimeInstance(DateFormat::FULL,
1322 if (dfUS == NULL || dfFrench == NULL){
1325 delete dfFrench;
1329 dfFrench->format(testDate, out);
1339 delete dfFrench;