Searched defs:ListFormatter (Results 1 – 4 of 4) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ListFormatter.java | 32 final public class ListFormatter { class 112 public ListFormatter(String two, String start, String middle, String end) { in ListFormatter() method in ListFormatter 121 private ListFormatter(String two, String start, String middle, String end, ULocale locale) { in ListFormatter() method in ListFormatter
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ListFormatter.java | 32 final public class ListFormatter { class 112 public ListFormatter(String two, String start, String middle, String end) { in ListFormatter() method in ListFormatter 121 private ListFormatter(String two, String start, String middle, String end, ULocale locale) { in ListFormatter() method in ListFormatter
|
/external/icu/icu4c/source/i18n/unicode/ |
D | measfmt.h | 86 class ListFormatter; variable
|
/external/icu/icu4c/source/common/ |
D | listformatter.cpp | 82 ListFormatter::ListFormatter(const ListFormatter& other) : in ListFormatter() function in ListFormatter 299 ListFormatter::ListFormatter(const ListFormatData& listFormatData, UErrorCode &errorCode) { in ListFormatter() function in ListFormatter 304 ListFormatter::ListFormatter(const ListFormatInternal* listFormatterInternal) : owned(NULL), data(l… in ListFormatter() function in ListFormatter
|