Home
last modified time | relevance | path

Searched refs:STRINGLIB_EMPTY (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Objects/stringlib/
Dpartition.h38 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()
Dunicodedefs.h13 #define STRINGLIB_EMPTY unicode_empty macro
Dstringdefs.h13 #define STRINGLIB_EMPTY nullstring macro
DREADME.txt14 STRINGLIB_EMPTY
/external/python/cpython3/Objects/stringlib/
Dpartition.h40 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()
Ducs2lib.h14 #define STRINGLIB_EMPTY unicode_empty macro
Ducs4lib.h14 #define STRINGLIB_EMPTY unicode_empty macro
Ducs1lib.h14 #define STRINGLIB_EMPTY unicode_empty macro
Dunicodedefs.h16 #define STRINGLIB_EMPTY unicode_empty macro
Dasciilib.h14 #define STRINGLIB_EMPTY unicode_empty macro
Dstringdefs.h16 #define STRINGLIB_EMPTY nullstring macro
DREADME.txt14 STRINGLIB_EMPTY