#include "unicode/utypes.h"
#if !UCONFIG_NO_FORMATTING
#define UNISTR_FROM_STRING_EXPLICIT
#include "numparse_types.h"
#include "numparse_decimal.h"
#include "static_unicode_sets.h"
#include "numparse_utils.h"
#include "unicode/uchar.h"
#include "putilimp.h"
#include "number_decimalquantity.h"
#include "string_segment.h"
usingnamespaceicu;
usingnamespaceicu::numparse;
usingnamespaceicu::numparse::impl;
DecimalMatcher::DecimalMatcher(const DecimalFormatSymbols& symbols, const Grouper& grouper,
parse_flags_t parseFlags) { … }
bool DecimalMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const { … }
bool DecimalMatcher::match(StringSegment& segment, ParsedNumber& result, int8_t exponentSign,
UErrorCode&) const { … }
bool DecimalMatcher::validateGroup(int32_t sepType, int32_t count, bool isPrimary) const { … }
bool DecimalMatcher::smokeTest(const StringSegment& segment) const { … }
UnicodeString DecimalMatcher::toString() const { … }
#endif