Searched refs:oldSet (Results 1 – 6 of 6) sorted by relevance
79 Set<String> oldSet = _subdivisionData.get(key); in ValiditySet()80 if (oldSet == null) { in ValiditySet()81 _subdivisionData.put(key, oldSet = new HashSet<String>()); in ValiditySet()83 oldSet.add(subdivision); in ValiditySet()115 Set<String> oldSet = subdivisionData.get(key);116 return oldSet != null && oldSet.contains(value);
68 Set<String> oldSet = _subdivisionData.get(key); in ValiditySet()69 if (oldSet == null) { in ValiditySet()70 _subdivisionData.put(key, oldSet = new HashSet<String>()); in ValiditySet()72 oldSet.add(subdivision); in ValiditySet()104 Set<String> oldSet = subdivisionData.get(key);105 return oldSet != null && oldSet.contains(value);
170 oldSet = set(old)175 if not case in oldSet:
451 Set<String> oldSet = country_zones.get(name); in printZoneAliases() local452 if (oldSet == null) country_zones.put(name, oldSet = new TreeSet<>(col)); in printZoneAliases()453 oldSet.add(zone); in printZoneAliases()458 Set<String> oldSet = new_old.get(newOne); in printZoneAliases() local459 if (false && oldSet == null) { in printZoneAliases()461 new_old.put(newOne, oldSet = new TreeSet(col)); in printZoneAliases()463 oldSet.add(oldOne); in printZoneAliases()472 Set<String> oldSet = new_old.get(newOne); in printZoneAliases() local473 for (Iterator<String> it2 = oldSet.iterator(); it2.hasNext();) { in printZoneAliases()
342 Set<String> oldSet = new_old.get(newOne); in genSupplementalZoneData() local343 if (oldSet == null) in genSupplementalZoneData()344 new_old.put(newOne, oldSet = new TreeSet<>()); in genSupplementalZoneData()345 oldSet.add(old); in genSupplementalZoneData()
100 TestSet oldSet (set); in removeExecuted() local109 if (node->getNodeType() == TESTNODETYPE_TEST_CASE && oldSet.hasNode(node)) in removeExecuted()