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

/external/icu/icu4c/source/common/
H A Dlistformatter.cpp29 struct ListFormatInternal : public UMemory { struct in inherits:UMemory
35 ListFormatInternal( function in struct:ListFormatInternal
45 ListFormatInternal(const ListFormatData &data) : function in struct:ListFormatInternal
51 ListFormatInternal(const ListFormatInternal &other) : function in struct:ListFormatInternal
73 delete static_cast<ListFormatInternal *>(obj);
78 static ListFormatInternal* loadListFormatInternal(
92 owned = new ListFormatInternal(*other.owned);
103 owned = new ListFormatInternal(*other.owned);
128 const ListFormatInternal* ListFormatte
[all...]

Completed in 61 milliseconds