Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DDateTimeFormats.java460 … output.append("<h2>" + hackDoubleLinked("Patterns") + "</h2>\n<table class='dtf-table'>"); in addTable()
659 .append(hackDoubleLinked(link, name)) in showRow()
674 … output.append("<th class='dtf-left'>" + indent + hackDoubleLinked(skeleton, name) + "</th>"); in showRow()
749 output.append("<h2>" + hackDoubleLinked("Weekdays") + "</h2>\n"); in addDateTable()
753 output.append("<h2>" + hackDoubleLinked("Months") + "</h2>\n"); in addDateTable()
757 output.append("<h2>" + hackDoubleLinked("Quarters") + "</h2>\n"); in addDateTable()
973 output.append("<h2>" + hackDoubleLinked("Day Periods") + "</h2>\n"); in addDayPeriods()
1078 private String hackDoubleLinked(String link, String name) { in hackDoubleLinked() method in DateTimeFormats
1082 private String hackDoubleLinked(String string) { in hackDoubleLinked() method in DateTimeFormats