Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DXListFormatter.java75 public String formatCodePoints(String items) { in formatCodePoints() method in XListFormatter
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestAnnotations.java329 String actual = xlistFormatter.formatCodePoints(source); in testListFormatter()