Searched defs:ListFormatter (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | listformatter.h | 35 class ListFormatter; variable 135 friend class ListFormatter; variable
|
D | measfmt.h | 88 class ListFormatter; variable
|
/external/v8/src/objects/ |
D | js-list-format.h | 26 class ListFormatter; variable
|
D | js-list-format-inl.h | 26 ACCESSORS(JSListFormat, icu_formatter, Managed<icu::ListFormatter>, in ACCESSORS()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ListFormatter.java | 34 final public class ListFormatter { class 122 public ListFormatter(String two, String start, String middle, String end) { in ListFormatter() method in ListFormatter 131 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 121 public ListFormatter(String two, String start, String middle, String end) { in ListFormatter() method in ListFormatter 130 private ListFormatter(String two, String start, String middle, String end, ULocale locale) { in ListFormatter() method in ListFormatter
|
/external/icu/icu4c/source/i18n/ |
D | listformatter.cpp | 99 ListFormatter::ListFormatter(const ListFormatter& other) : in ListFormatter() function in ListFormatter 316 ListFormatter::ListFormatter(const ListFormatData& listFormatData, UErrorCode &errorCode) { in ListFormatter() function in ListFormatter 321 ListFormatter::ListFormatter(const ListFormatInternal* listFormatterInternal) : owned(nullptr), dat… in ListFormatter() function in ListFormatter
|