Home
last modified time | relevance | path

Searched refs:PrettyPath (Results 1 – 8 of 8) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DDiffWithParent.java18 import org.unicode.cldr.util.PrettyPath;
32 PrettyPath pp = new PrettyPath(); in main()
DCompareData.java14 import org.unicode.cldr.util.PrettyPath;
44 static PrettyPath prettyPathMaker = new PrettyPath();
DShowChildren.java16 import org.unicode.cldr.util.PrettyPath;
39 PrettyPath prettyPath = new PrettyPath(); in main()
DGenerateComparison.java19 import org.unicode.cldr.util.PrettyPath;
32 private static PrettyPath prettyPathMaker;
97 prettyPathMaker = new PrettyPath(); in main()
DGenerateXMB.java46 import org.unicode.cldr.util.PrettyPath;
123 static PrettyPath prettyPath = new PrettyPath();
/external/cldr/tools/java/org/unicode/cldr/util/
DPrettyPath.java22 public class PrettyPath { class
122 public PrettyPath setShowErrors(boolean showErrors) { in setShowErrors()
/external/cldr/tools/java/org/unicode/cldr/test/
DQuickCheck.java30 import org.unicode.cldr.util.PrettyPath;
279 PrettyPath prettyPath = new PrettyPath().setShowErrors(true); in checkPaths()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathHeader.java47 import org.unicode.cldr.util.PrettyPath;
662 PrettyPath pp = new PrettyPath(); in TestStatus()