Searched refs:ListFormatInternal (Results 1 – 2 of 2) sorted by relevance
29 struct ListFormatInternal : public UMemory { struct35 ListFormatInternal( in ListFormatInternal() argument45 ListFormatInternal(const ListFormatData &data) : in ListFormatInternal() argument51 ListFormatInternal(const ListFormatInternal &other) : in ListFormatInternal() function73 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 …]
31 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;