Searched refs:tgtkey (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Modules/ |
H A D | itertoolsmodule.c | 191 PyObject *tgtkey; member 222 gbo->tgtkey = NULL; in itertools_groupby_impl() 241 Py_XDECREF(gbo->tgtkey); in groupby_dealloc() 252 Py_VISIT(gbo->tgtkey); in groupby_traverse() 295 else if (gbo->tgtkey == NULL) in groupby_next() 300 rcmp = PyObject_RichCompareBool(gbo->tgtkey, gbo->currkey, Py_EQ); in groupby_next() 311 Py_XSETREF(gbo->tgtkey, gbo->currkey); in groupby_next() 313 grouper = _grouper_create(gbo, gbo->tgtkey); in groupby_next() 329 if (lz->tgtkey && lz->currkey && lz->currvalue) in groupby_reduce() 331 lz->it, lz->keyfunc, lz->currkey, lz->currvalue, lz->tgtkey); in groupby_reduce() 344 PyObject *currkey, *currvalue, *tgtkey; groupby_setstate() local 421 PyObject *tgtkey; global() member 434 itertools__grouper_impl(PyTypeObject *type, PyObject *parent, PyObject *tgtkey) itertools__grouper_impl() argument 442 _grouper_create(groupbyobject *parent, PyObject *tgtkey) _grouper_create() argument [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tscoll.cpp | 136 CollationKey srckey, tgtkey; in doTestVariant() local 138 col->getCollationKey(target, tgtkey, status); in doTestVariant() 142 Collator::EComparisonResult keyResult = srckey.compareTo(tgtkey); in doTestVariant() 144 reportCResult(source, target, srckey, tgtkey, compareResult, keyResult, result, result); in doTestVariant()
|
/third_party/python/Modules/clinic/ |
H A D | itertoolsmodule.c.h | 84 PyObject *tgtkey); 91 PyObject *tgtkey; in itertools__grouper() local 106 tgtkey = PyTuple_GET_ITEM(args, 1); in itertools__grouper() 107 return_value = itertools__grouper_impl(type, parent, tgtkey); in itertools__grouper()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationDummyTest.java | 527 CollationKey srckey , tgtkey; in doTestVariant() 529 tgtkey = collation.getCollationKey(target); in doTestVariant() 530 int keyResult = srckey.compareTo(tgtkey); in doTestVariant()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationDummyTest.java | 530 CollationKey srckey , tgtkey; in doTestVariant() 532 tgtkey = collation.getCollationKey(target); in doTestVariant() 533 int keyResult = srckey.compareTo(tgtkey); in doTestVariant()
|
Completed in 7 milliseconds