1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/intl/icu/source/i18n/umsg_imp.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,45 @@ 1.4 +/* 1.5 +********************************************************************** 1.6 +* Copyright (C) 2001, International Business Machines 1.7 +* Corporation and others. All Rights Reserved. 1.8 +********************************************************************** 1.9 +* file name: umsg_imp.h 1.10 +* encoding: US-ASCII 1.11 +* tab size: 8 (not used) 1.12 +* indentation:4 1.13 +* 1.14 +* created on: 2001jun22 1.15 +* created by: George Rhoten 1.16 +*/ 1.17 + 1.18 +#ifndef UMISC_H 1.19 +#define UMISC_H 1.20 + 1.21 +#include "unicode/utypes.h" 1.22 + 1.23 +#if !UCONFIG_NO_FORMATTING 1.24 + 1.25 +/* global variables used by the C and C++ message formatting API. */ 1.26 + 1.27 +extern const UChar *g_umsgTypeList[]; 1.28 +extern const UChar *g_umsgModifierList[]; 1.29 +extern const UChar *g_umsgDateModifierList[]; 1.30 +extern const int32_t g_umsgListLength; 1.31 + 1.32 +extern const UChar g_umsg_number[]; 1.33 +extern const UChar g_umsg_date[]; 1.34 +extern const UChar g_umsg_time[]; 1.35 +extern const UChar g_umsg_choice[]; 1.36 + 1.37 +extern const UChar g_umsg_currency[]; 1.38 +extern const UChar g_umsg_percent[]; 1.39 +extern const UChar g_umsg_integer[]; 1.40 + 1.41 +extern const UChar g_umsg_short[]; 1.42 +extern const UChar g_umsg_medium[]; 1.43 +extern const UChar g_umsg_long[]; 1.44 +extern const UChar g_umsg_full[]; 1.45 + 1.46 +#endif /* #if !UCONFIG_NO_FORMATTING */ 1.47 + 1.48 +#endif