Home
last modified time | relevance | path

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

/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestCldrFactory.java64 CLDRFile enAnnotations = factoryAnnotations.make("en", false); in testMerge() local
174 CLDRFile enAnnotations = factoryAnnotations.make("en", false); in testWrite() local
H A DTestAnnotations.java349 CLDRFile enAnnotations = factoryAnnotations.make(locale, false); in testAnnotationPaths() local
378 CLDRFile enAnnotations = factoryAnnotations.make("en", false); in testEmojiImages() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DGenerateDerivedAnnotations.java113 AnnotationSet enAnnotations = Annotations.getDataSet("en"); in main() local