Searched defs:ListFormatter (Results 1 – 5 of 5) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ListFormatter.java | 34 final public class ListFormatter { class 115 public ListFormatter(String two, String start, String middle, String end) { in ListFormatter() method in ListFormatter 124 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 | 34 final public class ListFormatter { class 114 public ListFormatter(String two, String start, String middle, String end) { in ListFormatter() method in ListFormatter 123 private ListFormatter(String two, String start, String middle, String end, ULocale locale) { in ListFormatter() method in ListFormatter
|
/external/v8/src/objects/ |
D | js-list-format.h | 21 class ListFormatter; variable
|
/external/icu/icu4c/source/i18n/unicode/ |
D | measfmt.h | 86 class ListFormatter; variable
|
/external/icu/icu4c/source/i18n/ |
D | listformatter.cpp | 87 ListFormatter::ListFormatter(const ListFormatter& other) : in ListFormatter() function in ListFormatter 303 ListFormatter::ListFormatter(const ListFormatData& listFormatData, UErrorCode &errorCode) { in ListFormatter() function in ListFormatter 308 ListFormatter::ListFormatter(const ListFormatInternal* listFormatterInternal) : owned(nullptr), dat… in ListFormatter() function in ListFormatter
|