Lines Matching refs:SymbolMatcher
24 class U_I18N_API SymbolMatcher : public NumberParseMatcher, public UMemory {
26 SymbolMatcher() = default; // WARNING: Leaves the object in an unusable state
44 SymbolMatcher(const UnicodeString& symbolString, unisets::Key key);
49 class U_I18N_API IgnorablesMatcher : public SymbolMatcher {
66 class InfinityMatcher : public SymbolMatcher {
80 class U_I18N_API MinusSignMatcher : public SymbolMatcher {
96 class NanMatcher : public SymbolMatcher {
109 class PaddingMatcher : public SymbolMatcher {
125 class U_I18N_API PercentMatcher : public SymbolMatcher {
138 class U_I18N_API PermilleMatcher : public SymbolMatcher {
152 class U_I18N_API PlusSignMatcher : public SymbolMatcher {