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

  /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/tool/
ShowChildren.java 16 import org.unicode.cldr.util.PrettyPath;
39 PrettyPath prettyPath = new PrettyPath();
81 String ppath = prettyPath.getPrettyPath(path, false);
ShowData.java 268 for (PathHeader prettyPath : prettySet) {
269 String path = prettyPath.getOriginalPath();
320 Relation<String, String> valuesToLocales = pathHeaderToValuesToLocale.get(prettyPath);
322 pathHeaderToValuesToLocale.put(prettyPath, valuesToLocales = Relation.of(new TreeMap<String, Set<String>>(), TreeSet.class));
331 + addPart(oldParts == null ? null : oldParts.getSection(), prettyPath.getSection())
332 + addPart(oldParts == null ? null : oldParts.getPage(), prettyPath.getPage())
333 + addPart(oldParts == null ? null : oldParts.getHeader(), prettyPath.getHeader())
334 + addPart(oldParts == null ? null : oldParts.getCode(), prettyPath.getCode())
348 oldParts = prettyPath;
    [all...]
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/test/
ConsoleCheckCLDR.java 94 // static PrettyPath prettyPathMaker = new PrettyPath();
632 String prettyPath = pathHeader.toString().replace('\t', '|').replace(' ', '_');
633 // String prettyPath = it2.next();
634 // String path = prettyPathMaker.getOriginal(prettyPath);
636 // prettyPathMaker.getOriginal(prettyPath);
667 showExamples(checkCldr, prettyPath, localeID, exampleGenerator, path, value, fullPath, example,
    [all...]
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/java/org/unicode/cldr/icu/
CheckIBMCoverage.java 256 static Transliterator prettyPath = CheckCLDR.getTransliteratorFromFile("ID", "prettyPath.txt");

Completed in 103 milliseconds