]>
git.saurik.com Git - apple/icu.git/blob - icuSources/common/ureslocs.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 **********************************************************************
5 * Copyright (C) 2009-2014 International Business Machines
6 * Corporation and others. All Rights Reserved.
7 **********************************************************************
10 #ifndef __URESLOCS_H__
11 #define __URESLOCS_H__
13 #include "unicode/utypes.h"
14 #include "unicode/udata.h"
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"