Home
last modified time | relevance | path

Searched refs:origId (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp1522 string& origId = *i; in main() local
1523 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()