26 lines
490 B
C
26 lines
490 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
|
||
|
#ifndef __NUMPARSE_AFFIXES_H__
|
||
|
#define __NUMPARSE_AFFIXES_H__
|
||
|
|
||
|
#include "numparse_types.h"
|
||
|
|
||
|
U_NAMESPACE_BEGIN
|
||
|
namespace numparse {
|
||
|
namespace impl {
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
} // namespace impl
|
||
|
} // namespace numparse
|
||
|
U_NAMESPACE_END
|
||
|
|
||
|
#endif //__NUMPARSE_AFFIXES_H__
|
||
|
#endif /* #if !UCONFIG_NO_FORMATTING */
|