Searched refs:ANNOTATIONS_DIRECTORY (Results 1 – 7 of 7) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCldrFactory.java | 42 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()
|
D | TestAnnotations.java | 252 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/ |
D | PrepareRootAnnotations.java | 20 Factory factoryAnnotations = SimpleFactory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in main()
|
D | GenerateSidewaysView.java | 169 new File(CLDRPaths.ANNOTATIONS_DIRECTORY), in main()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | CLDRConfig.java | 278 annotationsFactory = Factory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in getAnnotationsFactory() 298 new File(CLDRPaths.ANNOTATIONS_DIRECTORY) }; in getMainAndAnnotationsFactory() 321 new File(CLDRPaths.ANNOTATIONS_DIRECTORY), in getCommonAndSeedAndMainAndAnnotationsFactory()
|
D | CLDRPaths.java | 36 …public static final String ANNOTATIONS_DIRECTORY = CldrUtility.getPath(CLDRPaths.COMMON_DIRECTORY,… field in CLDRPaths
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | ConsoleCheckCLDR.java | 121 …l String SOURCE_DIRS = CLDRPaths.MAIN_DIRECTORY + "," + CLDRPaths.ANNOTATIONS_DIRECTORY + CLDRPath…
|