Searched refs:stylesDeclared (Results 1 – 1 of 1) sorted by relevance
540 TreeSet<String> stylesDeclared = new TreeSet<String>(); in sanityCheck() local543 stylesDeclared.add(styleName); in sanityCheck()550 if (stylesDeclared.remove(styleName)) { in sanityCheck()556 if (!stylesDeclared.isEmpty()) { in sanityCheck()558 for (String name : stylesDeclared) { in sanityCheck()561 if (!name.equals(stylesDeclared.last())) { in sanityCheck()