scuffed-code/icu4c/source/i18n/numparse_affixes.cpp

21 lines
399 B
C++

// © 2018 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
#include "unicode/utypes.h"
#if !UCONFIG_NO_FORMATTING && !UPRV_INCOMPLETE_CPP11_SUPPORT
#include "numparse_types.h"
#include "numparse_affixes.h"
using namespace icu;
using namespace icu::numparse;
using namespace icu::numparse::impl;
#endif /* #if !UCONFIG_NO_FORMATTING */