Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestCldrFactory.java63 CLDRFile enAnnotations = factoryAnnotations.make("en", false); in testMerge() local
64 assertEquals("annotations only", Status.onlyAnnotations, checkAnnotations(enAnnotations)); in testMerge()
73 assertEquals("annotations only", Status.onlyAnnotations, checkAnnotations(enAnnotations)); in testMerge()
77 …assertEquals("enAnnotations subset of enDouble", null, getUncontainedPath(enAnnotations, enDouble)… in testMerge()
163 CLDRFile enAnnotations = factoryAnnotations.make("en", false); in testWrite() local
183 …("enAnnotations == enDoubleWithAnnotations", null, differentPathValue(enAnnotations, enDoubleWithA… in testWrite()
DTestAnnotations.java283 CLDRFile enAnnotations = factoryAnnotations.make(locale, false); in testAnnotationPaths() local
285 Set<String> annotationPaths = enAnnotations.getPaths("//ldml/anno", in testAnnotationPaths()
300 CLDRFile enAnnotations = factoryAnnotations.make("en", false); in testEmojiImages() local
311 …String name = enAnnotations.getStringValue("//ldml/annotations/annotation[@cp=\"" + noVs + "\"][@t… in testEmojiImages()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGenerateDerivedAnnotations.java100 AnnotationSet enAnnotations = Annotations.getDataSet("en"); in main() local
105 .removeAll(enAnnotations.keySet()) in main()