Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestAnnotations.java252 Factory factoryAnnotations = SimpleFactory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in testAnnotationPaths() local
254 CLDRFile enAnnotations = factoryAnnotations.make(locale, false); in testAnnotationPaths()
265 Factory factoryAnnotations = SimpleFactory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in testSuperfluousAnnotationPaths() local
266 …ImmutableSet<String> rootPaths = ImmutableSortedSet.copyOf(factoryAnnotations.make("root", false).… in testSuperfluousAnnotationPaths()
268 CLDRFile englishAnnotations = factoryAnnotations.make("en", false); in testSuperfluousAnnotationPaths()
282 for (String locale : factoryAnnotations.getAvailable()) { in testSuperfluousAnnotationPaths()
283 …ImmutableSet<String> currentPaths = ImmutableSortedSet.copyOf(factoryAnnotations.make(locale, fals… in testSuperfluousAnnotationPaths()
DTestCldrFactory.java63 Factory factoryAnnotations = SimpleFactory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in testMerge() local
64 CLDRFile enAnnotations = factoryAnnotations.make("en", false); in testMerge()
163 Factory factoryAnnotations = SimpleFactory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in testWrite() local
164 CLDRFile enAnnotations = factoryAnnotations.make("en", false); in testWrite()
/external/cldr/tools/java/org/unicode/cldr/tool/
DPrepareRootAnnotations.java20 Factory factoryAnnotations = SimpleFactory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in main() local
21 CLDRFile oldAnnotations = factoryAnnotations.make("root", false); in main()