/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/ |
D | IgnorablesMatcher.java | 15 public class IgnorablesMatcher extends SymbolMatcher implements NumberParseMatcher.Flexible { class 17 private static final IgnorablesMatcher DEFAULT = new IgnorablesMatcher( 20 private static final IgnorablesMatcher STRICT = new IgnorablesMatcher( 23 private static final IgnorablesMatcher JAVA_COMPATIBILITY = new IgnorablesMatcher( 26 public static IgnorablesMatcher getInstance(int parseFlags) { in getInstance() 36 private IgnorablesMatcher(UnicodeSet ignorables) { in IgnorablesMatcher() method in IgnorablesMatcher
|
D | AffixTokenMatcherFactory.java | 19 public IgnorablesMatcher ignorables; 43 public IgnorablesMatcher ignorables() { in ignorables()
|
D | ScientificMatcher.java | 24 private final IgnorablesMatcher ignorablesMatcher; 38 … ignorablesMatcher = IgnorablesMatcher.getInstance(ParsingUtils.PARSE_FLAG_STRICT_IGNORABLES); in ScientificMatcher()
|
D | NumberParserImpl.java | 47 IgnorablesMatcher ignorables = IgnorablesMatcher.getInstance(parseFlags); in createSimpleParser() 193 IgnorablesMatcher ignorables = IgnorablesMatcher.getInstance(parseFlags); in createParserFromProperties()
|
D | AffixMatcher.java | 51 IgnorablesMatcher ignorables, in isInteresting() 84 IgnorablesMatcher ignorables, in createMatchers()
|
D | AffixPatternMatcher.java | 21 private IgnorablesMatcher ignorables;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | IgnorablesMatcher.java | 13 public class IgnorablesMatcher extends SymbolMatcher implements NumberParseMatcher.Flexible { class 15 private static final IgnorablesMatcher DEFAULT = new IgnorablesMatcher( 18 private static final IgnorablesMatcher STRICT = new IgnorablesMatcher( 21 private static final IgnorablesMatcher JAVA_COMPATIBILITY = new IgnorablesMatcher( 24 public static IgnorablesMatcher getInstance(int parseFlags) { in getInstance() 34 private IgnorablesMatcher(UnicodeSet ignorables) { in IgnorablesMatcher() method in IgnorablesMatcher
|
D | AffixTokenMatcherFactory.java | 17 public IgnorablesMatcher ignorables; 41 public IgnorablesMatcher ignorables() { in ignorables()
|
D | ScientificMatcher.java | 22 private final IgnorablesMatcher ignorablesMatcher; 36 … ignorablesMatcher = IgnorablesMatcher.getInstance(ParsingUtils.PARSE_FLAG_STRICT_IGNORABLES); in ScientificMatcher()
|
D | NumberParserImpl.java | 45 IgnorablesMatcher ignorables = IgnorablesMatcher.getInstance(parseFlags); in createSimpleParser() 191 IgnorablesMatcher ignorables = IgnorablesMatcher.getInstance(parseFlags); in createParserFromProperties()
|
D | AffixMatcher.java | 49 IgnorablesMatcher ignorables, in isInteresting() 82 IgnorablesMatcher ignorables, in createMatchers()
|
D | AffixPatternMatcher.java | 19 private IgnorablesMatcher ignorables;
|
/external/icu/icu4c/source/i18n/ |
D | numparse_symbols.cpp | 72 IgnorablesMatcher::IgnorablesMatcher(parse_flags_t parseFlags) : in IgnorablesMatcher() function in IgnorablesMatcher 80 bool IgnorablesMatcher::isFlexible() const { in isFlexible() 84 UnicodeString IgnorablesMatcher::toString() const { in toString() 88 bool IgnorablesMatcher::isDisabled(const ParsedNumber&) const { in isDisabled() 92 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const { in accept()
|
D | numparse_affixes.h | 67 IgnorablesMatcher& ignorables; 100 IgnorablesMatcher& ignorables(); 126 IgnorablesMatcher* ignorables); 140 IgnorablesMatcher* fIgnorables; 202 const IgnorablesMatcher& ignorables, parse_flags_t parseFlags, 215 …static bool isInteresting(const AffixPatternProvider& patternInfo, const IgnorablesMatcher& ignora…
|
D | numparse_symbols.h | 49 class U_I18N_API IgnorablesMatcher : public SymbolMatcher { 51 IgnorablesMatcher() = default; // WARNING: Leaves the object in an unusable state 53 IgnorablesMatcher(parse_flags_t parseFlags);
|
D | numparse_affixes.cpp | 63 IgnorablesMatcher* ignorables) in AffixPatternMatcherBuilder() 157 IgnorablesMatcher& AffixTokenMatcherWarehouse::ignorables() { in ignorables() 203 IgnorablesMatcher* ignorables; in fromAffixPattern() 233 … const IgnorablesMatcher& ignorables, parse_flags_t parseFlags, in isInteresting() 264 const IgnorablesMatcher& ignorables, in createAffixMatchers()
|
D | numparse_scientific.h | 36 IgnorablesMatcher fIgnorablesMatcher;
|
D | numparse_impl.h | 75 IgnorablesMatcher ignorables;
|
D | numparse_impl.cpp | 43 IgnorablesMatcher& ignorables = parser->fLocalMatchers.ignorables; in createSimpleParser() 134 IgnorablesMatcher& ignorables = parser->fLocalMatchers.ignorables; in createParserFromProperties()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
D | NumberParserTest.java | 18 import android.icu.impl.number.parse.IgnorablesMatcher; 220 series.addMatcher(IgnorablesMatcher.getInstance(0)); in testSeriesMatcher() 222 series.addMatcher(IgnorablesMatcher.getInstance(0)); in testSeriesMatcher() 315 factory.ignorables = IgnorablesMatcher.getInstance(0); in testAffixPatternMatcher()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | NumberParserTest.java | 17 import com.ibm.icu.impl.number.parse.IgnorablesMatcher; 217 series.addMatcher(IgnorablesMatcher.getInstance(0)); in testSeriesMatcher() 219 series.addMatcher(IgnorablesMatcher.getInstance(0)); in testSeriesMatcher() 312 factory.ignorables = IgnorablesMatcher.getInstance(0); in testAffixPatternMatcher()
|
/external/icu/icu4c/source/test/intltest/ |
D | numbertest_parse.cpp | 195 IgnorablesMatcher m2(0); in testSeriesMatcher() 197 IgnorablesMatcher m4(0); in testSeriesMatcher() 245 IgnorablesMatcher ignorables(0); in testCombinedCurrencyMatcher() 312 IgnorablesMatcher ignorables(0); in testAffixPatternMatcher()
|