OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScientificMatcher
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/i18n/
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);
numparse_scientific.cpp
34
ScientificMatcher
::
ScientificMatcher
(const DecimalFormatSymbols& dfs, const Grouper& grouper)
53
bool
ScientificMatcher
::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const {
129
bool
ScientificMatcher
::smokeTest(const StringSegment& segment) const {
133
UnicodeString
ScientificMatcher
::toString() const {
numparse_impl.h
83
ScientificMatcher
scientific;
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
ScientificMatcher.java
20
public class
ScientificMatcher
implements NumberParseMatcher {
27
public static
ScientificMatcher
getInstance(DecimalFormatSymbols symbols, Grouper grouper) {
29
return new
ScientificMatcher
(symbols, grouper);
32
private
ScientificMatcher
(DecimalFormatSymbols symbols, Grouper grouper) {
145
return "<
ScientificMatcher
" + exponentSeparatorString + ">";
NumberParserImpl.java
70
parser.addMatcher(
ScientificMatcher
.getInstance(symbols, grouper));
239
parser.addMatcher(
ScientificMatcher
.getInstance(symbols, grouper));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
ScientificMatcher.java
18
public class
ScientificMatcher
implements NumberParseMatcher {
25
public static
ScientificMatcher
getInstance(DecimalFormatSymbols symbols, Grouper grouper) {
27
return new
ScientificMatcher
(symbols, grouper);
30
private
ScientificMatcher
(DecimalFormatSymbols symbols, Grouper grouper) {
143
return "<
ScientificMatcher
" + exponentSeparatorString + ">";
NumberParserImpl.java
68
parser.addMatcher(
ScientificMatcher
.getInstance(symbols, grouper));
237
parser.addMatcher(
ScientificMatcher
.getInstance(symbols, grouper));
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 823 milliseconds