Home
last modified time | relevance | path

Searched refs:mainAndAnnotationsFactory (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRConfig.java160 private Factory mainAndAnnotationsFactory; field in CLDRConfig
298 if (mainAndAnnotationsFactory == null) { in getMainAndAnnotationsFactory()
302 mainAndAnnotationsFactory = SimpleFactory.make(paths, ".*"); in getMainAndAnnotationsFactory()
305 return mainAndAnnotationsFactory; in getMainAndAnnotationsFactory()
/external/cldr/tools/java/org/unicode/cldr/tool/
DListCoverageLevels.java50 Factory mainAndAnnotationsFactory = config.getMainAndAnnotationsFactory(); in main() local
76 CLDRFile root = mainAndAnnotationsFactory.make("root", false); in main()