Lines Matching refs:SymbolMatcher
21 SymbolMatcher::SymbolMatcher(const UnicodeString& symbolString, unisets::Key key) { in SymbolMatcher() function in SymbolMatcher
30 const UnicodeSet* SymbolMatcher::getSet() const { in getSet()
34 bool SymbolMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match()
61 bool SymbolMatcher::smokeTest(const StringSegment& segment) const { in smokeTest()
65 UnicodeString SymbolMatcher::toString() const { in toString()
72 : SymbolMatcher({}, key) { in IgnorablesMatcher()
93 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kInfinitySymbol), unisets::INFINITY_KEY) { in InfinityMatcher()
107 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
122 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
136 : SymbolMatcher(padString, unisets::EMPTY) {} in PaddingMatcher()
152 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
166 …: SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol), unisets::PERMILLE_SIGN) { in PermilleMatcher()
180 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol), unisets::PLUS_SIGN), in PlusSignMatcher()