/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/ |
D | ScientificMatcher.java | 27 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance() 32 private ScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper) { in ScientificMatcher()
|
D | DecimalMatcher.java | 51 Grouper grouper, in getInstance() 57 private DecimalMatcher(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) { in DecimalMatcher()
|
D | NumberParserImpl.java | 59 … 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/ |
D | ScientificMatcher.java | 25 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance() 30 private ScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper) { in ScientificMatcher()
|
D | DecimalMatcher.java | 49 Grouper grouper, in getInstance() 55 private DecimalMatcher(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) { in DecimalMatcher()
|
D | NumberParserImpl.java | 57 … 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/ |
D | decode_compressed_fuzz.cc | 35 Scope grouper = in BuildGraph() local
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | ctc_decoder_ops_test.py | 34 def grouper(iterable, n, fillvalue=None): function
|
/external/icu/icu4c/source/i18n/ |
D | numparse_scientific.cpp | 34 ScientificMatcher::ScientificMatcher(const DecimalFormatSymbols& dfs, const Grouper& grouper) in ScientificMatcher()
|
D | numparse_impl.cpp | 61 Grouper grouper = Grouper::forStrategy(UNUM_GROUPING_AUTO); in createSimpleParser() local 100 Grouper grouper = Grouper::forProperties(properties); in createParserFromProperties() local
|
D | numparse_decimal.cpp | 25 DecimalMatcher::DecimalMatcher(const DecimalFormatSymbols& symbols, const Grouper& grouper, in DecimalMatcher()
|
D | number_skeletons.h | 312 bool grouper = false; member
|
/external/autotest/contrib/ |
D | db_cleanup.py | 109 def grouper(iterable, n): function
|
/external/icu/icu4c/source/i18n/unicode/ |
D | numberformatter.h | 1427 Grouper grouper; // = Grouper(); (bogus) member
|
/external/python/cpython2/Modules/ |
D | itertoolsmodule.c | 104 PyObject *r, *grouper; in groupby_next() local
|
/external/python/cpython3/Modules/ |
D | itertoolsmodule.c | 106 PyObject *r, *grouper; in groupby_next() local
|