Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/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.java66 parser.addMatcher(PermilleMatcher.getInstance(symbols)); in createSimpleParser()
218 parser.addMatcher(PermilleMatcher.getInstance(symbols)); in createParserFromProperties()
/external/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.java64 parser.addMatcher(PermilleMatcher.getInstance(symbols)); in createSimpleParser()
216 parser.addMatcher(PermilleMatcher.getInstance(symbols)); in createParserFromProperties()
/external/icu/icu4c/source/i18n/
Dnumparse_symbols.cpp165 PermilleMatcher::PermilleMatcher(const DecimalFormatSymbols& dfs) in PermilleMatcher() function in PermilleMatcher
169 bool PermilleMatcher::isDisabled(const ParsedNumber& result) const { in isDisabled()
173 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.h80 PermilleMatcher permille;
Dnumparse_affixes.h142 PermilleMatcher fPermille;