]>
Commit | Line | Data |
---|---|---|
1 | // © 2016 and later: Unicode, Inc. and others. | |
2 | // License & terms of use: http://www.unicode.org/copyright.html | |
3 | /* | |
4 | ********************************************************************** | |
5 | * Copyright (C) 2009-2014 International Business Machines | |
6 | * Corporation and others. All Rights Reserved. | |
7 | ********************************************************************** | |
8 | */ | |
9 | ||
10 | #ifndef __URESLOCS_H__ | |
11 | #define __URESLOCS_H__ | |
12 | ||
13 | #include "unicode/utypes.h" | |
14 | #include "unicode/udata.h" | |
15 | ||
16 | U_CDECL_BEGIN | |
17 | ||
18 | ||
19 | #define U_ICUDATA_LANG U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "lang" | |
20 | #define U_ICUDATA_REGION U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "region" | |
21 | #define U_ICUDATA_CURR U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "curr" | |
22 | #define U_ICUDATA_ZONE U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "zone" | |
23 | #define U_ICUDATA_UNIT U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "unit" | |
24 | ||
25 | U_CDECL_END | |
26 | ||
27 | #endif |