Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/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/cldr-code/src/main/java/org/unicode/cldr/tool/
DShowChildren.java38 PrettyPath prettyPath = new PrettyPath(); in main() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java566 String prettyPath = pathHeader.toString().replace('\t', '|').replace(' ', '_'); in main() local
741 String prettyPath = pathHeader.toString().replace('\t', '|').replace(' ', '_'); in main() local
1313 private static void showExamples(CheckCLDR checkCldr, String prettyPath, String localeID, in showExamples()
1316 …showValue(checkCldr.getCldrFileToCheck(), prettyPath, localeID, example, path, value, fullPath, "o… in showExamples() local
1352 String prettyPath = pathHeaderFactory.fromPath(path).toString(); in addPrettyPath() local
1392 …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