/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
D | AffixTokenMatcherFactory.java | 19 public IgnorablesMatcher ignorables; field in AffixTokenMatcherFactory 43 public IgnorablesMatcher ignorables() { in ignorables() method in AffixTokenMatcherFactory
|
D | AffixMatcher.java | 51 IgnorablesMatcher ignorables, in isInteresting() 84 IgnorablesMatcher ignorables, in createMatchers()
|
D | IgnorablesMatcher.java | 36 private IgnorablesMatcher(UnicodeSet ignorables) { in IgnorablesMatcher()
|
D | NumberParserImpl.java | 46 IgnorablesMatcher ignorables = IgnorablesMatcher.getInstance(parseFlags); in createSimpleParser() local 187 IgnorablesMatcher ignorables = IgnorablesMatcher.getInstance(parseFlags); in createParserFromProperties() local
|
D | AffixPatternMatcher.java | 21 private IgnorablesMatcher ignorables; field in AffixPatternMatcher
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | AffixTokenMatcherFactory.java | 17 public IgnorablesMatcher ignorables; field in AffixTokenMatcherFactory 41 public IgnorablesMatcher ignorables() { in ignorables() method in AffixTokenMatcherFactory
|
D | AffixMatcher.java | 49 IgnorablesMatcher ignorables, in isInteresting() 82 IgnorablesMatcher ignorables, in createMatchers()
|
D | IgnorablesMatcher.java | 34 private IgnorablesMatcher(UnicodeSet ignorables) { in IgnorablesMatcher()
|
D | NumberParserImpl.java | 44 IgnorablesMatcher ignorables = IgnorablesMatcher.getInstance(parseFlags); in createSimpleParser() local 185 IgnorablesMatcher ignorables = IgnorablesMatcher.getInstance(parseFlags); in createParserFromProperties() local
|
D | AffixPatternMatcher.java | 19 private IgnorablesMatcher ignorables; field in AffixPatternMatcher
|
/third_party/icu/icu4c/source/i18n/ |
D | numparse_affixes.cpp | 63 IgnorablesMatcher* ignorables) in AffixPatternMatcherBuilder() 157 IgnorablesMatcher& AffixTokenMatcherWarehouse::ignorables() { in ignorables() function in AffixTokenMatcherWarehouse 203 IgnorablesMatcher* ignorables; in fromAffixPattern() local 234 … const IgnorablesMatcher& ignorables, parse_flags_t parseFlags, in isInteresting() 265 const IgnorablesMatcher& ignorables, in createAffixMatchers()
|
D | numparse_impl.cpp | 43 IgnorablesMatcher& ignorables = parser->fLocalMatchers.ignorables; in createSimpleParser() local 125 IgnorablesMatcher& ignorables = parser->fLocalMatchers.ignorables; in createParserFromProperties() local
|
D | numparse_affixes.h | 67 IgnorablesMatcher& ignorables; member
|
/third_party/node/deps/icu-small/source/i18n/ |
D | numparse_affixes.cpp | 63 IgnorablesMatcher* ignorables) in AffixPatternMatcherBuilder() 157 IgnorablesMatcher& AffixTokenMatcherWarehouse::ignorables() { in ignorables() function in AffixTokenMatcherWarehouse 203 IgnorablesMatcher* ignorables; in fromAffixPattern() local 234 … const IgnorablesMatcher& ignorables, parse_flags_t parseFlags, in isInteresting() 265 const IgnorablesMatcher& ignorables, in createAffixMatchers()
|
D | numparse_impl.cpp | 43 IgnorablesMatcher& ignorables = parser->fLocalMatchers.ignorables; in createSimpleParser() local 125 IgnorablesMatcher& ignorables = parser->fLocalMatchers.ignorables; in createParserFromProperties() local
|
D | numparse_affixes.h | 67 IgnorablesMatcher& ignorables; member
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | numparse_affixes.cpp | 63 IgnorablesMatcher* ignorables) in AffixPatternMatcherBuilder() 157 IgnorablesMatcher& AffixTokenMatcherWarehouse::ignorables() { in ignorables() function in AffixTokenMatcherWarehouse 203 IgnorablesMatcher* ignorables; in fromAffixPattern() local 234 … const IgnorablesMatcher& ignorables, parse_flags_t parseFlags, in isInteresting() 265 const IgnorablesMatcher& ignorables, in createAffixMatchers()
|
D | numparse_impl.cpp | 43 IgnorablesMatcher& ignorables = parser->fLocalMatchers.ignorables; in createSimpleParser() local 125 IgnorablesMatcher& ignorables = parser->fLocalMatchers.ignorables; in createParserFromProperties() local
|
D | numparse_affixes.h | 67 IgnorablesMatcher& ignorables; member
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | numparse_affixes.cpp | 62 IgnorablesMatcher* ignorables) in AffixPatternMatcherBuilder() 196 IgnorablesMatcher& AffixTokenMatcherWarehouse::ignorables() { in ignorables() function in AffixTokenMatcherWarehouse 235 IgnorablesMatcher* ignorables; in fromAffixPattern() local 265 … const IgnorablesMatcher& ignorables, parse_flags_t parseFlags, in isInteresting() 296 const IgnorablesMatcher& ignorables, in createAffixMatchers()
|
D | numparse_impl.cpp | 43 IgnorablesMatcher& ignorables = parser->fLocalMatchers.ignorables; in createSimpleParser() local 134 IgnorablesMatcher& ignorables = parser->fLocalMatchers.ignorables; in createParserFromProperties() local
|
D | numparse_affixes.h | 97 IgnorablesMatcher& ignorables; member
|
/third_party/icu/tools/colprobe/ |
D | sortedlines.h | 22 UnicodeSet ignorables[UCOL_OFF]; variable
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | AffixUtilsTest.java | 228 UnicodeSet ignorables = new UnicodeSet("[:whitespace:]"); in testWithoutSymbolsOrIgnorables() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
D | AffixUtilsTest.java | 231 UnicodeSet ignorables = new UnicodeSet("[:whitespace:]"); in testWithoutSymbolsOrIgnorables() local
|