Searched refs:SKIP_SEED (Results 1 – 3 of 3) sorted by relevance
30 public static boolean SKIP_SEED = System.getProperty("CLDR_SKIP_SEED") != null; field in CLDRConfig325 SKIP_SEED ? null : new File(CLDRPaths.SEED_DIRECTORY), in getCommonAndSeedAndMainAndAnnotationsFactory()326 SKIP_SEED ? null : new File(CLDRPaths.SEED_ANNOTATIONS_DIRECTORY) in getCommonAndSeedAndMainAndAnnotationsFactory()339 SKIP_SEED ? null : new File(CLDRPaths.SEED_DIRECTORY)}; in getFullCldrFactory()
201 if (CLDRConfig.SKIP_SEED) { in testExtraPaths()656 if (CLDRConfig.SKIP_SEED) { in TestFileLocations()
1831 if (CLDRConfig.SKIP_SEED && !available.contains(locale)) { in TestGender()