};
+#if !UCONFIG_NO_FORMATTING
class FormattedListData : public FormattedValueFieldPositionIteratorImpl {
public:
FormattedListData(UErrorCode& status) : FormattedValueFieldPositionIteratorImpl(5, status) {}
FormattedListData::~FormattedListData() = default;
UPRV_FORMATTED_VALUE_SUBCLASS_AUTO_IMPL(FormattedList)
+#endif
static Hashtable* listPatternHash = nullptr;
#include "intltest.h"
#include "itformat.h"
+#if !UCONFIG_NO_FORMATTING
+
class ListFormatterTest : public IntlTestWithFieldPosition {
public:
ListFormatterTest();
const UnicodeString four;
};
+#endif /* #if !UCONFIG_NO_FORMATTING */
+
#endif