Searched defs:prettyPath (Results 1 – 4 of 4) sorted by relevance
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | PrettyPath.java | 100 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/ |
D | ShowChildren.java | 38 PrettyPath prettyPath = new PrettyPath(); in main() local
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
D | ConsoleCheckCLDR.java | 566 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()
|
D | QuickCheck.java | 282 PrettyPath prettyPath = new PrettyPath().setShowErrors(true); in checkPaths() local
|