Searched refs:annotationsFactory (Results 1 – 3 of 3) sorted by relevance
46 static Factory annotationsFactory = CLDRConfig.getInstance().getAnnotationsFactory(); field in CompareEn62 for (Factory factory : Arrays.asList(mainFactory, annotationsFactory)) { in uplevelEnGB()121 for (Factory factory : Arrays.asList(mainFactory, annotationsFactory)) { in writeComparison()
165 private Factory annotationsFactory; field in CLDRConfig280 if (annotationsFactory == null) { in getAnnotationsFactory()281 annotationsFactory = Factory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in getAnnotationsFactory()284 return annotationsFactory; in getAnnotationsFactory()
504 final Factory annotationsFactory = testInfo.getAnnotationsFactory(); in TestCheckNewRootFailure() local507 CheckCLDR c = new CheckNew(annotationsFactory); in TestCheckNewRootFailure()516 CLDRFile root = annotationsFactory.make("root", false); in TestCheckNewRootFailure()