Searched refs:ScientificMatcher (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | numparse_scientific.cpp | 34 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()
|
D | numparse_scientific.h | 20 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);
|
D | numparse_impl.h | 83 ScientificMatcher scientific;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/ |
D | ScientificMatcher.java | 20 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
|
D | NumberParserImpl.java | 70 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/ |
D | ScientificMatcher.java | 18 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
|
D | NumberParserImpl.java | 68 parser.addMatcher(ScientificMatcher.getInstance(symbols, grouper)); in createSimpleParser() 237 parser.addMatcher(ScientificMatcher.getInstance(symbols, grouper)); in createParserFromProperties()
|