Home
last modified time | relevance | path

Searched defs:fileMap (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/
DTransformsMapperTest.java69 Map<String, String> fileMap = new TreeMap<>(); in testDefaultContent() local
93 Map<String, String> fileMap = new TreeMap<>(); in testForward() local
123 Map<String, String> fileMap = new TreeMap<>(); in testBackward() local
154 Map<String, String> fileMap = new TreeMap<>(); in testBoth() local
/third_party/typescript/src/testRunner/unittests/
DcustomTransforms.ts6 const fileMap = arrayToMap(roots, file => file.fileName); constant