Home
last modified time | relevance | path

Searched refs:SEED_DIRECTORY (Results 1 – 7 of 7) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRPaths.java58 public static final String SEED_DIRECTORY = CldrUtility.getPath(SEED_DIRECTORY1, MAIN_SUBDIR); field in CLDRPaths
DCLDRConfig.java325 SKIP_SEED ? null : new File(CLDRPaths.SEED_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.java659 File seedDir = new File(CLDRPaths.SEED_DIRECTORY); in TestFileLocations()
663 + CLDRPaths.SEED_DIRECTORY); in TestFileLocations()
DTestAttributeValues.java77 …t<String> COMMON_AND_SEED = ImmutableList.of(CLDRPaths.COMMON_DIRECTORY, CLDRPaths.SEED_DIRECTORY);
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLocaleCoverage.java758 boolean isSeed = new File(CLDRPaths.SEED_DIRECTORY, locale + ".xml").exists(); in showCoverage()
DGenerateMaximalLocales.java99 new File(CLDRPaths.SEED_DIRECTORY),
/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java123 … CLDRPaths.MAIN_DIRECTORY + "," + CLDRPaths.ANNOTATIONS_DIRECTORY + "," + CLDRPaths.SEED_DIRECTORY;