Home
last modified time | relevance | path

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

12

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DAffixTokenMatcherFactory.java19 public IgnorablesMatcher ignorables; field in AffixTokenMatcherFactory
43 public IgnorablesMatcher ignorables() { in ignorables() method in AffixTokenMatcherFactory
DAffixMatcher.java51 IgnorablesMatcher ignorables, in isInteresting()
84 IgnorablesMatcher ignorables, in createMatchers()
DIgnorablesMatcher.java36 private IgnorablesMatcher(UnicodeSet ignorables) { in IgnorablesMatcher()
DNumberParserImpl.java46 IgnorablesMatcher ignorables = IgnorablesMatcher.getInstance(parseFlags); in createSimpleParser() local
187 IgnorablesMatcher ignorables = IgnorablesMatcher.getInstance(parseFlags); in createParserFromProperties() local
DAffixPatternMatcher.java21 private IgnorablesMatcher ignorables; field in AffixPatternMatcher
/third_party/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
DAffixMatcher.java49 IgnorablesMatcher ignorables, in isInteresting()
82 IgnorablesMatcher ignorables, in createMatchers()
DIgnorablesMatcher.java34 private IgnorablesMatcher(UnicodeSet ignorables) { in IgnorablesMatcher()
DNumberParserImpl.java44 IgnorablesMatcher ignorables = IgnorablesMatcher.getInstance(parseFlags); in createSimpleParser() local
185 IgnorablesMatcher ignorables = IgnorablesMatcher.getInstance(parseFlags); in createParserFromProperties() local
DAffixPatternMatcher.java19 private IgnorablesMatcher ignorables; field in AffixPatternMatcher
/third_party/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp63 IgnorablesMatcher* ignorables) in AffixPatternMatcherBuilder()
157 IgnorablesMatcher& AffixTokenMatcherWarehouse::ignorables() { in ignorables() function in AffixTokenMatcherWarehouse
203 IgnorablesMatcher* ignorables; in fromAffixPattern() local
234const IgnorablesMatcher& ignorables, parse_flags_t parseFlags, in isInteresting()
265 const IgnorablesMatcher& ignorables, in createAffixMatchers()
Dnumparse_impl.cpp43 IgnorablesMatcher& ignorables = parser->fLocalMatchers.ignorables; in createSimpleParser() local
125 IgnorablesMatcher& ignorables = parser->fLocalMatchers.ignorables; in createParserFromProperties() local
Dnumparse_affixes.h67 IgnorablesMatcher& ignorables; member
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_affixes.cpp63 IgnorablesMatcher* ignorables) in AffixPatternMatcherBuilder()
157 IgnorablesMatcher& AffixTokenMatcherWarehouse::ignorables() { in ignorables() function in AffixTokenMatcherWarehouse
203 IgnorablesMatcher* ignorables; in fromAffixPattern() local
234const IgnorablesMatcher& ignorables, parse_flags_t parseFlags, in isInteresting()
265 const IgnorablesMatcher& ignorables, in createAffixMatchers()
Dnumparse_impl.cpp43 IgnorablesMatcher& ignorables = parser->fLocalMatchers.ignorables; in createSimpleParser() local
125 IgnorablesMatcher& ignorables = parser->fLocalMatchers.ignorables; in createParserFromProperties() local
Dnumparse_affixes.h67 IgnorablesMatcher& ignorables; member
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_affixes.cpp63 IgnorablesMatcher* ignorables) in AffixPatternMatcherBuilder()
157 IgnorablesMatcher& AffixTokenMatcherWarehouse::ignorables() { in ignorables() function in AffixTokenMatcherWarehouse
203 IgnorablesMatcher* ignorables; in fromAffixPattern() local
234const IgnorablesMatcher& ignorables, parse_flags_t parseFlags, in isInteresting()
265 const IgnorablesMatcher& ignorables, in createAffixMatchers()
Dnumparse_impl.cpp43 IgnorablesMatcher& ignorables = parser->fLocalMatchers.ignorables; in createSimpleParser() local
125 IgnorablesMatcher& ignorables = parser->fLocalMatchers.ignorables; in createParserFromProperties() local
Dnumparse_affixes.h67 IgnorablesMatcher& ignorables; member
/third_party/flutter/skia/third_party/externals/icu/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
/third_party/icu/tools/colprobe/
Dsortedlines.h22 UnicodeSet ignorables[UCOL_OFF]; variable
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DAffixUtilsTest.java228 UnicodeSet ignorables = new UnicodeSet("[:whitespace:]"); in testWithoutSymbolsOrIgnorables() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DAffixUtilsTest.java231 UnicodeSet ignorables = new UnicodeSet("[:whitespace:]"); in testWithoutSymbolsOrIgnorables() local

12