Searched refs:PermilleMatcher (Results 1 – 10 of 10) sorted by relevance
15 public class PermilleMatcher extends SymbolMatcher { class17 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 PermilleMatcher32 private PermilleMatcher() { in PermilleMatcher() method in PermilleMatcher
35 public PermilleMatcher permille() { in permille()36 return PermilleMatcher.getInstance(symbols); in permille()
66 parser.addMatcher(PermilleMatcher.getInstance(symbols)); in createSimpleParser()218 parser.addMatcher(PermilleMatcher.getInstance(symbols)); in createParserFromProperties()
13 public class PermilleMatcher extends SymbolMatcher { class15 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 PermilleMatcher30 private PermilleMatcher() { in PermilleMatcher() method in PermilleMatcher
33 public PermilleMatcher permille() { in permille()34 return PermilleMatcher.getInstance(symbols); in permille()
64 parser.addMatcher(PermilleMatcher.getInstance(symbols)); in createSimpleParser()216 parser.addMatcher(PermilleMatcher.getInstance(symbols)); in createParserFromProperties()
165 PermilleMatcher::PermilleMatcher(const DecimalFormatSymbols& dfs) in PermilleMatcher() function in PermilleMatcher169 bool PermilleMatcher::isDisabled(const ParsedNumber& result) const { in isDisabled()173 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept()
138 class U_I18N_API PermilleMatcher : public SymbolMatcher {140 PermilleMatcher() = default; // WARNING: Leaves the object in an unusable state142 PermilleMatcher(const DecimalFormatSymbols& dfs);
80 PermilleMatcher permille;
142 PermilleMatcher fPermille;