/external/cldr/tools/java/org/unicode/cldr/util/ |
D | PrettyPath.java | 98 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/ |
D | ShowData.java | 268 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()
|
D | ShowChildren.java | 39 PrettyPath prettyPath = new PrettyPath(); in main() local 81 String ppath = prettyPath.getPrettyPath(path, false); in main()
|
D | GenerateXMB.java | 123 static PrettyPath prettyPath = new PrettyPath(); field in GenerateXMB
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | ConsoleCheckCLDR.java | 632 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 …]
|
D | QuickCheck.java | 279 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/ |
D | CheckIBMCoverage.java | 256 static Transliterator prettyPath = CheckCLDR.getTransliteratorFromFile("ID", "prettyPath.txt"); field in CheckIBMCoverage
|