Lines Matching full:endl
178 out << endl;
295 cerr << "Illegal command line argument(s)" << endl << endl;
300 << "Usage: icuzdump [-options] [zoneid1 zoneid2 ...]" << endl
301 << endl
302 << "\tDump all offset transitions for the specified zones." << endl
303 << endl
304 << "Options:" << endl
305 << "\t-a : Dump all available zones." << endl
306 << "\t-d <dir> : When specified, write transitions in a file under" << endl
307 << "\t the directory for each zone." << endl
309 << "\t or CRLF." << endl
310 << "\t-c [<low_year>,]<high_year>" << endl
311 << "\t : When specified, dump transitions starting <low_year>" << endl
312 << "\t (inclusive) up to <high_year> (exclusive). The default" << endl
313 << "\t values are 1902(low) and 2038(high)." << endl;
387 cerr << "Cannot open file " << path.str() << endl;
412 cout << endl;
414 cout << "ZONE: " << id << endl;