Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dlistformatter.cpp37 struct ListFormatInternal : public UMemory { struct
43 ListFormatInternal( in ListFormatInternal() function
54 ListFormatInternal(const ListFormatData &data, UErrorCode &errorCode) : in ListFormatInternal() argument
60 ListFormatInternal(const ListFormatInternal &other) : in ListFormatInternal() argument
82 delete static_cast<ListFormatInternal *>(obj); in uprv_deleteListFormatInternal()
90 owned = new ListFormatInternal(*other.owned); in ListFormatter()
101 owned = new ListFormatInternal(*other.owned); in operator =()
126 const ListFormatInternal* ListFormatter::getListFormatInternal( in getListFormatInternal()
134 ListFormatInternal* result = nullptr; in getListFormatInternal()
143 result = static_cast<ListFormatInternal*>(listPatternHash->get(key)); in getListFormatInternal()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dlistformatter.h36 struct ListFormatInternal;
182 ListFormatter(const ListFormatInternal* listFormatterInternal);
187 …static const ListFormatInternal* getListFormatInternal(const Locale& locale, const char *style, UE…
189 …static ListFormatInternal* loadListFormatInternal(const Locale& locale, const char* style, UErrorC…
197 ListFormatInternal* owned;
198 const ListFormatInternal* data;