Home
last modified time | relevance | path

Searched refs:DecimalMatcher (Results 1 – 19 of 19) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dnumparse_decimal.cpp26 DecimalMatcher::DecimalMatcher(const DecimalFormatSymbols& symbols, const Grouper& grouper, in DecimalMatcher() function in DecimalMatcher
95 bool DecimalMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const { in match()
99 bool DecimalMatcher::match(StringSegment& segment, ParsedNumber& result, int8_t exponentSign, in match()
400 bool DecimalMatcher::validateGroup(int32_t sepType, int32_t count, bool isPrimary) const { in validateGroup()
435 bool DecimalMatcher::smokeTest(const StringSegment& segment) const { in smokeTest()
454 UnicodeString DecimalMatcher::toString() const { in toString()
Dnumparse_decimal.h18 class DecimalMatcher : public NumberParseMatcher, public UMemory {
20 DecimalMatcher() = default; // WARNING: Leaves the object in an unusable state
22 DecimalMatcher(const DecimalFormatSymbols& symbols, const Grouper& grouper,
Dnumparse_scientific.h35 DecimalMatcher fExponentMatcher;
Dnumparse_impl.h83 DecimalMatcher decimal;
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_decimal.cpp26 DecimalMatcher::DecimalMatcher(const DecimalFormatSymbols& symbols, const Grouper& grouper, in DecimalMatcher() function in DecimalMatcher
95 bool DecimalMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const { in match()
99 bool DecimalMatcher::match(StringSegment& segment, ParsedNumber& result, int8_t exponentSign, in match()
400 bool DecimalMatcher::validateGroup(int32_t sepType, int32_t count, bool isPrimary) const { in validateGroup()
435 bool DecimalMatcher::smokeTest(const StringSegment& segment) const { in smokeTest()
454 UnicodeString DecimalMatcher::toString() const { in toString()
Dnumparse_decimal.h18 class DecimalMatcher : public NumberParseMatcher, public UMemory {
20 DecimalMatcher() = default; // WARNING: Leaves the object in an unusable state
22 DecimalMatcher(const DecimalFormatSymbols& symbols, const Grouper& grouper,
Dnumparse_scientific.h35 DecimalMatcher fExponentMatcher;
Dnumparse_impl.h83 DecimalMatcher decimal;
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_decimal.cpp26 DecimalMatcher::DecimalMatcher(const DecimalFormatSymbols& symbols, const Grouper& grouper, in DecimalMatcher() function in DecimalMatcher
95 bool DecimalMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const { in match()
99 bool DecimalMatcher::match(StringSegment& segment, ParsedNumber& result, int8_t exponentSign, in match()
400 bool DecimalMatcher::validateGroup(int32_t sepType, int32_t count, bool isPrimary) const { in validateGroup()
435 bool DecimalMatcher::smokeTest(const StringSegment& segment) const { in smokeTest()
454 UnicodeString DecimalMatcher::toString() const { in toString()
Dnumparse_decimal.h18 class DecimalMatcher : public NumberParseMatcher, public UMemory {
20 DecimalMatcher() = default; // WARNING: Leaves the object in an unusable state
22 DecimalMatcher(const DecimalFormatSymbols& symbols, const Grouper& grouper,
Dnumparse_scientific.h35 DecimalMatcher fExponentMatcher;
Dnumparse_impl.h83 DecimalMatcher decimal;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DDecimalMatcher.java18 public class DecimalMatcher implements NumberParseMatcher { class
47 public static DecimalMatcher getInstance( in getInstance()
52 return new DecimalMatcher(symbols, grouper, parseFlags); in getInstance()
55 private DecimalMatcher(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) { in DecimalMatcher() method in DecimalMatcher
DScientificMatcher.java19 private final DecimalMatcher exponentMatcher;
31 exponentMatcher = DecimalMatcher.getInstance(symbols, in ScientificMatcher()
DNumberParserImpl.java59 parser.addMatcher(DecimalMatcher.getInstance(symbols, grouper, parseFlags)); in createSimpleParser()
237 parser.addMatcher(DecimalMatcher.getInstance(symbols, grouper, parseFlags)); in createParserFromProperties()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DDecimalMatcher.java20 public class DecimalMatcher implements NumberParseMatcher { class
49 public static DecimalMatcher getInstance( in getInstance()
54 return new DecimalMatcher(symbols, grouper, parseFlags); in getInstance()
57 private DecimalMatcher(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) { in DecimalMatcher() method in DecimalMatcher
DScientificMatcher.java23 private final DecimalMatcher exponentMatcher;
35 exponentMatcher = DecimalMatcher.getInstance(symbols, in ScientificMatcher()
DNumberParserImpl.java61 parser.addMatcher(DecimalMatcher.getInstance(symbols, grouper, parseFlags)); in createSimpleParser()
239 parser.addMatcher(DecimalMatcher.getInstance(symbols, grouper, parseFlags)); in createParserFromProperties()
/third_party/icu/ohos_icu4j/
DBUILD.gn246 "src/main/java/ohos/global/icu/impl/number/parse/DecimalMatcher.java",