]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/winutil.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 ********************************************************************************
5 * Copyright (C) 2005-2011, International Business Machines
6 * Corporation and others. All Rights Reserved.
7 ********************************************************************************
11 ********************************************************************************
17 #include "unicode/utypes.h"
19 #if U_PLATFORM_HAS_WIN32_API
21 #if !UCONFIG_NO_FORMATTING
25 * \brief C++ API: Format dates using Windows API.
37 static LCIDRecord
*getLocales(int32_t &localeCount
);
38 static void freeLocales(LCIDRecord
*records
);
44 #endif /* #if !UCONFIG_NO_FORMATTING */
46 #endif // U_PLATFORM_HAS_WIN32_API