Searched refs:SEED_DIRECTORY (Results 1 – 7 of 7) sorted by relevance
58 public static final String SEED_DIRECTORY = CldrUtility.getPath(SEED_DIRECTORY1, MAIN_SUBDIR); field in CLDRPaths
325 SKIP_SEED ? null : new File(CLDRPaths.SEED_DIRECTORY), in getCommonAndSeedAndMainAndAnnotationsFactory()339 SKIP_SEED ? null : new File(CLDRPaths.SEED_DIRECTORY)}; in getFullCldrFactory()
659 File seedDir = new File(CLDRPaths.SEED_DIRECTORY); in TestFileLocations()663 + CLDRPaths.SEED_DIRECTORY); in TestFileLocations()
77 …t<String> COMMON_AND_SEED = ImmutableList.of(CLDRPaths.COMMON_DIRECTORY, CLDRPaths.SEED_DIRECTORY);
758 boolean isSeed = new File(CLDRPaths.SEED_DIRECTORY, locale + ".xml").exists(); in showCoverage()
99 new File(CLDRPaths.SEED_DIRECTORY),
123 … CLDRPaths.MAIN_DIRECTORY + "," + CLDRPaths.ANNOTATIONS_DIRECTORY + "," + CLDRPaths.SEED_DIRECTORY;