Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DPrettyPath.java31 private Map<String, String> path_prettyPath_sortable = new HashMap<String, String>(); field in PrettyPath
55 String prettyString = (String) path_prettyPath_sortable.get(path); in getPrettyPath()
56 if (path_prettyPath_sortable.get(path) == null) { in getPrettyPath()
67 path_prettyPath_sortable.put(path, prettyString); in getPrettyPath()