Searched refs:CheckConsistentCasing (Results 1 – 5 of 5) sorted by relevance
17 import org.unicode.cldr.test.CheckConsistentCasing.CasingType;18 import org.unicode.cldr.test.CheckConsistentCasing.CasingTypeAndErrFlag;19 import org.unicode.cldr.test.CheckConsistentCasing.Category;146 createCasingXml(localeID, CheckConsistentCasing.getSamples(file)); in generateCasingInformation()
29 public class CheckConsistentCasing extends FactoryCheckCLDR { class44 public CheckConsistentCasing(Factory factory) { in CheckConsistentCasing() method in CheckConsistentCasing
656 new CheckConsistentCasing( in getCheckAll()
15 import org.unicode.cldr.test.CheckConsistentCasing.CasingType;16 import org.unicode.cldr.test.CheckConsistentCasing.CasingTypeAndErrFlag;17 import org.unicode.cldr.test.CheckConsistentCasing.Category;
29 import org.unicode.cldr.test.CheckConsistentCasing;120 CheckConsistentCasing c = new CheckConsistentCasing(testInfo.getCldrFactory()); in TestCheckConsistentCasing()