Home
last modified time | relevance | path

Searched refs:PermilleMatcher (Results 1 – 19 of 19) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DPermilleMatcher.java13 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
DAffixTokenMatcherFactory.java33 public PermilleMatcher permille() { in permille()
34 return PermilleMatcher.getInstance(symbols); in permille()
DNumberParserImpl.java63 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/
DPermilleMatcher.java15 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
DAffixTokenMatcherFactory.java35 public PermilleMatcher permille() { in permille()
36 return PermilleMatcher.getInstance(symbols); in permille()
DNumberParserImpl.java65 parser.addMatcher(PermilleMatcher.getInstance(symbols)); in createSimpleParser()
221 parser.addMatcher(PermilleMatcher.getInstance(symbols)); in createParserFromProperties()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_symbols.cpp170 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()
Dnumparse_symbols.h138 class U_I18N_API PermilleMatcher : public SymbolMatcher {
140 PermilleMatcher() = default; // WARNING: Leaves the object in an unusable state
142 PermilleMatcher(const DecimalFormatSymbols& dfs);
Dnumparse_impl.h81 PermilleMatcher permille;
Dnumparse_affixes.h112 PermilleMatcher fPermille;
/third_party/icu/icu4c/source/i18n/
Dnumparse_symbols.cpp170 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()
Dnumparse_symbols.h138 class U_I18N_API PermilleMatcher : public SymbolMatcher {
140 PermilleMatcher() = default; // WARNING: Leaves the object in an unusable state
142 PermilleMatcher(const DecimalFormatSymbols& dfs);
Dnumparse_impl.h81 PermilleMatcher permille;
Dnumparse_affixes.h114 PermilleMatcher fPermille;
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_symbols.cpp170 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()
Dnumparse_symbols.h138 class U_I18N_API PermilleMatcher : public SymbolMatcher {
140 PermilleMatcher() = default; // WARNING: Leaves the object in an unusable state
142 PermilleMatcher(const DecimalFormatSymbols& dfs);
Dnumparse_impl.h81 PermilleMatcher permille;
Dnumparse_affixes.h114 PermilleMatcher fPermille;
/third_party/icu/ohos_icu4j/
DBUILD.gn243 "src/main/java/ohos/global/icu/impl/number/parse/PermilleMatcher.java",