Searched defs:prettyPath (Results 1 – 6 of 6) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | PrettyPath.java | 98 public String getOriginal(String prettyPath) { in getOriginal() 108 public String getOutputForm(String prettyPath) { in getOutputForm()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ShowChildren.java | 39 PrettyPath prettyPath = new PrettyPath(); in main() local
|
D | GenerateXMB.java | 123 static PrettyPath prettyPath = new PrettyPath(); field in GenerateXMB
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | ConsoleCheckCLDR.java | 632 String prettyPath = pathHeader.toString().replace('\t', '|').replace(' ', '_'); in main() local 805 String prettyPath = pathHeader.toString().replace('\t', '|').replace(' ', '_'); in main() local 1438 private static void showExamples(CheckCLDR checkCldr, String prettyPath, String localeID, in showExamples() 1442 …showValue(checkCldr.getCldrFileToCheck(), prettyPath, localeID, example, path, value, fullPath, "o… in showExamples() local 1487 …String prettyPath = pathHeaderFactory.fromPath(path).toString(); // prettyPathMaker.getPrettyPath(… in addPrettyPath() local 1535 …private static void showValue(CLDRFile cldrFile, String prettyPath, String localeID, String exampl… in showValue()
|
D | QuickCheck.java | 279 PrettyPath prettyPath = new PrettyPath().setShowErrors(true); in checkPaths() local
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | CheckIBMCoverage.java | 256 static Transliterator prettyPath = CheckCLDR.getTransliteratorFromFile("ID", "prettyPath.txt"); field in CheckIBMCoverage
|