Searched defs:ListFormatInternal (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Dlistformatter.cpp31 struct ListFormatInternal : public UMemory { struct in inherits:UMemory
37 ListFormatInternal( function in struct:ListFormatInternal
47 ListFormatInternal(const ListFormatData &data) : function in struct:ListFormatInternal
53 ListFormatInternal(const ListFormatInternal &other) : function in struct:ListFormatInternal
75 delete static_cast<ListFormatInternal *>(obj);
80 static ListFormatInternal* loadListFormatInternal(
94 owned = new ListFormatInternal(*other.owned);
105 owned = new ListFormatInternal(*other.owned);
130 const ListFormatInternal* ListFormatte
[all...]

Completed in 1066 milliseconds