ICU 77.1
77.1
i18n
unicode
ucal.h
Go to the documentation of this file.
1
// © 2016 and later: Unicode, Inc. and others.
2
// License & terms of use: http://www.unicode.org/copyright.html
3
/*
4
*******************************************************************************
5
* Copyright (C) 1996-2015, International Business Machines Corporation and
6
* others. All Rights Reserved.
7
*******************************************************************************
8
*/
9
10
#ifndef UCAL_H
11
#define UCAL_H
12
13
#include "
unicode/utypes.h
"
14
#include "
unicode/uenum.h
"
15
#include "
unicode/uloc.h
"
16
17
#if U_SHOW_CPLUSPLUS_API
18
#include "
unicode/localpointer.h
"
19
#endif
// U_SHOW_CPLUSPLUS_API
20
21
#if !UCONFIG_NO_FORMATTING
22
166
#define UCAL_UNKNOWN_ZONE_ID "Etc/Unknown"
167