Searched refs:tzMappings (Results 1 – 1 of 1) sorted by relevance
707 UVector *tzMappings = (UVector*)metaToOlson->get(mzidStr); in createMetaToOlsonMap() local708 if (tzMappings == NULL) { in createMetaToOlsonMap()710 tzMappings = new UVector(deleteMetaToOlsonMappingEntry, NULL, status); in createMetaToOlsonMap()711 metaToOlson->put(mzidStr, tzMappings, status); in createMetaToOlsonMap()713 if (tzMappings != NULL) { in createMetaToOlsonMap()714 delete tzMappings; in createMetaToOlsonMap()720 tzMappings->addElement(entry, status); in createMetaToOlsonMap()