Home
last modified time | relevance | path

Searched refs:SKIP_SEED (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRConfig.java30 public static boolean SKIP_SEED = System.getProperty("CLDR_SKIP_SEED") != null; field in CLDRConfig
325 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()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCLDRFile.java201 if (CLDRConfig.SKIP_SEED) { in testExtraPaths()
656 if (CLDRConfig.SKIP_SEED) { in TestFileLocations()
DTestUnits.java1831 if (CLDRConfig.SKIP_SEED && !available.contains(locale)) { in TestGender()