Searched refs:origId (Results 1 – 1 of 1) sorted by relevance
1522 string& origId = *i; in main() local1523 string custId = origId + ICU_ZONE_OVERRIDE_SUFFIX; in main()1525 map<string,ZoneInfo>::iterator origZi = ZONEINFO.find(origId); in main()1530 cout << "Replacing ZoneInfo " << origId << " with " << custId << endl; in main()1536 map<string,FinalZone>::iterator origFz = finalZones.find(origId); in main()1541 cout << "Replacing FinalZone for " << origId << " with " << custId << endl; in main()