Searched refs:CheckConsistentCasing (Results 1 – 5 of 5) sorted by relevance
16 import org.unicode.cldr.test.CheckConsistentCasing.CasingType;17 import org.unicode.cldr.test.CheckConsistentCasing.CasingTypeAndErrFlag;18 import org.unicode.cldr.test.CheckConsistentCasing.Category;148 createCasingXml(localeID, CheckConsistentCasing.getSamples(file)); in generateCasingInformation()
30 public class CheckConsistentCasing extends FactoryCheckCLDR { class45 public CheckConsistentCasing(Factory factory) { in CheckConsistentCasing() method in CheckConsistentCasing
586 ….add(new CheckConsistentCasing(factory)) // this doesn't work; many spurious errors that user can'… in getCheckAll()
13 import org.unicode.cldr.test.CheckConsistentCasing.CasingType;14 import org.unicode.cldr.test.CheckConsistentCasing.CasingTypeAndErrFlag;15 import org.unicode.cldr.test.CheckConsistentCasing.Category;
18 import org.unicode.cldr.test.CheckConsistentCasing;81 CheckConsistentCasing c = new CheckConsistentCasing( in TestCheckConsistentCasing()