// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * * Copyright (C) 2013-2016, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* * file name: listformatter.cpp * encoding: UTF-8 * tab size: 8 (not used) * indentation:4 * * created on: 2012aug27 * created by: Umesh P. Nair */ #include "unicode/utypes.h" #if !UCONFIG_NO_FORMATTING #include "cmemory.h" #include "unicode/fpositer.h" // FieldPositionIterator #include "unicode/listformatter.h" #include "unicode/simpleformatter.h" #include "unicode/ulistformatter.h" #include "unicode/uscript.h" #include "fphdlimp.h" #include "mutex.h" #include "hash.h" #include "cstring.h" #include "uarrsort.h" #include "ulocimp.h" #include "charstr.h" #include "ucln_in.h" #include "uresimp.h" #include "resource.h" #include "formattedval_impl.h" U_NAMESPACE_BEGIN #endif /* #if !UCONFIG_NO_FORMATTING */