Searched refs:PrettyPath (Results 1 – 7 of 7) sorted by relevance
18 import org.unicode.cldr.util.PrettyPath;32 PrettyPath pp = new PrettyPath(); in main()
16 import org.unicode.cldr.util.PrettyPath;38 PrettyPath prettyPath = new PrettyPath(); in main()
15 import org.unicode.cldr.util.PrettyPath;45 static PrettyPath prettyPathMaker = new PrettyPath();
20 import org.unicode.cldr.util.PrettyPath;32 private static PrettyPath prettyPathMaker;101 prettyPathMaker = new PrettyPath(); in main()
46 import org.unicode.cldr.util.PrettyPath;123 static PrettyPath prettyPath = new PrettyPath();
24 public class PrettyPath { class124 public PrettyPath setShowErrors(boolean showErrors) { in setShowErrors()
31 import org.unicode.cldr.util.PrettyPath;282 PrettyPath prettyPath = new PrettyPath().setShowErrors(true); in checkPaths()