Searched refs:STRINGLIB_EMPTY (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/Objects/stringlib/ |
D | partition.h | 38 Py_INCREF(STRINGLIB_EMPTY); in stringlib_partition() 39 PyTuple_SET_ITEM(out, 1, (PyObject*) STRINGLIB_EMPTY); in stringlib_partition() 40 Py_INCREF(STRINGLIB_EMPTY); in stringlib_partition() 41 PyTuple_SET_ITEM(out, 2, (PyObject*) STRINGLIB_EMPTY); in stringlib_partition() 86 Py_INCREF(STRINGLIB_EMPTY); in stringlib_rpartition() 87 PyTuple_SET_ITEM(out, 0, (PyObject*) STRINGLIB_EMPTY); in stringlib_rpartition() 88 Py_INCREF(STRINGLIB_EMPTY); in stringlib_rpartition() 89 PyTuple_SET_ITEM(out, 1, (PyObject*) STRINGLIB_EMPTY); in stringlib_rpartition()
|
D | unicodedefs.h | 13 #define STRINGLIB_EMPTY unicode_empty macro
|
D | stringdefs.h | 13 #define STRINGLIB_EMPTY nullstring macro
|
D | README.txt | 14 STRINGLIB_EMPTY
|
/external/python/cpython3/Objects/stringlib/ |
D | partition.h | 40 Py_INCREF(STRINGLIB_EMPTY); in STRINGLIB() 41 PyTuple_SET_ITEM(out, 1, (PyObject*) STRINGLIB_EMPTY); in STRINGLIB() 42 Py_INCREF(STRINGLIB_EMPTY); in STRINGLIB() 43 PyTuple_SET_ITEM(out, 2, (PyObject*) STRINGLIB_EMPTY); in STRINGLIB() 93 Py_INCREF(STRINGLIB_EMPTY); in STRINGLIB() 94 PyTuple_SET_ITEM(out, 0, (PyObject*) STRINGLIB_EMPTY); in STRINGLIB() 95 Py_INCREF(STRINGLIB_EMPTY); in STRINGLIB() 96 PyTuple_SET_ITEM(out, 1, (PyObject*) STRINGLIB_EMPTY); in STRINGLIB()
|
D | ucs1lib.h | 14 #define STRINGLIB_EMPTY unicode_empty macro
|
D | ucs2lib.h | 14 #define STRINGLIB_EMPTY unicode_empty macro
|
D | ucs4lib.h | 14 #define STRINGLIB_EMPTY unicode_empty macro
|
D | unicodedefs.h | 16 #define STRINGLIB_EMPTY unicode_empty macro
|
D | asciilib.h | 14 #define STRINGLIB_EMPTY unicode_empty macro
|
D | stringdefs.h | 16 #define STRINGLIB_EMPTY nullstring macro
|
D | README.txt | 14 STRINGLIB_EMPTY
|