// © 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. ******************************************************************************* * collationruleparser.h * * created on: 2013apr10 * created by: Markus W. Scherer */ #ifndef __COLLATIONRULEPARSER_H__ #define __COLLATIONRULEPARSER_H__ #include "unicode/utypes.h" #if !UCONFIG_NO_COLLATION #include "unicode/ucol.h" #include "unicode/uniset.h" #include "unicode/unistr.h" struct UParseError; U_NAMESPACE_BEGIN struct CollationData; struct CollationTailoring; class Locale; class Normalizer2; struct CollationSettings; class U_I18N_API CollationRuleParser : public UMemory { … }; U_NAMESPACE_END #endif // !UCONFIG_NO_COLLATION #endif // __COLLATIONRULEPARSER_H__