Searched refs:oldSet (Results 1 – 6 of 6) sorted by relevance
78 Set<String> oldSet = _subdivisionData.get(key); in ValiditySet()79 if (oldSet == null) { in ValiditySet()80 _subdivisionData.put(key, oldSet = new HashSet<String>()); in ValiditySet()82 oldSet.add(subdivision); in ValiditySet()114 Set<String> oldSet = subdivisionData.get(key);115 return oldSet != null && oldSet.contains(value);
67 Set<String> oldSet = _subdivisionData.get(key); in ValiditySet()68 if (oldSet == null) { in ValiditySet()69 _subdivisionData.put(key, oldSet = new HashSet<String>()); in ValiditySet()71 oldSet.add(subdivision); in ValiditySet()103 Set<String> oldSet = subdivisionData.get(key);104 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<String>(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()
343 Set<String> oldSet = new_old.get(newOne); in genSupplementalZoneData() local344 if (oldSet == null) in genSupplementalZoneData()345 new_old.put(newOne, oldSet = new TreeSet<String>()); in genSupplementalZoneData()346 oldSet.add(old); in genSupplementalZoneData()
100 TestSet oldSet (set); in removeExecuted() local109 if (node->getNodeType() == TESTNODETYPE_TEST_CASE && oldSet.hasNode(node)) in removeExecuted()