Home
last modified time | relevance | path

Searched refs:getOutputForm (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DPrettyPath.java77 if (!sortable) return getOutputForm(prettyString); in getPrettyPath()
108 public String getOutputForm(String prettyPath) { in getOutputForm() method in PrettyPath
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateComparison.java321 String pretty = prettyPathMaker.getOutputForm(pretty_sort); in main()