Lines Matching full:endl
496 cerr << os.str() << "; using 0" << endl;
508 cerr << "Warning: unused abbreviation: " << ii << endl;
612 cerr << "Error: Invalid directory: " << dirname << endl;
628 << e.what() << endl;
653 cerr << "Error: Invalid directory: " << dir << endl;
657 cerr << "Error: Directory name too long" << endl;
679 << e.what() << endl;
692 << e.what() << endl;
1022 os << ":int { " << aliasTo << " } "; // No endl - save room for comment.
1027 os << ":table {" << endl;
1029 os << ":array {" << endl;
1050 os << " }" << endl;
1063 os << " }" << endl;
1076 os << " }" << endl;
1085 os << " }" << endl;
1100 os << " }" << endl;
1108 os << dec << "\" }" << endl;
1115 os << dec << "\" }" << endl;
1121 os << " finalRule { \"" << finalRuleID << "\" }" << endl;
1122 os << " finalRaw:int { " << finalOffset << " }" << endl;
1123 os << " finalYear:int { " << finalYear << " }" << endl;
1125 os << " \"" << finalRuleID << "\"" << endl;
1127 << finalYear << " }" << endl;
1144 os << " }" << endl;
1147 os << " } "; // no trailing 'endl', so comments can be placed.
1158 os << "//Z#" << c++ << endl;
1167 os << " Names {" << endl
1180 os << " // " << n << endl
1186 os << " // " << (n-1) << endl
1187 << " }" << endl;
1253 cerr << "Error: transition count = 0, type count = " << types.size() << endl;
1429 os << part[whichpart].offset << endl;
1451 cout << "Usage: tz2icu <dir> <cmap> <tzver> [--old]" << endl
1452 << " <dir> path to zoneinfo file tree generated by" << endl
1453 << " ICU-patched version of zic" << endl
1454 << " <cmap> country map, from tzdata archive," << endl
1455 << " typically named \"zone.tab\"" << endl
1456 << " <tzver> version string, such as \"2003e\"" << endl
1457 << " --old generating resource format before ICU4.4" << endl;
1461 cout << "Olson data version: " << version << endl;
1462 cout << "ICU 4.4+ format: " << (ICU44PLUS ? "Yes" : "No") << endl;
1471 << " final rules from " ICU_ZONE_FILE << endl;
1473 cerr << "Error: Unable to open " ICU_ZONE_FILE << endl;
1477 cerr << "Error: While reading " ICU_ZONE_FILE ": " << error.what() << endl;
1487 cerr << "Error: While scanning " << rootpath << ": " << error.what() << endl;
1493 << (--ZONEINFO.end())->first << "]" << endl;
1498 cerr << "Error: While merging final zone data: " << error.what() << endl;
1513 << olson << "\"" << endl;
1557 cout << endl;
1601 cerr << "Error: Can't parse " << line << " in " << ICU_REGIONS << endl;
1607 cout << "No custom region map [icuregions]" << endl;
1610 cerr << "Error: While reading " << ICU_REGIONS << ": " << error.what() << endl;
1617 cerr << "Error: Unable to open " << zonetab << endl;
1632 cerr << "Error: Can't parse " << line << " in " << zonetab << endl;
1637 << " in " << zonetab << endl;
1644 << " " << country << " -> " << customCountry << endl;
1649 //cerr << (n+1) << ": " << country << " <=> " << zone << endl;
1653 << " country entries from " << zonetab << endl;
1655 cerr << "Error: While reading " << zonetab << ": " << error.what() << endl;
1667 << ", region=" << i->second << endl;
1690 //cerr << "Aliased country: " << c << " <=> " << *j << endl;
1715 file << "//---------------------------------------------------------" << endl
1720 file << ", International Business Machines" << endl
1721 << "// Corporation and others. All Rights Reserved." << endl
1722 << "//---------------------------------------------------------" << endl
1723 << "// Build tool: tz2icu" << endl
1724 << "// Build date: " << asctime(now) /* << endl -- asctime emits CR */
1725 << "// tz database: ftp://ftp.iana.org/tz/" << endl
1726 << "// tz version: " << version << endl
1727 << "// ICU version: " << U_ICU_VERSION << endl
1728 << "//---------------------------------------------------------" << endl
1729 << "// >> !!! >> THIS IS A MACHINE-GENERATED FILE << !!! <<" << endl
1730 << "// >> !!! >>> DO NOT EDIT <<< !!! <<" << endl
1731 << "//---------------------------------------------------------" << endl
1732 << endl
1733 << TZ_RESOURCE_NAME << ":table(nofallback) {" << endl
1734 << " TZVersion { \"" << version << "\" }" << endl
1735 << " Zones:array { " << endl
1737 << " }" << endl;
1743 file << " Rules { " << endl;
1750 file << " " << id << ":intvector {" << endl;
1752 file << " } //_#" << frc++ << endl;
1754 file << " }" << endl;
1758 file << " Regions:array {" << endl;
1767 file << "//Z#" << zn++ << " " << i->first << endl;
1769 file << " }" << endl;
1771 file << " Regions { " << endl;
1788 cerr << "Error: Nonexistent zone in country map: " << *j << endl;
1793 file << " } //R#" << rc++ << endl;
1795 file << " }" << endl;
1798 file << "}" << endl;
1804 cout << "Finished writing " << TZ_RESOURCE_NAME << ".txt" << endl;
1806 cerr << "Error: Unable to open/write to " << TZ_RESOURCE_NAME << ".txt" << endl;