ICU-20202 Replace UVector with MemoryPool in CalendarDataSink.
authorFredrik Roubert <roubert@google.com>
Mon, 29 Oct 2018 21:29:12 +0000 (22:29 +0100)
committerFredrik Roubert <fredrik@roubert.name>
Tue, 30 Oct 2018 16:01:10 +0000 (17:01 +0100)
commit440d8b3be8e1d14a9ee828b28fff45943ebbcd85
tree95e85573a1e381b44a6594e3d91af85c86a1dfb7
parentf8c09f776ada3c2b868bfaa3b8d867f8124c9ae1
ICU-20202 Replace UVector with MemoryPool in CalendarDataSink.

CalendarDataSink doesn't use any of the additional functionality
provided by UVector, it just needs a simple way to keep track of
allocated objects to delete them after it's done using them.
icu4c/source/i18n/dtfmtsym.cpp