michael@0: /* michael@0: ********************************************************************** michael@0: * Copyright (C) 2009, International Business Machines michael@0: * Corporation and others. All Rights Reserved. michael@0: ********************************************************************** michael@0: */ michael@0: michael@0: #ifndef __URESLOCS_H__ michael@0: #define __URESLOCS_H__ michael@0: michael@0: #include "unicode/utypes.h" michael@0: #include "unicode/udata.h" michael@0: michael@0: U_CDECL_BEGIN michael@0: michael@0: michael@0: #define U_ICUDATA_LANG U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "lang" michael@0: #define U_ICUDATA_REGION U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "region" michael@0: #define U_ICUDATA_CURR U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "curr" michael@0: #define U_ICUDATA_ZONE U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "zone" michael@0: michael@0: U_CDECL_END michael@0: michael@0: #endif