Searched refs:ListFormatData (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | listformatter.h | 43 struct ListFormatData : public UMemory { struct 49 …ListFormatData(const UnicodeString& two, const UnicodeString& start, const UnicodeString& middle, … in ListFormatData() argument 178 ListFormatter(const ListFormatData &data, UErrorCode &errorCode);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | listformatter.h | 50 struct ListFormatData : public UMemory { struct 57 …ListFormatData(const UnicodeString& two, const UnicodeString& start, const UnicodeString& middle, … in ListFormatData() argument 252 ListFormatter(const ListFormatData &data, UErrorCode &errorCode);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | listformatter.h | 50 struct ListFormatData : public UMemory { struct 57 …ListFormatData(const UnicodeString& two, const UnicodeString& start, const UnicodeString& middle, … in ListFormatData() argument 252 ListFormatter(const ListFormatData &data, UErrorCode &errorCode);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | listformatter.h | 50 struct ListFormatData : public UMemory { struct 57 …ListFormatData(const UnicodeString& two, const UnicodeString& start, const UnicodeString& middle, … in ListFormatData() argument 252 ListFormatter(const ListFormatData &data, UErrorCode &errorCode);
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | listformatter.cpp | 54 ListFormatInternal(const ListFormatData &data, UErrorCode &errorCode) : in ListFormatInternal() 303 ListFormatter::ListFormatter(const ListFormatData& listFormatData, UErrorCode &errorCode) { in ListFormatter()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | listformatter.cpp | 232 ListFormatInternal(const ListFormatData &data, UErrorCode &errorCode) : in ListFormatInternal() 544 ListFormatter::ListFormatter(const ListFormatData& listFormatData, UErrorCode &errorCode) { in ListFormatter()
|
/third_party/icu/icu4c/source/i18n/ |
D | listformatter.cpp | 232 ListFormatInternal(const ListFormatData &data, UErrorCode &errorCode) : in ListFormatInternal() 544 ListFormatter::ListFormatter(const ListFormatData& listFormatData, UErrorCode &errorCode) { in ListFormatter()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | listformatter.cpp | 232 ListFormatInternal(const ListFormatData &data, UErrorCode &errorCode) : in ListFormatInternal() 544 ListFormatter::ListFormatter(const ListFormatData& listFormatData, UErrorCode &errorCode) { in ListFormatter()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | listformattertest.cpp | 482 ListFormatData data("{1} after {0}", "{1} after the first {0}", in TestOutOfOrderPatterns()
|