Searched refs:CheckConsistentCasing (Results 1 – 5 of 5) sorted by relevance
11 import org.unicode.cldr.test.CheckConsistentCasing.CasingType;12 import org.unicode.cldr.test.CheckConsistentCasing.CasingTypeAndErrFlag;13 import org.unicode.cldr.test.CheckConsistentCasing.Category;
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()
29 public class CheckConsistentCasing extends FactoryCheckCLDR { class43 public CheckConsistentCasing(Factory factory) { in CheckConsistentCasing() method in CheckConsistentCasing
585 ….add(new CheckConsistentCasing(factory)) // this doesn't work; many spurious errors that user can'… in getCheckAll()
25 import org.unicode.cldr.test.CheckConsistentCasing;111 CheckConsistentCasing c = new CheckConsistentCasing( in TestCheckConsistentCasing()