]> git.saurik.com Git - apple/icu.git/blame - icuSources/i18n/numparse_stringsegment.h
ICU-64243.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / numparse_stringsegment.h
CommitLineData
0f5d89e8
A
1// © 2018 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html
3
4#include "unicode/utypes.h"
5
6#if !UCONFIG_NO_FORMATTING
7#ifndef __NUMPARSE_STRINGSEGMENT_H__
8#define __NUMPARSE_STRINGSEGMENT_H__
9
10#include "numparse_types.h"
11#include "number_types.h"
12#include "unicode/unistr.h"
13
14U_NAMESPACE_BEGIN
15namespace numparse {
16namespace impl {
17
18
19} // namespace impl
20} // namespace numparse
21U_NAMESPACE_END
22
23#endif //__NUMPARSE_STRINGSEGMENT_H__
24#endif /* #if !UCONFIG_NO_FORMATTING */