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.java274 Factory factoryAnnotations = SimpleFactory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in testAnnotationPaths() local
276 CLDRFile enAnnotations = factoryAnnotations.make(locale, false); in testAnnotationPaths()
286 Factory factoryAnnotations = SimpleFactory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in testEmojiImages() local
287 CLDRFile enAnnotations = factoryAnnotations.make("en", false); in testEmojiImages()
360 Factory factoryAnnotations = SimpleFactory.make(CLDRPaths.ANNOTATIONS_DIRECTORY, ".*"); in testSuperfluousAnnotationPaths() local
361 …ImmutableSet<String> rootPaths = ImmutableSortedSet.copyOf(factoryAnnotations.make("root", false).… in testSuperfluousAnnotationPaths()
363 CLDRFile englishAnnotations = factoryAnnotations.make("en", false); in testSuperfluousAnnotationPaths()
377 for (String locale : factoryAnnotations.getAvailable()) { in testSuperfluousAnnotationPaths()
378 …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()