Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DPrettyPath.java98 public String getOriginal(String prettyPath) { in getOriginal() argument
99 return (String) prettyPath_path.get(prettyPath); in getOriginal()
108 public String getOutputForm(String prettyPath) { in getOutputForm() argument
110 return sortingGorpRemoval.reset(prettyPath).replaceAll(""); in getOutputForm()
112 return prettyPath; in getOutputForm()
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowData.java268 for (PathHeader prettyPath : prettySet) { in main()
269 String path = prettyPath.getOriginalPath(); in main()
320 … Relation<String, String> valuesToLocales = pathHeaderToValuesToLocale.get(prettyPath); in main()
322 …pathHeaderToValuesToLocale.put(prettyPath, valuesToLocales = Relation.of(new TreeMap<String, Set<S… in main()
331 … + addPart(oldParts == null ? null : oldParts.getSection(), prettyPath.getSection()) in main()
332 … + addPart(oldParts == null ? null : oldParts.getPage(), prettyPath.getPage()) in main()
333 … + addPart(oldParts == null ? null : oldParts.getHeader(), prettyPath.getHeader()) in main()
334 … + addPart(oldParts == null ? null : oldParts.getCode(), prettyPath.getCode()) in main()
348 oldParts = prettyPath; in main()
DShowChildren.java39 PrettyPath prettyPath = new PrettyPath(); in main() local
81 String ppath = prettyPath.getPrettyPath(path, false); in main()
DGenerateXMB.java123 static PrettyPath prettyPath = new PrettyPath(); field in GenerateXMB
/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java632 String prettyPath = pathHeader.toString().replace('\t', '|').replace(' ', '_'); in main() local
667 … showExamples(checkCldr, prettyPath, localeID, exampleGenerator, path, value, fullPath, example, in main()
717 … showValue(file, prettyPath, localeID, example, path, value, fullPath, statusString, in main()
756 … showValue(file, prettyPath, localeID, example, path, value, fullPath, "ok", Subtype.none, in main()
805 String prettyPath = pathHeader.toString().replace('\t', '|').replace(' ', '_'); in main() local
811 … showExamples(checkCldr, prettyPath, localeID, exampleGenerator, path, null, fullPath, example, in main()
1438 private static void showExamples(CheckCLDR checkCldr, String prettyPath, String localeID, in showExamples() argument
1442 …showValue(checkCldr.getCldrFileToCheck(), prettyPath, localeID, example, path, value, fullPath, "o… in showExamples() local
1487 …String prettyPath = pathHeaderFactory.fromPath(path).toString(); // prettyPathMaker.getPrettyPath(… in addPrettyPath() local
1489 target.add(prettyPath); in addPrettyPath()
[all …]
DQuickCheck.java279 PrettyPath prettyPath = new PrettyPath().setShowErrors(true); in checkPaths() local
282 String prettied = prettyPath.getPrettyPath(path, false); in checkPaths()
/external/cldr/tools/java/org/unicode/cldr/icu/
DCheckIBMCoverage.java256 static Transliterator prettyPath = CheckCLDR.getTransliteratorFromFile("ID", "prettyPath.txt"); field in CheckIBMCoverage