Home
last modified time | relevance | path

Searched refs:ListFormatInternal (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dlistformatter.cpp29 struct ListFormatInternal : public UMemory { struct
35 ListFormatInternal( in ListFormatInternal() argument
45 ListFormatInternal(const ListFormatData &data) : in ListFormatInternal() function
51 ListFormatInternal(const ListFormatInternal &other) : in ListFormatInternal() argument
73 delete static_cast<ListFormatInternal *>(obj); in uprv_deleteListFormatInternal()
78 static ListFormatInternal* loadListFormatInternal(
92 owned = new ListFormatInternal(*other.owned); in ListFormatter()
103 owned = new ListFormatInternal(*other.owned); in operator =()
128 const ListFormatInternal* ListFormatter::getListFormatInternal( in getListFormatInternal()
136 ListFormatInternal* result = NULL; in getListFormatInternal()
[all …]
/external/icu/icu4c/source/common/unicode/
Dlistformatter.h31 struct ListFormatInternal;
152 ListFormatter(const ListFormatInternal* listFormatterInternal);
157 …static const ListFormatInternal* getListFormatInternal(const Locale& locale, const char *style, UE…
161 ListFormatInternal* owned;
162 const ListFormatInternal* data;