Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DPrettyPath.java100 public String getOriginal(String prettyPath) { in getOriginal() argument
101 return prettyPath_path.get(prettyPath); in getOriginal()
110 public String getOutputForm(String prettyPath) { in getOutputForm() argument
112 return sortingGorpRemoval.reset(prettyPath).replaceAll(""); in getOutputForm()
114 return prettyPath; in getOutputForm()
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowData.java270 for (PathHeader prettyPath : prettySet) { in main()
271 String path = prettyPath.getOriginalPath(); in main()
324 … Relation<String, String> valuesToLocales = pathHeaderToValuesToLocale.get(prettyPath); in main()
326 …pathHeaderToValuesToLocale.put(prettyPath, valuesToLocales = Relation.of(new TreeMap<String, Set<S… in main()
335 … + addPart(oldParts == null ? null : oldParts.getSection(), prettyPath.getSection()) in main()
336 … + addPart(oldParts == null ? null : oldParts.getPage(), prettyPath.getPage()) in main()
337 … + addPart(oldParts == null ? null : oldParts.getHeader(), prettyPath.getHeader()) in main()
338 … + addPart(oldParts == null ? null : oldParts.getCode(), prettyPath.getCode()) in main()
352 oldParts = prettyPath; in main()
DShowChildren.java38 PrettyPath prettyPath = new PrettyPath(); in main() local
80 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
666 showExamples(checkCldr, prettyPath, localeID, path, value, fullPath, example); in main()
740 … showValue(file, prettyPath, localeID, example, path, value, fullPath, statusString, in main()
749 … showValue(file, prettyPath, localeID, example, path, value, fullPath, "ok", Subtype.none); in main()
797 String prettyPath = pathHeader.toString().replace('\t', '|').replace(' ', '_'); in main() local
810 showExamples(checkCldr, prettyPath, localeID, path, null, fullPath, example); in main()
1423 private static void showExamples(CheckCLDR checkCldr, String prettyPath, String localeID, in showExamples() argument
1426 …showValue(checkCldr.getCldrFileToCheck(), prettyPath, localeID, example, path, value, fullPath, "o… in showExamples() local
1471 …String prettyPath = pathHeaderFactory.fromPath(path).toString(); // prettyPathMaker.getPrettyPath(… in addPrettyPath() local
1473 target.add(prettyPath); in addPrettyPath()
[all …]
DQuickCheck.java282 PrettyPath prettyPath = new PrettyPath().setShowErrors(true); in checkPaths() local
285 String prettied = prettyPath.getPrettyPath(path, false); in checkPaths()