]>
git.saurik.com Git - apple/icu.git/blob - icuSources/i18n/numparse_stringsegment.h
1 // © 2018 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 #include "unicode/utypes.h"
6 #if !UCONFIG_NO_FORMATTING
7 #ifndef __NUMPARSE_STRINGSEGMENT_H__
8 #define __NUMPARSE_STRINGSEGMENT_H__
10 #include "numparse_types.h"
11 #include "number_types.h"
12 #include "unicode/unistr.h"
20 } // namespace numparse
23 #endif //__NUMPARSE_STRINGSEGMENT_H__
24 #endif /* #if !UCONFIG_NO_FORMATTING */