// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * Copyright (C) 2014-2016, International Business Machines Corporation and * others. All Rights Reserved. ******************************************************************************* * * * File REGION.CPP * * Modification History:* * Date Name Description * 01/15/13 Emmons Original Port from ICU4J ******************************************************************************** */ /** * \file * \brief C++ API: Region classes (territory containment) */ #include "unicode/region.h" #include "unicode/utypes.h" #include "unicode/uobject.h" #include "unicode/unistr.h" #include "unicode/ures.h" #include "ucln_in.h" #include "cstring.h" #include "mutex.h" #include "uhash.h" #include "umutex.h" #include "uresimp.h" #include "region_impl.h" #include "util.h" #if !UCONFIG_NO_FORMATTING U_CDECL_BEGIN /** * Cleanup callback func */ static UBool U_CALLCONV region_cleanup() { … } U_CDECL_END U_NAMESPACE_BEGIN #endif /* #if !UCONFIG_NO_FORMATTING */ //eof