Home
last modified time | relevance | path

Searched defs:prettyPath (Results 1 – 5 of 5) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DPrettyPath.java100 public String getOriginal(String prettyPath) { in getOriginal()
110 public String getOutputForm(String prettyPath) { in getOutputForm()
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowChildren.java38 PrettyPath prettyPath = new PrettyPath(); in main() local
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
797 String prettyPath = pathHeader.toString().replace('\t', '|').replace(' ', '_'); in main() local
1423 private static void showExamples(CheckCLDR checkCldr, String prettyPath, String localeID, in showExamples()
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
1518 …private static void showValue(CLDRFile cldrFile, String prettyPath, String localeID, String exampl… in showValue()
DQuickCheck.java282 PrettyPath prettyPath = new PrettyPath().setShowErrors(true); in checkPaths() local