]> git.saurik.com Git - apple/icu.git/blob - icuSources/i18n/numparse_stringsegment.h
ICU-64252.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / numparse_stringsegment.h
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
14 U_NAMESPACE_BEGIN
15 namespace numparse {
16 namespace impl {
17
18
19 } // namespace impl
20 } // namespace numparse
21 U_NAMESPACE_END
22
23 #endif //__NUMPARSE_STRINGSEGMENT_H__
24 #endif /* #if !UCONFIG_NO_FORMATTING */