// © 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. ******************************************************************************* * collationfastlatinbuilder.h * * created on: 2013aug09 * created by: Markus W. Scherer */ #ifndef __COLLATIONFASTLATINBUILDER_H__ #define __COLLATIONFASTLATINBUILDER_H__ #include "unicode/utypes.h" #if !UCONFIG_NO_COLLATION #include "unicode/ucol.h" #include "unicode/unistr.h" #include "unicode/uobject.h" #include "collation.h" #include "collationfastlatin.h" #include "uvectr64.h" U_NAMESPACE_BEGIN struct CollationData; class U_I18N_API CollationFastLatinBuilder : public UObject { … }; U_NAMESPACE_END #endif // !UCONFIG_NO_COLLATION #endif // __COLLATIONFASTLATINBUILDER_H__