Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DScientificMatcher.java27 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance()
32 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.java59 … Grouper grouper = Grouper.forStrategy(GroupingStrategy.AUTO).withLocaleData(locale, patternInfo); in createSimpleParser() local
151 Grouper grouper = Grouper.forProperties(properties); in createParserFromProperties() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DScientificMatcher.java25 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance()
30 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.java57 … Grouper grouper = Grouper.forStrategy(GroupingStrategy.AUTO).withLocaleData(locale, patternInfo); in createSimpleParser() local
149 Grouper grouper = Grouper.forProperties(properties); in createParserFromProperties() local
/external/tensorflow/tensorflow/core/kernels/fuzzing/
Ddecode_compressed_fuzz.cc35 Scope grouper = in BuildGraph() local
/external/tensorflow/tensorflow/python/kernel_tests/
Dctc_decoder_ops_test.py34 def grouper(iterable, n, fillvalue=None): function
/external/icu/icu4c/source/i18n/
Dnumparse_scientific.cpp34 ScientificMatcher::ScientificMatcher(const DecimalFormatSymbols& dfs, const Grouper& grouper) in ScientificMatcher()
Dnumparse_impl.cpp61 Grouper grouper = Grouper::forStrategy(UNUM_GROUPING_AUTO); in createSimpleParser() local
100 Grouper grouper = Grouper::forProperties(properties); in createParserFromProperties() local
Dnumparse_decimal.cpp25 DecimalMatcher::DecimalMatcher(const DecimalFormatSymbols& symbols, const Grouper& grouper, in DecimalMatcher()
Dnumber_skeletons.h312 bool grouper = false; member
/external/autotest/contrib/
Ddb_cleanup.py109 def grouper(iterable, n): function
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h1427 Grouper grouper; // = Grouper(); (bogus) member
/external/python/cpython2/Modules/
Ditertoolsmodule.c104 PyObject *r, *grouper; in groupby_next() local
/external/python/cpython3/Modules/
Ditertoolsmodule.c106 PyObject *r, *grouper; in groupby_next() local