diff options
author | neksard <neksard@yandex-team.ru> | 2022-02-10 16:45:23 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:23 +0300 |
commit | 8f7cf138264e0caa318144bf8a2c950e0b0a8593 (patch) | |
tree | 83bf5c8c8047c42d8475e6095df90ccdc3d1b57f /contrib/libs/icu/i18n/wintzimpl.h | |
parent | d3a398281c6fd1d3672036cb2d63f842d2cb28c5 (diff) | |
download | ydb-8f7cf138264e0caa318144bf8a2c950e0b0a8593.tar.gz |
Restoring authorship annotation for <neksard@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/icu/i18n/wintzimpl.h')
-rw-r--r-- | contrib/libs/icu/i18n/wintzimpl.h | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/contrib/libs/icu/i18n/wintzimpl.h b/contrib/libs/icu/i18n/wintzimpl.h index 772ea95bc5..17bafdf212 100644 --- a/contrib/libs/icu/i18n/wintzimpl.h +++ b/contrib/libs/icu/i18n/wintzimpl.h @@ -1,39 +1,39 @@ // © 2016 and later: Unicode, Inc. and others. -// License & terms of use: http://www.unicode.org/copyright.html -/* -******************************************************************************** -* Copyright (C) 2008-2011, International Business Machines -* Corporation and others. All Rights Reserved. -******************************************************************************** -* -* File WINTZIMPL.H -* -******************************************************************************** -*/ - -#ifndef __WINTZIMPL -#define __WINTZIMPL - -#include "unicode/utypes.h" - +// License & terms of use: http://www.unicode.org/copyright.html +/* +******************************************************************************** +* Copyright (C) 2008-2011, International Business Machines +* Corporation and others. All Rights Reserved. +******************************************************************************** +* +* File WINTZIMPL.H +* +******************************************************************************** +*/ + +#ifndef __WINTZIMPL +#define __WINTZIMPL + +#include "unicode/utypes.h" + #if U_PLATFORM_USES_ONLY_WIN32_API -/** - * \file - * \brief C API: Utilities for dealing w/ Windows time zones. - */ -U_CDECL_BEGIN -/* Forward declarations for Windows types... */ -typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; -U_CDECL_END - -/* - * This method was moved over from common/wintz.h to allow for access to i18n functions - * needed to get the Windows time zone information without using static tables. - */ -U_CAPI UBool U_EXPORT2 -uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length); - - +/** + * \file + * \brief C API: Utilities for dealing w/ Windows time zones. + */ +U_CDECL_BEGIN +/* Forward declarations for Windows types... */ +typedef struct _TIME_ZONE_INFORMATION TIME_ZONE_INFORMATION; +U_CDECL_END + +/* + * This method was moved over from common/wintz.h to allow for access to i18n functions + * needed to get the Windows time zone information without using static tables. + */ +U_CAPI UBool U_EXPORT2 +uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length); + + #endif /* U_PLATFORM_USES_ONLY_WIN32_API */ - -#endif /* __WINTZIMPL */ + +#endif /* __WINTZIMPL */ |