]>
git.saurik.com Git - apple/icu.git/blob - icuSources/i18n/umsg_imp.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 **********************************************************************
5 * Copyright (C) 2001, International Business Machines
6 * Corporation and others. All Rights Reserved.
7 **********************************************************************
8 * file name: umsg_imp.h
10 * tab size: 8 (not used)
13 * created on: 2001jun22
14 * created by: George Rhoten
20 #include "unicode/utypes.h"
22 #if !UCONFIG_NO_FORMATTING
24 /* global variables used by the C and C++ message formatting API. */
26 extern const UChar
*g_umsgTypeList
[];
27 extern const UChar
*g_umsgModifierList
[];
28 extern const UChar
*g_umsgDateModifierList
[];
29 extern const int32_t g_umsgListLength
;
31 extern const UChar g_umsg_number
[];
32 extern const UChar g_umsg_date
[];
33 extern const UChar g_umsg_time
[];
34 extern const UChar g_umsg_choice
[];
36 extern const UChar g_umsg_currency
[];
37 extern const UChar g_umsg_percent
[];
38 extern const UChar g_umsg_integer
[];
40 extern const UChar g_umsg_short
[];
41 extern const UChar g_umsg_medium
[];
42 extern const UChar g_umsg_long
[];
43 extern const UChar g_umsg_full
[];
45 #endif /* #if !UCONFIG_NO_FORMATTING */