// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * Copyright (C) 2013-2014, International Business Machines * Corporation and others. All Rights Reserved. ******************************************************************************* * collationdatawriter.h * * created on: 2013aug06 * created by: Markus W. Scherer */ #ifndef __COLLATIONDATAWRITER_H__ #define __COLLATIONDATAWRITER_H__ #include "unicode/utypes.h" #if !UCONFIG_NO_COLLATION U_NAMESPACE_BEGIN struct CollationData; struct CollationSettings; struct CollationTailoring; /** * Collation-related code for tools & demos. */ class U_I18N_API CollationDataWriter /* all static */ { … }; U_NAMESPACE_END #endif // !UCONFIG_NO_COLLATION #endif // __COLLATIONDATAWRITER_H__