Searched refs:ICU_ZONE_FILE (Results 1 – 3 of 3) sorted by relevance
34 #define ICU_ZONE_FILE "icu_zone.txt" macro
1465 ifstream finals(ICU_ZONE_FILE); in main()1471 << " final rules from " ICU_ZONE_FILE << endl; in main()1473 cerr << "Error: Unable to open " ICU_ZONE_FILE << endl; in main()1477 cerr << "Error: While reading " ICU_ZONE_FILE ": " << error.what() << endl; in main()
713 if ((icuFile = fopen(ICU_ZONE_FILE, "w")) == NULL) { in main()716 progname, ICU_ZONE_FILE, e); in main()