Home | History | Annotate | Download | only in intltest

Lines Matching refs:dfFrench

1327     DateFormat *dfFrench = DateFormat::createDateTimeInstance(DateFormat::FULL,
1336 if (dfUS == NULL || dfFrench == NULL){
1339 delete dfFrench;
1343 dfFrench->format(testDate, out);
1353 delete dfFrench;