intl/icu/source/common/ureslocs.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/icu/source/common/ureslocs.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +/*
     1.5 +**********************************************************************
     1.6 +*   Copyright (C) 2009, International Business Machines
     1.7 +*   Corporation and others.  All Rights Reserved.
     1.8 +**********************************************************************
     1.9 +*/
    1.10 +
    1.11 +#ifndef __URESLOCS_H__
    1.12 +#define __URESLOCS_H__
    1.13 +
    1.14 +#include "unicode/utypes.h"
    1.15 +#include "unicode/udata.h"
    1.16 +
    1.17 +U_CDECL_BEGIN
    1.18 +
    1.19 +
    1.20 +#define U_ICUDATA_LANG U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "lang"
    1.21 +#define U_ICUDATA_REGION U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "region"
    1.22 +#define U_ICUDATA_CURR U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "curr"
    1.23 +#define U_ICUDATA_ZONE U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "zone"
    1.24 +
    1.25 +U_CDECL_END
    1.26 +
    1.27 +#endif

mercurial