Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DQuickCheck.java183 Relation<String, String> pathToLocale = Relation.of( in checkPaths() local
229 pathToLocale.put(path, locale); in checkPaths()
281 for (String path : pathToLocale.keySet()) { in checkPaths()
297 pathToLocale.removeAll(it.next()); in checkPaths()
299 if (showInfo) for (String path : pathToLocale.keySet()) { in checkPaths()
303 System.out.println(path + "\t" + pathToLocale.getAll(path)); in checkPaths()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java560 Relation<String, String> pathToLocale = Relation.of( in TestPaths() local
617 pathToLocale.put(path, locale); in TestPaths()