Searched refs:ListFormatInternal (Results 1 – 2 of 2) sorted by relevance
37 struct ListFormatInternal : public UMemory { struct43 ListFormatInternal( in ListFormatInternal() argument54 ListFormatInternal(const ListFormatData &data, UErrorCode &errorCode) : in ListFormatInternal() function60 ListFormatInternal(const ListFormatInternal &other) : in ListFormatInternal() argument82 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 …]
36 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;