// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ********************************************************************** * Copyright (c) 2001-2011, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * Date Name Description * 11/19/2001 aliu Creation. ********************************************************************** */ #ifndef ICU_UTIL_H #define ICU_UTIL_H #include "charstr.h" #include "unicode/unistr.h" #include "unicode/uobject.h" #include "unicode/utypes.h" //-------------------------------------------------------------------- // class ICU_Utility // i18n utility functions, scoped into the class ICU_Utility. //-------------------------------------------------------------------- U_NAMESPACE_BEGIN class UnicodeMatcher; class U_COMMON_API ICU_Utility /* not : public UObject because all methods are static */ { … }; U_NAMESPACE_END #endif //eof