Home
last modified time | relevance | path

Searched refs:rootData (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
DCollationMapperTest.java35 IcuData rootData = new IcuData("root", true); in testEmpty() local
36 CollationMapper.process(rootData, cldrData(), Optional.empty(), CLDR_VERSION); in testEmpty()
37 assertThat(rootData).hasName("root"); in testEmpty()
38 assertThat(rootData).hasFallback(true); in testEmpty()
39 assertThat(rootData).getPaths().hasSize(2); in testEmpty()
40 assertThat(rootData).hasValuesFor("/collations/standard/Version", CLDR_VERSION); in testEmpty()
41 assertThat(rootData).hasEmptyValue("/collations/standard/Sequence"); in testEmpty()
/third_party/node/deps/npm/node_modules/tuf-js/dist/
Dstore.js7 constructor(rootData) { argument
12 this.loadTrustedRoot(rootData);