Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRConfig.java159 private Factory mainAndAnnotationsFactory; field in CLDRConfig
295 if (mainAndAnnotationsFactory == null) { in getMainAndAnnotationsFactory()
299 mainAndAnnotationsFactory = SimpleFactory.make(paths, ".*"); in getMainAndAnnotationsFactory()
302 return mainAndAnnotationsFactory; in getMainAndAnnotationsFactory()