Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/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.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.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
/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()
Dnumparse_decimal.cpp26 DecimalMatcher::DecimalMatcher(const DecimalFormatSymbols& symbols, const Grouper& grouper, in DecimalMatcher()
Dnumber_skeletons.h350 bool grouper = false; member
/external/tensorflow/tensorflow/python/kernel_tests/
Dctc_decoder_ops_test.py34 def grouper(iterable, n, fillvalue=None): function
/external/rust/crates/itertools/tests/
Dtest_std.rs706 let grouper = data.iter().group_by(|k| *k); in group_by_lazy_2() localVariable
716 let grouper = data.iter().group_by(|k| *k); in group_by_lazy_2() localVariable
735 let grouper = data.iter().group_by(move |_| { let k = i / 3; i += 1; k }); in group_by_lazy_2() localVariable
751 let grouper = data.iter().group_by(|elt| *elt); in group_by_lazy_3() localVariable
766 let grouper = data.iter().chunks(3); in chunks() localVariable
Dquick.rs955 let grouper = data.iter().group_by(|k| *k / 10); localVariable
964 let grouper = data.iter().group_by(|k| *k / 3); localVariable
/external/autotest/contrib/
Ddb_cleanup.py109 def grouper(iterable, n): function
/external/icu/libicu/cts_headers/
Dnumber_skeletons.h350 bool grouper = false; member
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h1457 Grouper grouper; // = Grouper(); (bogus) member
/external/icu/libicu/cts_headers/unicode/
Dnumberformatter.h1457 Grouper grouper; // = Grouper(); (bogus) member
/external/python/cpython2/Modules/
Ditertoolsmodule.c104 PyObject *r, *grouper; in groupby_next() local
/external/python/cpython3/Modules/
Ditertoolsmodule.c154 PyObject *r, *grouper; in groupby_next() local