Searched refs:ICU_ZONE_FILE (Results 1 – 3 of 3) sorted by relevance
34 #define ICU_ZONE_FILE "icu_zone.txt" macro
1466 ifstream finals(ICU_ZONE_FILE); in main()1472 << " final rules from " ICU_ZONE_FILE << endl; in main()1474 cerr << "Error: Unable to open " ICU_ZONE_FILE << endl; in main()1478 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()