Home
last modified time | relevance | path

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

12

/external/icu/icu4j/main/core/src/main/java/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
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DScientificMatcher.java26 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance()
31 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
/external/tensorflow/tensorflow/core/kernels/fuzzing/
Ddecode_compressed_fuzz.cc35 Scope grouper = in BuildGraph() local
/external/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()
Dnumber_simple.cpp196 auto grouper = Grouper::forStrategy(groupingStrategy); in initialize() local
Dnumparse_decimal.cpp26 DecimalMatcher::DecimalMatcher(const DecimalFormatSymbols& symbols, const Grouper& grouper, in DecimalMatcher()
Dnumber_skeletons.h359 bool grouper = false; member
/external/cronet/stable/third_party/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()
Dnumber_simple.cpp194 auto grouper = Grouper::forStrategy(groupingStrategy); in initialize() local
Dnumparse_decimal.cpp26 DecimalMatcher::DecimalMatcher(const DecimalFormatSymbols& symbols, const Grouper& grouper, in DecimalMatcher()
Dnumber_skeletons.h360 bool grouper = false; member
/external/cronet/tot/third_party/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_simple.cpp194 auto grouper = Grouper::forStrategy(groupingStrategy); in initialize() local
/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/
Dctc_decoder_ops_test.py29 def grouper(iterable, n, fillvalue=None): function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/tests/
Dtest_std.rs784 let grouper = data.iter().group_by(|k| *k); in group_by_lazy_2() localVariable
794 let grouper = data.iter().group_by(|k| *k); in group_by_lazy_2() localVariable
813 let grouper = data.iter().group_by(move |_| { let k = i / 3; i += 1; k }); in group_by_lazy_2() localVariable
829 let grouper = data.iter().group_by(|elt| *elt); in group_by_lazy_3() localVariable
844 let grouper = data.iter().chunks(3); in chunks() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/tests/
Dtest_std.rs784 let grouper = data.iter().group_by(|k| *k); in group_by_lazy_2() localVariable
794 let grouper = data.iter().group_by(|k| *k); in group_by_lazy_2() localVariable
813 let grouper = data.iter().group_by(move |_| { let k = i / 3; i += 1; k }); in group_by_lazy_2() localVariable
829 let grouper = data.iter().group_by(|elt| *elt); in group_by_lazy_3() localVariable
844 let grouper = data.iter().chunks(3); in chunks() localVariable
/external/rust/android-crates-io/crates/itertools/tests/
Dtest_std.rs963 let grouper = data.iter().chunk_by(|k| *k); in chunk_by_lazy_2() localVariable
973 let grouper = data.iter().chunk_by(|k| *k); in chunk_by_lazy_2() localVariable
990 let grouper = data.iter().chunk_by(move |_| { in chunk_by_lazy_2() localVariable
1010 let grouper = data.iter().chunk_by(|elt| *elt); in chunk_by_lazy_3() localVariable
1025 let grouper = data.iter().chunks(3); in chunks() localVariable

12