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.java33 private Map<String, String> path_prettyPath_sortable = new HashMap<>(); field in PrettyPath
57 String prettyString = path_prettyPath_sortable.get(path); in getPrettyPath()
58 if (path_prettyPath_sortable.get(path) == null) { in getPrettyPath()
69 path_prettyPath_sortable.put(path, prettyString); in getPrettyPath()