Home
last modified time | relevance | path

Searched refs:ScientificMatcher (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumparse_scientific.cpp34 ScientificMatcher::ScientificMatcher(const DecimalFormatSymbols& dfs, const Grouper& grouper) in ScientificMatcher() function in ScientificMatcher
53 bool ScientificMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) con… in match()
129 bool ScientificMatcher::smokeTest(const StringSegment& segment) const { in smokeTest()
133 UnicodeString ScientificMatcher::toString() const { in toString()
Dnumparse_scientific.h20 class ScientificMatcher : public NumberParseMatcher, public UMemory {
22 ScientificMatcher() = default; // WARNING: Leaves the object in an unusable state
24 ScientificMatcher(const DecimalFormatSymbols& dfs, const Grouper& grouper);
Dnumparse_impl.h83 ScientificMatcher scientific;
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_scientific.cpp35 ScientificMatcher::ScientificMatcher(const DecimalFormatSymbols& dfs, const Grouper& grouper) in ScientificMatcher() function in ScientificMatcher
55 bool ScientificMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) con… in match()
154 bool ScientificMatcher::smokeTest(const StringSegment& segment) const { in smokeTest()
158 UnicodeString ScientificMatcher::toString() const { in toString()
Dnumparse_scientific.h21 class ScientificMatcher : public NumberParseMatcher, public UMemory {
23 ScientificMatcher() = default; // WARNING: Leaves the object in an unusable state
25 ScientificMatcher(const DecimalFormatSymbols& dfs, const Grouper& grouper);
Dnumparse_impl.h84 ScientificMatcher scientific;
/third_party/icu/icu4c/source/i18n/
Dnumparse_scientific.cpp35 ScientificMatcher::ScientificMatcher(const DecimalFormatSymbols& dfs, const Grouper& grouper) in ScientificMatcher() function in ScientificMatcher
55 bool ScientificMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) con… in match()
154 bool ScientificMatcher::smokeTest(const StringSegment& segment) const { in smokeTest()
158 UnicodeString ScientificMatcher::toString() const { in toString()
Dnumparse_scientific.h21 class ScientificMatcher : public NumberParseMatcher, public UMemory {
23 ScientificMatcher() = default; // WARNING: Leaves the object in an unusable state
25 ScientificMatcher(const DecimalFormatSymbols& dfs, const Grouper& grouper);
Dnumparse_impl.h84 ScientificMatcher scientific;
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_scientific.cpp35 ScientificMatcher::ScientificMatcher(const DecimalFormatSymbols& dfs, const Grouper& grouper) in ScientificMatcher() function in ScientificMatcher
55 bool ScientificMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) con… in match()
154 bool ScientificMatcher::smokeTest(const StringSegment& segment) const { in smokeTest()
158 UnicodeString ScientificMatcher::toString() const { in toString()
Dnumparse_scientific.h21 class ScientificMatcher : public NumberParseMatcher, public UMemory {
23 ScientificMatcher() = default; // WARNING: Leaves the object in an unusable state
25 ScientificMatcher(const DecimalFormatSymbols& dfs, const Grouper& grouper);
Dnumparse_impl.h84 ScientificMatcher scientific;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DScientificMatcher.java16 public class ScientificMatcher implements NumberParseMatcher { class
24 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance()
26 return new ScientificMatcher(symbols, grouper); in getInstance()
29 private ScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper) { in ScientificMatcher() method in ScientificMatcher
DNumberParserImpl.java67 parser.addMatcher(ScientificMatcher.getInstance(symbols, grouper)); in createSimpleParser()
240 parser.addMatcher(ScientificMatcher.getInstance(symbols, grouper)); in createParserFromProperties()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DScientificMatcher.java20 public class ScientificMatcher implements NumberParseMatcher { class
28 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance()
30 return new ScientificMatcher(symbols, grouper); in getInstance()
33 private ScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper) { in ScientificMatcher() method in ScientificMatcher
DNumberParserImpl.java69 parser.addMatcher(ScientificMatcher.getInstance(symbols, grouper)); in createSimpleParser()
242 parser.addMatcher(ScientificMatcher.getInstance(symbols, grouper)); in createParserFromProperties()
/third_party/icu/ohos_icu4j/
DBUILD.gn240 "src/main/java/ohos/global/icu/impl/number/parse/ScientificMatcher.java",