Home
last modified time | relevance | path

Searched defs:grouper (Results 1 – 25 of 27) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DScientificMatcher.java24 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance()
29 private ScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper) { in ScientificMatcher()
DDecimalMatcher.java49 Grouper grouper, in getInstance()
55 private DecimalMatcher(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) { in DecimalMatcher()
DNumberParserImpl.java56 … Grouper grouper = Grouper.forStrategy(GroupingStrategy.AUTO).withLocaleData(locale, patternInfo); in createSimpleParser() local
146 Grouper grouper = Grouper.forProperties(properties); in createParserFromProperties() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DScientificMatcher.java28 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance()
33 private ScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper) { in ScientificMatcher()
DDecimalMatcher.java51 Grouper grouper, in getInstance()
57 private DecimalMatcher(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) { in DecimalMatcher()
DNumberParserImpl.java58 … Grouper grouper = Grouper.forStrategy(GroupingStrategy.AUTO).withLocaleData(locale, patternInfo); in createSimpleParser() local
148 Grouper grouper = Grouper.forProperties(properties); in createParserFromProperties() local
/third_party/icu/icu4c/source/i18n/
Dnumparse_impl.cpp61 Grouper grouper = Grouper::forStrategy(UNUM_GROUPING_AUTO); in createSimpleParser() local
91 Grouper grouper = Grouper::forProperties(properties); in createParserFromProperties() local
Dnumparse_scientific.cpp35 ScientificMatcher::ScientificMatcher(const DecimalFormatSymbols& dfs, const Grouper& grouper) in ScientificMatcher()
Dnumparse_decimal.cpp26 DecimalMatcher::DecimalMatcher(const DecimalFormatSymbols& symbols, const Grouper& grouper, in DecimalMatcher()
Dnumber_skeletons.h359 bool grouper = false; member
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_impl.cpp61 Grouper grouper = Grouper::forStrategy(UNUM_GROUPING_AUTO); in createSimpleParser() local
91 Grouper grouper = Grouper::forProperties(properties); in createParserFromProperties() local
Dnumparse_scientific.cpp35 ScientificMatcher::ScientificMatcher(const DecimalFormatSymbols& dfs, const Grouper& grouper) in ScientificMatcher()
Dnumparse_decimal.cpp26 DecimalMatcher::DecimalMatcher(const DecimalFormatSymbols& symbols, const Grouper& grouper, in DecimalMatcher()
Dnumber_skeletons.h360 bool grouper = false; member
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumparse_impl.cpp61 Grouper grouper = Grouper::forStrategy(UNUM_GROUPING_AUTO); in createSimpleParser() local
100 Grouper grouper = Grouper::forProperties(properties); in createParserFromProperties() local
Dnumparse_scientific.cpp34 ScientificMatcher::ScientificMatcher(const DecimalFormatSymbols& dfs, const Grouper& grouper) in ScientificMatcher()
Dnumparse_decimal.cpp25 DecimalMatcher::DecimalMatcher(const DecimalFormatSymbols& symbols, const Grouper& grouper, in DecimalMatcher()
Dnumber_skeletons.h312 bool grouper = false; member
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_impl.cpp61 Grouper grouper = Grouper::forStrategy(UNUM_GROUPING_AUTO); in createSimpleParser() local
91 Grouper grouper = Grouper::forProperties(properties); in createParserFromProperties() local
Dnumparse_scientific.cpp35 ScientificMatcher::ScientificMatcher(const DecimalFormatSymbols& dfs, const Grouper& grouper) in ScientificMatcher()
Dnumparse_decimal.cpp26 DecimalMatcher::DecimalMatcher(const DecimalFormatSymbols& symbols, const Grouper& grouper, in DecimalMatcher()
Dnumber_skeletons.h359 bool grouper = false; member
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dnumberformatter.h1427 Grouper grouper; // = Grouper(); (bogus) member
/third_party/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h1501 Grouper grouper; // = Grouper(); (bogus) member
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dnumberformatter.h1501 Grouper grouper; // = Grouper(); (bogus) member

12