Searched defs:ListFormatter (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | listformatter.h | 37 class ListFormatter; variable 137 friend class ListFormatter; variable
|
D | measfmt.h | 88 class ListFormatter; variable
|
/external/icu/libicu/cts_headers/unicode/ |
D | listformatter.h | 37 class ListFormatter; variable 137 friend class ListFormatter; variable
|
D | measfmt.h | 88 class ListFormatter; variable
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ListFormatter.java | 41 final public class ListFormatter { class 369 public ListFormatter(String two, String start, String middle, String end) { in ListFormatter() method in ListFormatter 378 private ListFormatter(String two, String start, String middle, String end, ULocale locale) { in ListFormatter() method in ListFormatter
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ListFormatter.java | 41 final public class ListFormatter { class 353 public ListFormatter(String two, String start, String middle, String end) { in ListFormatter() method in ListFormatter 362 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 | 272 ListFormatter::ListFormatter(const ListFormatter& other) : in ListFormatter() function in ListFormatter 544 ListFormatter::ListFormatter(const ListFormatData& listFormatData, UErrorCode &errorCode) { in ListFormatter() function in ListFormatter 549 ListFormatter::ListFormatter(const ListFormatInternal* listFormatterInternal) : owned(nullptr), dat… in ListFormatter() function in ListFormatter
|