Home
last modified time | relevance | path

Searched defs:ignorables (Results 1 – 21 of 21) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DAffixTokenMatcherFactory.java19 public IgnorablesMatcher ignorables; field in AffixTokenMatcherFactory
43 public IgnorablesMatcher ignorables() { in ignorables() method in AffixTokenMatcherFactory
DIgnorablesMatcher.java23 public static IgnorablesMatcher getInstance(UnicodeSet ignorables) { in getInstance()
28 private IgnorablesMatcher(UnicodeSet ignorables) { in IgnorablesMatcher()
DAffixMatcher.java51 IgnorablesMatcher ignorables, in isInteresting()
84 IgnorablesMatcher ignorables, in createMatchers()
DAffixPatternMatcher.java21 private IgnorablesMatcher ignorables; field in AffixPatternMatcher
DNumberParserImpl.java47 IgnorablesMatcher ignorables = IgnorablesMatcher.DEFAULT; in createSimpleParser() local
182 … IgnorablesMatcher ignorables = isStrict ? IgnorablesMatcher.STRICT : IgnorablesMatcher.DEFAULT; in createParserFromProperties() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DAffixTokenMatcherFactory.java17 public IgnorablesMatcher ignorables; field in AffixTokenMatcherFactory
41 public IgnorablesMatcher ignorables() { in ignorables() method in AffixTokenMatcherFactory
DIgnorablesMatcher.java21 public static IgnorablesMatcher getInstance(UnicodeSet ignorables) { in getInstance()
26 private IgnorablesMatcher(UnicodeSet ignorables) { in IgnorablesMatcher()
DAffixMatcher.java49 IgnorablesMatcher ignorables, in isInteresting()
82 IgnorablesMatcher ignorables, in createMatchers()
DAffixPatternMatcher.java19 private IgnorablesMatcher ignorables; field in AffixPatternMatcher
DNumberParserImpl.java45 IgnorablesMatcher ignorables = IgnorablesMatcher.DEFAULT; in createSimpleParser() local
180 … IgnorablesMatcher ignorables = isStrict ? IgnorablesMatcher.STRICT : IgnorablesMatcher.DEFAULT; in createParserFromProperties() local
/external/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp62 IgnorablesMatcher* ignorables) in AffixPatternMatcherBuilder()
196 IgnorablesMatcher& AffixTokenMatcherWarehouse::ignorables() { in ignorables() function in AffixTokenMatcherWarehouse
235 IgnorablesMatcher* ignorables; in fromAffixPattern() local
265const IgnorablesMatcher& ignorables, parse_flags_t parseFlags, in isInteresting()
296 const IgnorablesMatcher& ignorables, in createAffixMatchers()
Dnumparse_impl.cpp43 IgnorablesMatcher& ignorables = parser->fLocalMatchers.ignorables; in createSimpleParser() local
134 IgnorablesMatcher& ignorables = parser->fLocalMatchers.ignorables; in createParserFromProperties() local
Dnumparse_affixes.h97 IgnorablesMatcher& ignorables; member
Dnumparse_impl.h74 IgnorablesMatcher ignorables; member
Dnumber_affixutils.cpp247const UnicodeSet& ignorables, UErrorCode& status) { in containsOnlySymbolsAndIgnorables()
Dsmpdtfmt.cpp2767 const UnicodeSet *ignorables = NULL; in matchLiterals() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DAffixUtilsTest.java231 UnicodeSet ignorables = new UnicodeSet("[:whitespace:]"); in testWithoutSymbolsOrIgnorables() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DAffixUtilsTest.java228 UnicodeSet ignorables = new UnicodeSet("[:whitespace:]"); in testWithoutSymbolsOrIgnorables() local
/external/icu/icu4c/source/test/intltest/
Dnumbertest_parse.cpp241 IgnorablesMatcher ignorables(unisets::DEFAULT_IGNORABLES); in testCombinedCurrencyMatcher() local
308 IgnorablesMatcher ignorables(unisets::DEFAULT_IGNORABLES); in testAffixPatternMatcher() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DAffixUtils.java445 UnicodeSet ignorables) { in containsOnlySymbolsAndIgnorables()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DAffixUtils.java453 UnicodeSet ignorables) { in containsOnlySymbolsAndIgnorables()