Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCldrFactory.java42 new File(CLDRPaths.ANNOTATIONS_DIRECTORY), in testDirectories()
46 …ted = Arrays.asList(new File(CLDRPaths.MAIN_DIRECTORY), new File(CLDRPaths.ANNOTATIONS_DIRECTORY)); in testDirectories()
63 Factory factoryAnnotations = SimpleFactory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in testMerge()
67 … File[] paths = { new File(CLDRPaths.MAIN_DIRECTORY), new File(CLDRPaths.ANNOTATIONS_DIRECTORY) }; in testMerge()
163 Factory factoryAnnotations = SimpleFactory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in testWrite()
166 … File[] paths = { new File(CLDRPaths.MAIN_DIRECTORY), new File(CLDRPaths.ANNOTATIONS_DIRECTORY) }; in testWrite()
DTestAnnotations.java252 Factory factoryAnnotations = SimpleFactory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in testAnnotationPaths()
265 Factory factoryAnnotations = SimpleFactory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in testSuperfluousAnnotationPaths()
/external/cldr/tools/java/org/unicode/cldr/tool/
DPrepareRootAnnotations.java20 Factory factoryAnnotations = SimpleFactory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in main()
DGenerateSidewaysView.java169 new File(CLDRPaths.ANNOTATIONS_DIRECTORY), in main()
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRConfig.java278 annotationsFactory = Factory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in getAnnotationsFactory()
298 new File(CLDRPaths.ANNOTATIONS_DIRECTORY) }; in getMainAndAnnotationsFactory()
321 new File(CLDRPaths.ANNOTATIONS_DIRECTORY), in getCommonAndSeedAndMainAndAnnotationsFactory()
DCLDRPaths.java36 …public static final String ANNOTATIONS_DIRECTORY = CldrUtility.getPath(CLDRPaths.COMMON_DIRECTORY,… field in CLDRPaths
/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java121 …l String SOURCE_DIRS = CLDRPaths.MAIN_DIRECTORY + "," + CLDRPaths.ANNOTATIONS_DIRECTORY + CLDRPath…