Searched refs:noOccur (Results 1 – 1 of 1) sorted by relevance
224 Set<DtdType> noOccur = new TreeSet(possible); in checkBadAttributes() local225 noOccur.removeAll(occurs); in checkBadAttributes()233 … if (!Collections.disjoint(notDeprecated, noOccur)) { // if !deprecated & !occur, warning in checkBadAttributes()235 … + "» doesn't occur in and is not deprecated in " + CldrUtility.intersect(notDeprecated, noOccur)); in checkBadAttributes()241 + "\t" + noOccur); in checkBadAttributes()264 Set<R2<DtdType, String>> noOccur = new TreeSet(possible); in checkBadAttributes() local265 noOccur.removeAll(occurs); in checkBadAttributes()273 … if (!Collections.disjoint(notDeprecated, noOccur)) { // if !deprecated & !occur, warning in checkBadAttributes()275 … + "» doesn't occur in and is not deprecated in " + CldrUtility.intersect(notDeprecated, noOccur)); in checkBadAttributes()280 + "\t" + noOccur); in checkBadAttributes()