Home
last modified time | relevance | path

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

/external/icu/icu4c/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;
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DScientificMatcher.java20 public class ScientificMatcher implements NumberParseMatcher { class
27 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance()
29 return new ScientificMatcher(symbols, grouper); in getInstance()
32 private ScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper) { in ScientificMatcher() method in ScientificMatcher
DNumberParserImpl.java70 parser.addMatcher(ScientificMatcher.getInstance(symbols, grouper)); in createSimpleParser()
239 parser.addMatcher(ScientificMatcher.getInstance(symbols, grouper)); in createParserFromProperties()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DScientificMatcher.java18 public class ScientificMatcher implements NumberParseMatcher { class
25 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance()
27 return new ScientificMatcher(symbols, grouper); in getInstance()
30 private ScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper) { in ScientificMatcher() method in ScientificMatcher
DNumberParserImpl.java68 parser.addMatcher(ScientificMatcher.getInstance(symbols, grouper)); in createSimpleParser()
237 parser.addMatcher(ScientificMatcher.getInstance(symbols, grouper)); in createParserFromProperties()