Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestCheckCLDR.java1066 Map<Key, Pair<Boolean, String>> actionToExamplePath = new TreeMap<>(); in TestShowRowAction() local
1121 if (!actionToExamplePath.containsKey(key)) { in TestShowRowAction()
1131 actionToExamplePath.put( in TestShowRowAction()
1143 for (Entry<Key, Pair<Boolean, String>> entry : actionToExamplePath.entrySet()) { in TestShowRowAction()