Searched refs:pathToLocale (Results 1 – 2 of 2) sorted by relevance
183 Relation<String, String> pathToLocale = Relation.of( in checkPaths() local229 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()
560 Relation<String, String> pathToLocale = Relation.of( in TestPaths() local617 pathToLocale.put(path, locale); in TestPaths()