HomeSort by relevance Sort by last modified time
    Searched refs:zit (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/tools/tzcode/
icuzdump.cpp 355 ZoneIterator* zit; local
357 zit = new ZoneIterator(TRUE);
360 zit = new ZoneIterator();
362 zit = new ZoneIterator((const char**)&argv[1], argc - 1);
375 TimeZone* tz = zit->next();
406 TimeZone* tz = zit->next();
422 delete zit;
  /external/icu4c/tools/tzcode/
icuzdump.cpp 355 ZoneIterator* zit; local
357 zit = new ZoneIterator(TRUE);
360 zit = new ZoneIterator();
362 zit = new ZoneIterator((const char**)&argv[1], argc - 1);
375 TimeZone* tz = zit->next();
406 TimeZone* tz = zit->next();
422 delete zit;

Completed in 127 milliseconds