/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | PermilleMatcher.java | 13 public class PermilleMatcher extends SymbolMatcher { class 15 private static final PermilleMatcher DEFAULT = new PermilleMatcher(); 17 public static PermilleMatcher getInstance(DecimalFormatSymbols symbols) { in getInstance() 22 return new PermilleMatcher(symbolString); in getInstance() 26 private PermilleMatcher(String symbolString) { in PermilleMatcher() method in PermilleMatcher 30 private PermilleMatcher() { in PermilleMatcher() method in PermilleMatcher
|
D | AffixTokenMatcherFactory.java | 33 public PermilleMatcher permille() { in permille() 34 return PermilleMatcher.getInstance(symbols); in permille()
|
D | NumberParserImpl.java | 63 parser.addMatcher(PermilleMatcher.getInstance(symbols)); in createSimpleParser() 219 parser.addMatcher(PermilleMatcher.getInstance(symbols)); in createParserFromProperties()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
D | PermilleMatcher.java | 15 public class PermilleMatcher extends SymbolMatcher { class 17 private static final PermilleMatcher DEFAULT = new PermilleMatcher(); 19 public static PermilleMatcher getInstance(DecimalFormatSymbols symbols) { in getInstance() 24 return new PermilleMatcher(symbolString); in getInstance() 28 private PermilleMatcher(String symbolString) { in PermilleMatcher() method in PermilleMatcher 32 private PermilleMatcher() { in PermilleMatcher() method in PermilleMatcher
|
D | AffixTokenMatcherFactory.java | 35 public PermilleMatcher permille() { in permille() 36 return PermilleMatcher.getInstance(symbols); in permille()
|
D | NumberParserImpl.java | 65 parser.addMatcher(PermilleMatcher.getInstance(symbols)); in createSimpleParser() 221 parser.addMatcher(PermilleMatcher.getInstance(symbols)); in createParserFromProperties()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | numparse_symbols.cpp | 170 PermilleMatcher::PermilleMatcher(const DecimalFormatSymbols& dfs) in PermilleMatcher() function in PermilleMatcher 174 bool PermilleMatcher::isDisabled(const ParsedNumber& result) const { in isDisabled() 178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
|
D | numparse_symbols.h | 138 class U_I18N_API PermilleMatcher : public SymbolMatcher { 140 PermilleMatcher() = default; // WARNING: Leaves the object in an unusable state 142 PermilleMatcher(const DecimalFormatSymbols& dfs);
|
D | numparse_impl.h | 81 PermilleMatcher permille;
|
D | numparse_affixes.h | 112 PermilleMatcher fPermille;
|
/third_party/icu/icu4c/source/i18n/ |
D | numparse_symbols.cpp | 170 PermilleMatcher::PermilleMatcher(const DecimalFormatSymbols& dfs) in PermilleMatcher() function in PermilleMatcher 174 bool PermilleMatcher::isDisabled(const ParsedNumber& result) const { in isDisabled() 178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
|
D | numparse_symbols.h | 138 class U_I18N_API PermilleMatcher : public SymbolMatcher { 140 PermilleMatcher() = default; // WARNING: Leaves the object in an unusable state 142 PermilleMatcher(const DecimalFormatSymbols& dfs);
|
D | numparse_impl.h | 81 PermilleMatcher permille;
|
D | numparse_affixes.h | 114 PermilleMatcher fPermille;
|
/third_party/node/deps/icu-small/source/i18n/ |
D | numparse_symbols.cpp | 170 PermilleMatcher::PermilleMatcher(const DecimalFormatSymbols& dfs) in PermilleMatcher() function in PermilleMatcher 174 bool PermilleMatcher::isDisabled(const ParsedNumber& result) const { in isDisabled() 178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
|
D | numparse_symbols.h | 138 class U_I18N_API PermilleMatcher : public SymbolMatcher { 140 PermilleMatcher() = default; // WARNING: Leaves the object in an unusable state 142 PermilleMatcher(const DecimalFormatSymbols& dfs);
|
D | numparse_impl.h | 81 PermilleMatcher permille;
|
D | numparse_affixes.h | 114 PermilleMatcher fPermille;
|
/third_party/icu/ohos_icu4j/ |
D | BUILD.gn | 243 "src/main/java/ohos/global/icu/impl/number/parse/PermilleMatcher.java",
|