Home
last modified time | relevance | path

Searched refs:ANNOTATIONS_DIRECTORY (Results 1 – 9 of 9) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCldrFactory.java41 new File(CLDRPaths.ANNOTATIONS_DIRECTORY), in testDirectories()
45 …ted = Arrays.asList(new File(CLDRPaths.MAIN_DIRECTORY), new File(CLDRPaths.ANNOTATIONS_DIRECTORY)); in testDirectories()
62 Factory factoryAnnotations = SimpleFactory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in testMerge()
66 … File[] paths = { new File(CLDRPaths.MAIN_DIRECTORY), new File(CLDRPaths.ANNOTATIONS_DIRECTORY) }; in testMerge()
162 Factory factoryAnnotations = SimpleFactory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in testWrite()
165 … File[] paths = { new File(CLDRPaths.MAIN_DIRECTORY), new File(CLDRPaths.ANNOTATIONS_DIRECTORY) }; in testWrite()
DTestAnnotations.java280 Factory factoryAnnotations = SimpleFactory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in testAnnotationPaths()
295 if (CLDRPaths.ANNOTATIONS_DIRECTORY.contains("cldr-staging/production/")) { in testEmojiImages()
298 Factory factoryAnnotations = SimpleFactory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in testEmojiImages()
411 if (CLDRPaths.ANNOTATIONS_DIRECTORY.contains("cldr-staging/production/")) { in testSuperfluousAnnotationPaths()
414 Factory factoryAnnotations = SimpleFactory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in testSuperfluousAnnotationPaths()
/external/cldr/tools/java/org/unicode/cldr/tool/
DRemoveEmptyCldrFiles.java13 new File(CLDRPaths.ANNOTATIONS_DIRECTORY) in main()
18 File file = new File(CLDRPaths.ANNOTATIONS_DIRECTORY, localeId + ".xml"); in main()
DPrepareRootAnnotations.java20 Factory factoryAnnotations = SimpleFactory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in main()
DGenerateSidewaysView.java168 new File(CLDRPaths.ANNOTATIONS_DIRECTORY), in main()
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRConfig.java281 annotationsFactory = Factory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in getAnnotationsFactory()
301 new File(CLDRPaths.ANNOTATIONS_DIRECTORY) }; in getMainAndAnnotationsFactory()
324 new File(CLDRPaths.ANNOTATIONS_DIRECTORY), in getCommonAndSeedAndMainAndAnnotationsFactory()
DCLDRPaths.java47 …public static final String ANNOTATIONS_DIRECTORY = CldrUtility.getPath(CLDRPaths.COMMON_DIRECTORY,… field in CLDRPaths
DVettingViewer.java1583 …source(".*", CLDRPaths.MAIN_DIRECTORY + "," + CLDRPaths.ANNOTATIONS_DIRECTORY, // CldrUtility.TMP2…
/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java123 …l String SOURCE_DIRS = CLDRPaths.MAIN_DIRECTORY + "," + CLDRPaths.ANNOTATIONS_DIRECTORY + "," + CL…