Searched refs:ListFormatData (Results 1 – 5 of 5) sorted by relevance
43 struct ListFormatData : public UMemory { struct49 …ListFormatData(const UnicodeString& two, const UnicodeString& start, const UnicodeString& middle, … in ListFormatData() argument178 ListFormatter(const ListFormatData &data, UErrorCode &errorCode);
3 public class ListFormatData { class
145 ListFormatData.load(); in ListFormatData.load()
54 ListFormatInternal(const ListFormatData &data, UErrorCode &errorCode) : in ListFormatInternal()303 ListFormatter::ListFormatter(const ListFormatData& listFormatData, UErrorCode &errorCode) { in ListFormatter()
526 ListFormatData data("{1} after {0}", "{1} after the first {0}", in TestOutOfOrderPatterns()