Searched refs:custId (Results 1 – 1 of 1) sorted by relevance
1523 string custId = origId + ICU_ZONE_OVERRIDE_SUFFIX; in main() local1526 map<string,ZoneInfo>::iterator custZi = ZONEINFO.find(custId); in main()1530 cout << "Replacing ZoneInfo " << origId << " with " << custId << endl; in main()1537 map<string,FinalZone>::iterator custFz = finalZones.find(custId); in main()1541 cout << "Replacing FinalZone for " << origId << " with " << custId << endl; in main()