michael@0: /* michael@0: ********************************************************************** michael@0: * Copyright (C) 2001, International Business Machines michael@0: * Corporation and others. All Rights Reserved. michael@0: ********************************************************************** michael@0: * file name: umsg_imp.h michael@0: * encoding: US-ASCII michael@0: * tab size: 8 (not used) michael@0: * indentation:4 michael@0: * michael@0: * created on: 2001jun22 michael@0: * created by: George Rhoten michael@0: */ michael@0: michael@0: #ifndef UMISC_H michael@0: #define UMISC_H michael@0: michael@0: #include "unicode/utypes.h" michael@0: michael@0: #if !UCONFIG_NO_FORMATTING michael@0: michael@0: /* global variables used by the C and C++ message formatting API. */ michael@0: michael@0: extern const UChar *g_umsgTypeList[]; michael@0: extern const UChar *g_umsgModifierList[]; michael@0: extern const UChar *g_umsgDateModifierList[]; michael@0: extern const int32_t g_umsgListLength; michael@0: michael@0: extern const UChar g_umsg_number[]; michael@0: extern const UChar g_umsg_date[]; michael@0: extern const UChar g_umsg_time[]; michael@0: extern const UChar g_umsg_choice[]; michael@0: michael@0: extern const UChar g_umsg_currency[]; michael@0: extern const UChar g_umsg_percent[]; michael@0: extern const UChar g_umsg_integer[]; michael@0: michael@0: extern const UChar g_umsg_short[]; michael@0: extern const UChar g_umsg_medium[]; michael@0: extern const UChar g_umsg_long[]; michael@0: extern const UChar g_umsg_full[]; michael@0: michael@0: #endif /* #if !UCONFIG_NO_FORMATTING */ michael@0: michael@0: #endif