Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestOutdatedPaths.java69 CLDRFile cldrFile = testInfo.getMainAndAnnotationsFactory().make(locale, true); in checkShow()
DTestPathHeader.java111 Factory factory2 = CLDRConfig.getInstance().getMainAndAnnotationsFactory(); in tempTestCompletenessLdmlDtd()
632 Factory factory2 = CLDRConfig.getInstance().getMainAndAnnotationsFactory(); in TestUniqueness()
/external/cldr/tools/java/org/unicode/cldr/test/
DOutdatedPaths.java90 Factory factory = CLDRConfig.getInstance().getMainAndAnnotationsFactory(); in readLocaleToPaths()
/external/cldr/tools/java/org/unicode/cldr/tool/
DListCoverageLevels.java50 Factory mainAndAnnotationsFactory = config.getMainAndAnnotationsFactory(); in main()
DShowData.java104 …cldrFactory = CLDRConfig.getInstance().getMainAndAnnotationsFactory(); // ignore source directory … in main()
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRConfig.java296 public Factory getMainAndAnnotationsFactory() { in getMainAndAnnotationsFactory() method in CLDRConfig