Home
last modified time | relevance | path

Searched refs:noOccur (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateItemCounts.java224 Set<DtdType> noOccur = new TreeSet(possible); in checkBadAttributes() local
225 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() local
265 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()