Home
last modified time | relevance | path

Searched refs:SymbolMatcher (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/devel/icu-lx/icu/source/i18n/
H A Dnumparse_symbols.cpp22 SymbolMatcher::SymbolMatcher(const UnicodeString& symbolString, unisets::Key key) { in SymbolMatcher() function in SymbolMatcher
31 const UnicodeSet* SymbolMatcher::getSet() const { in getSet()
35 bool SymbolMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match()
62 bool SymbolMatcher::smokeTest(const StringSegment& segment) const { in smokeTest()
66 UnicodeString SymbolMatcher::toString() const { in toString()
73 SymbolMatcher( in IgnorablesMatcher()
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
141 : SymbolMatcher(padString, unisets::EMPTY) {} in PaddingMatcher()
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
[all …]
H A Dnumparse_symbols.h24 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 {
[all …]
/dports/devel/icu/icu/source/i18n/
H A Dnumparse_symbols.cpp22 SymbolMatcher::SymbolMatcher(const UnicodeString& symbolString, unisets::Key key) { in SymbolMatcher() function in SymbolMatcher
31 const UnicodeSet* SymbolMatcher::getSet() const { in getSet()
35 bool SymbolMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match()
62 bool SymbolMatcher::smokeTest(const StringSegment& segment) const { in smokeTest()
66 UnicodeString SymbolMatcher::toString() const { in toString()
73 SymbolMatcher( in IgnorablesMatcher()
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
141 : SymbolMatcher(padString, unisets::EMPTY) {} in PaddingMatcher()
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
[all …]
H A Dnumparse_symbols.h24 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 {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Dnumparse_symbols.cpp22 SymbolMatcher::SymbolMatcher(const UnicodeString& symbolString, unisets::Key key) { in SymbolMatcher() function in SymbolMatcher
31 const UnicodeSet* SymbolMatcher::getSet() const { in getSet()
35 bool SymbolMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match()
62 bool SymbolMatcher::smokeTest(const StringSegment& segment) const { in smokeTest()
66 UnicodeString SymbolMatcher::toString() const { in toString()
73 SymbolMatcher( in IgnorablesMatcher()
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
141 : SymbolMatcher(padString, unisets::EMPTY) {} in PaddingMatcher()
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
[all …]
H A Dnumparse_symbols.h24 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 {
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Dnumparse_symbols.cpp22 SymbolMatcher::SymbolMatcher(const UnicodeString& symbolString, unisets::Key key) { in SymbolMatcher() function in SymbolMatcher
31 const UnicodeSet* SymbolMatcher::getSet() const { in getSet()
35 bool SymbolMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match()
62 bool SymbolMatcher::smokeTest(const StringSegment& segment) const { in smokeTest()
66 UnicodeString SymbolMatcher::toString() const { in toString()
73 SymbolMatcher( in IgnorablesMatcher()
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
141 : SymbolMatcher(padString, unisets::EMPTY) {} in PaddingMatcher()
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
[all …]
H A Dnumparse_symbols.h24 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 {
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Dnumparse_symbols.cpp22 SymbolMatcher::SymbolMatcher(const UnicodeString& symbolString, unisets::Key key) { in SymbolMatcher() function in SymbolMatcher
31 const UnicodeSet* SymbolMatcher::getSet() const { in getSet()
35 bool SymbolMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match()
62 bool SymbolMatcher::smokeTest(const StringSegment& segment) const { in smokeTest()
66 UnicodeString SymbolMatcher::toString() const { in toString()
73 SymbolMatcher( in IgnorablesMatcher()
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
141 : SymbolMatcher(padString, unisets::EMPTY) {} in PaddingMatcher()
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
[all …]
H A Dnumparse_symbols.h24 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 {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Dnumparse_symbols.cpp22 SymbolMatcher::SymbolMatcher(const UnicodeString& symbolString, unisets::Key key) { in SymbolMatcher() function in SymbolMatcher
31 const UnicodeSet* SymbolMatcher::getSet() const { in getSet()
35 bool SymbolMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match()
62 bool SymbolMatcher::smokeTest(const StringSegment& segment) const { in smokeTest()
66 UnicodeString SymbolMatcher::toString() const { in toString()
73 SymbolMatcher( in IgnorablesMatcher()
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
141 : SymbolMatcher(padString, unisets::EMPTY) {} in PaddingMatcher()
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
[all …]
H A Dnumparse_symbols.h24 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 {
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Dnumparse_symbols.cpp22 SymbolMatcher::SymbolMatcher(const UnicodeString& symbolString, unisets::Key key) { in SymbolMatcher() function in SymbolMatcher
31 const UnicodeSet* SymbolMatcher::getSet() const { in getSet()
35 bool SymbolMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match()
62 bool SymbolMatcher::smokeTest(const StringSegment& segment) const { in smokeTest()
66 UnicodeString SymbolMatcher::toString() const { in toString()
73 SymbolMatcher( in IgnorablesMatcher()
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
141 : SymbolMatcher(padString, unisets::EMPTY) {} in PaddingMatcher()
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
[all …]
H A Dnumparse_symbols.h24 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 {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Dnumparse_symbols.cpp22 SymbolMatcher::SymbolMatcher(const UnicodeString& symbolString, unisets::Key key) { in SymbolMatcher() function in SymbolMatcher
31 const UnicodeSet* SymbolMatcher::getSet() const { in getSet()
35 bool SymbolMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match()
62 bool SymbolMatcher::smokeTest(const StringSegment& segment) const { in smokeTest()
66 UnicodeString SymbolMatcher::toString() const { in toString()
73 SymbolMatcher( in IgnorablesMatcher()
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
141 : SymbolMatcher(padString, unisets::EMPTY) {} in PaddingMatcher()
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
[all …]
H A Dnumparse_symbols.h24 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 {
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Dnumparse_symbols.cpp22 SymbolMatcher::SymbolMatcher(const UnicodeString& symbolString, unisets::Key key) { in SymbolMatcher() function in SymbolMatcher
31 const UnicodeSet* SymbolMatcher::getSet() const { in getSet()
35 bool SymbolMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match()
62 bool SymbolMatcher::smokeTest(const StringSegment& segment) const { in smokeTest()
66 UnicodeString SymbolMatcher::toString() const { in toString()
73 SymbolMatcher( in IgnorablesMatcher()
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
141 : SymbolMatcher(padString, unisets::EMPTY) {} in PaddingMatcher()
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
[all …]
H A Dnumparse_symbols.h24 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 {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Dnumparse_symbols.cpp22 SymbolMatcher::SymbolMatcher(const UnicodeString& symbolString, unisets::Key key) { in SymbolMatcher() function in SymbolMatcher
31 const UnicodeSet* SymbolMatcher::getSet() const { in getSet()
35 bool SymbolMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match()
62 bool SymbolMatcher::smokeTest(const StringSegment& segment) const { in smokeTest()
66 UnicodeString SymbolMatcher::toString() const { in toString()
73 SymbolMatcher( in IgnorablesMatcher()
112 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol), unisets::MINUS_SIGN), in MinusSignMatcher()
127 : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kNaNSymbol), unisets::EMPTY) { in NanMatcher()
141 : SymbolMatcher(padString, unisets::EMPTY) {} in PaddingMatcher()
157 … : SymbolMatcher(dfs.getConstSymbol(DecimalFormatSymbols::kPercentSymbol), unisets::PERCENT_SIGN) { in PercentMatcher()
[all …]
H A Dnumparse_symbols.h24 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 {
[all …]
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A Dnumparse_symbols.cpp21 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()
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()
[all …]
H A Dnumparse_symbols.h24 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 {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/golang.org/x/tools/internal/lsp/fuzzy/
H A Dsymbol.go31 type SymbolMatcher struct { struct
58 func NewSymbolMatcher(pattern string) *SymbolMatcher {
59 m := &SymbolMatcher{}
82 func (m *SymbolMatcher) Match(chunks []string) (int, float64) { argument
/dports/www/gitea/gitea-1.16.5/vendor/golang.org/x/tools/internal/lsp/fuzzy/
H A Dsymbol.go31 type SymbolMatcher struct { struct
53 func NewSymbolMatcher(pattern string) *SymbolMatcher {
54 m := &SymbolMatcher{}
77 func (m *SymbolMatcher) Match(chunks []string) (int, float64) { argument
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dworkspace_symbol.go50 o.SymbolMatcher = source.SymbolFuzzy
52 o.SymbolMatcher = source.SymbolCaseSensitive
54 o.SymbolMatcher = source.SymbolCaseInsensitive

12345678910