Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DQuickCheck.java186 Relation<String, String> pathToLocale = Relation.of( in checkPaths() local
232 pathToLocale.put(path, locale); in checkPaths()
284 for (String path : pathToLocale.keySet()) { in checkPaths()
300 pathToLocale.removeAll(it.next()); in checkPaths()
302 if (showInfo) for (String path : pathToLocale.keySet()) { in checkPaths()
306 System.out.println(path + "\t" + pathToLocale.getAll(path)); in checkPaths()
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLocaleCoverage.java729 Multimap<String, String> pathToLocale = TreeMultimap.create(); in showCoverage() local
893 …problem + "»", cldrLocaleLevelGoal, Level.CORE, "ABSENT", path, file, vxmlCldrFile2, pathToLocale); in showCoverage()
912 …»", cldrLocaleLevelGoal, coreItem.desiredLevel, "ABSENT", path, null, vxmlCldrFile2, pathToLocale); in showCoverage()
938 …file.getStringValue(path), goalLevel, foundLevel, status, path, file, vxmlCldrFile2, pathToLocale); in showCoverage()
945 … file.getStringValue(path), goalLevel, foundLevel, "n/a", path, file, vxmlCldrFile2, pathToLocale); in showCoverage()
1094 for ( Entry<String, Collection<String>> entry : pathToLocale.asMap().entrySet()) { in showCoverage()
1316 Multimap<String, String> pathToLocale) { in spreadsheetLine() argument
1317 if (pathToLocale != null) { in spreadsheetLine()
1318 pathToLocale.put(path, locale); in spreadsheetLine()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java563 Relation<String, String> pathToLocale = Relation.of( in TestPaths() local
620 pathToLocale.put(path, locale); in TestPaths()