/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | InfinityMatcher.java | 13 public class InfinityMatcher extends SymbolMatcher { class 15 private static final InfinityMatcher DEFAULT = new InfinityMatcher(); 17 public static InfinityMatcher getInstance(DecimalFormatSymbols symbols) { in getInstance() 22 return new InfinityMatcher(symbolString); in getInstance() 26 private InfinityMatcher(String symbolString) { in InfinityMatcher() method in InfinityMatcher 30 private InfinityMatcher() { in InfinityMatcher() method in InfinityMatcher
|
D | NumberParserImpl.java | 65 parser.addMatcher(InfinityMatcher.getInstance(symbols)); in createSimpleParser() 231 parser.addMatcher(InfinityMatcher.getInstance(symbols)); in createParserFromProperties()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
D | InfinityMatcher.java | 17 public class InfinityMatcher extends SymbolMatcher { class 19 private static final InfinityMatcher DEFAULT = new InfinityMatcher(); 21 public static InfinityMatcher getInstance(DecimalFormatSymbols symbols) { in getInstance() 26 return new InfinityMatcher(symbolString); in getInstance() 30 private InfinityMatcher(String symbolString) { in InfinityMatcher() method in InfinityMatcher 34 private InfinityMatcher() { in InfinityMatcher() method in InfinityMatcher
|
D | NumberParserImpl.java | 67 parser.addMatcher(InfinityMatcher.getInstance(symbols)); in createSimpleParser() 233 parser.addMatcher(InfinityMatcher.getInstance(symbols)); in createParserFromProperties()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | numparse_symbols.cpp | 97 InfinityMatcher::InfinityMatcher(const DecimalFormatSymbols& dfs) in InfinityMatcher() function in InfinityMatcher 101 bool InfinityMatcher::isDisabled(const ParsedNumber& result) const { in isDisabled() 105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
|
D | numparse_symbols.h | 66 class InfinityMatcher : public SymbolMatcher { 68 InfinityMatcher() = default; // WARNING: Leaves the object in an unusable state 70 InfinityMatcher(const DecimalFormatSymbols& dfs);
|
D | numparse_impl.h | 76 InfinityMatcher infinity;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | numparse_symbols.cpp | 97 InfinityMatcher::InfinityMatcher(const DecimalFormatSymbols& dfs) in InfinityMatcher() function in InfinityMatcher 101 bool InfinityMatcher::isDisabled(const ParsedNumber& result) const { in isDisabled() 105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
|
D | numparse_symbols.h | 66 class InfinityMatcher : public SymbolMatcher { 68 InfinityMatcher() = default; // WARNING: Leaves the object in an unusable state 70 InfinityMatcher(const DecimalFormatSymbols& dfs);
|
D | numparse_impl.h | 76 InfinityMatcher infinity;
|
/third_party/icu/icu4c/source/i18n/ |
D | numparse_symbols.cpp | 97 InfinityMatcher::InfinityMatcher(const DecimalFormatSymbols& dfs) in InfinityMatcher() function in InfinityMatcher 101 bool InfinityMatcher::isDisabled(const ParsedNumber& result) const { in isDisabled() 105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
|
D | numparse_symbols.h | 66 class InfinityMatcher : public SymbolMatcher { 68 InfinityMatcher() = default; // WARNING: Leaves the object in an unusable state 70 InfinityMatcher(const DecimalFormatSymbols& dfs);
|
D | numparse_impl.h | 76 InfinityMatcher infinity;
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | numparse_symbols.cpp | 92 InfinityMatcher::InfinityMatcher(const DecimalFormatSymbols& dfs) in InfinityMatcher() function in InfinityMatcher 96 bool InfinityMatcher::isDisabled(const ParsedNumber& result) const { in isDisabled() 100 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
|
D | numparse_symbols.h | 66 class InfinityMatcher : public SymbolMatcher { 68 InfinityMatcher() = default; // WARNING: Leaves the object in an unusable state 70 InfinityMatcher(const DecimalFormatSymbols& dfs);
|
D | numparse_impl.h | 75 InfinityMatcher infinity;
|
/third_party/icu/ohos_icu4j/ |
D | BUILD.gn | 239 "src/main/java/ohos/global/icu/impl/number/parse/InfinityMatcher.java",
|