Lines Matching refs:unicode_get_empty
209 static inline PyObject* unicode_get_empty(void) in unicode_get_empty() function
384 return unicode_get_empty(); \
756 PyObject *empty = unicode_get_empty(); in unicode_result()
996 #define STRINGLIB_GET_EMPTY() unicode_get_empty()
1306 return unicode_get_empty(); in PyUnicode_New()
1834 PyObject *empty = unicode_get_empty(); in unicode_resize()
2057 return unicode_get_empty(); in PyUnicode_FromStringAndSize()
10449 u = unicode_get_empty(); in replace()
11128 PyObject *empty = unicode_get_empty(); // Borrowed reference in PyUnicode_Concat()
11180 PyObject *empty = unicode_get_empty(); // Borrowed reference in PyUnicode_Append()
12728 PyObject *empty = unicode_get_empty(); // Borrowed reference in PyUnicode_Partition()
12780 PyObject *empty = unicode_get_empty(); // Borrowed reference in PyUnicode_RPartition()
14786 unicode = unicode_get_empty(); in unicode_new_impl()
14840 return unicode_get_empty(); in unicode_vectorcall()
15522 PyObject *u = unicode_get_empty(); in unicodeiter_reduce()