godot/thirdparty/icu4c/common/ureslocs.h

// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/*
**********************************************************************
*   Copyright (C) 2009-2014 International Business Machines
*   Corporation and others.  All Rights Reserved.
**********************************************************************
*/

#ifndef __URESLOCS_H__
#define __URESLOCS_H__

#include "unicode/utypes.h"
#include "unicode/udata.h"

U_CDECL_BEGIN


#define U_ICUDATA_LANG
#define U_ICUDATA_REGION
#define U_ICUDATA_CURR
#define U_ICUDATA_ZONE
#define U_ICUDATA_UNIT

U_CDECL_END

#endif