// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * Copyright (C) 1997-2012, International Business Machines Corporation and * * others. All Rights Reserved. * ******************************************************************************* * * File FORMAT.CPP * * Modification History: * * Date Name Description * 02/19/97 aliu Converted from java. * 03/17/97 clhuang Implemented with new APIs. * 03/27/97 helena Updated to pass the simple test after code review. * 07/20/98 stephen Added explicit init values for Field/ParsePosition ******************************************************************************** */ // ***************************************************************************** // This file was generated from the java source file Format.java // ***************************************************************************** #include "utypeinfo.h" // for 'typeid' to work #include "unicode/utypes.h" #ifndef U_I18N_IMPLEMENTATION #error U_I18N_IMPLEMENTATION not set - must be set for all ICU source files in i18n/ - see https://unicode-org.github.io/icu/userguide/howtouseicu #endif /* * Dummy code: * If all modules in the I18N library are switched off, then there are no * library exports and MSVC 6 writes a .dll but not a .lib file. * Unless we export _something_ in that case... */ #if UCONFIG_NO_COLLATION && UCONFIG_NO_FORMATTING && UCONFIG_NO_TRANSLITERATION U_CAPI int32_t U_EXPORT2 uprv_icuin_lib_dummy(int32_t i) { return -i; } #endif /* Format class implementation ---------------------------------------------- */ #if !UCONFIG_NO_FORMATTING #include "unicode/format.h" #include "unicode/ures.h" #include "cstring.h" #include "locbased.h" // ***************************************************************************** // class Format // ***************************************************************************** U_NAMESPACE_BEGIN #endif /* #if !UCONFIG_NO_FORMATTING */ //eof