Home
last modified time | relevance | path

Searched defs:ListFormatter (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DListFormatter.java31 final public class ListFormatter { class
110 public ListFormatter(String two, String start, String middle, String end) { in ListFormatter() method in ListFormatter
120 …private ListFormatter(SimplePatternFormatter two, SimplePatternFormatter start, SimplePatternForma… in ListFormatter() method in ListFormatter
/external/icu/icu4c/source/common/
Dlistformatter.cpp89 ListFormatter::ListFormatter(const ListFormatter& other) : in ListFormatter() function in ListFormatter
234 ListFormatter::ListFormatter(const ListFormatData& listFormatData) { in ListFormatter() function in ListFormatter
239 ListFormatter::ListFormatter(const ListFormatInternal* listFormatterInternal) : owned(NULL), data(l… in ListFormatter() function in ListFormatter
/external/icu/icu4c/source/i18n/unicode/
Dmeasfmt.h82 class ListFormatter; variable