HomeSort by relevance Sort by last modified time
    Searched refs:PrettyPath (Results 1 - 8 of 8) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/tool/
CompareData.java 14 import org.unicode.cldr.util.PrettyPath;
44 static PrettyPath prettyPathMaker = new PrettyPath();
DiffWithParent.java 18 import org.unicode.cldr.util.PrettyPath;
32 PrettyPath pp = new PrettyPath();
ShowChildren.java 16 import org.unicode.cldr.util.PrettyPath;
39 PrettyPath prettyPath = new PrettyPath();
81 String ppath = prettyPath.getPrettyPath(path, false);
GenerateComparison.java 19 import org.unicode.cldr.util.PrettyPath;
32 private static PrettyPath prettyPathMaker;
97 prettyPathMaker = new PrettyPath();
GenerateXMB.java 46 import org.unicode.cldr.util.PrettyPath;
123 static PrettyPath prettyPath = new PrettyPath();
684 // + prettyPath.getPrettyPath(pathInfo.getPath(), false) + " ; "
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
PrettyPath.java 22 public class PrettyPath {
28 private Transliterator prettyPathTransform = CheckCLDR.getTransliteratorFromFile("ID", "prettyPath.txt");
95 * @param prettyPath
98 public String getOriginal(String prettyPath) {
99 return (String) prettyPath_path.get(prettyPath);
105 * @param prettyPath
108 public String getOutputForm(String prettyPath) {
110 return sortingGorpRemoval.reset(prettyPath).replaceAll("");
112 return prettyPath;
122 public PrettyPath setShowErrors(boolean showErrors)
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/test/
QuickCheck.java 30 import org.unicode.cldr.util.PrettyPath;
276 System.out.println(CldrUtility.LINE_SEPARATOR + "Showing Path to PrettyPath mapping"
279 PrettyPath prettyPath = new PrettyPath().setShowErrors(true);
282 String prettied = prettyPath.getPrettyPath(path, false);
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestPathHeader.java 47 import org.unicode.cldr.util.PrettyPath;
662 PrettyPath pp = new PrettyPath();
    [all...]

Completed in 2136 milliseconds