Searched refs:unicode_empty (Results 1 – 9 of 9) sorted by relevance
14 #define STRINGLIB_EMPTY unicode_empty
16 #define STRINGLIB_EMPTY unicode_empty
13 #define STRINGLIB_EMPTY unicode_empty
200 static PyObject *unicode_empty = NULL; variable204 if (unicode_empty != NULL) \205 Py_INCREF(unicode_empty); \207 unicode_empty = PyUnicode_New(0, 0); \208 if (unicode_empty != NULL) { \209 Py_INCREF(unicode_empty); \210 assert(_PyUnicode_CheckConsistency(unicode_empty, 1)); \218 return unicode_empty; \565 if (unicode != unicode_empty) { in unicode_result_ready()569 return unicode_empty; in unicode_result_ready()[all …]
101 static PyUnicodeObject *unicode_empty = NULL; variable105 if (unicode_empty != NULL) \106 Py_INCREF(unicode_empty); \108 unicode_empty = _PyUnicode_New(0); \109 if (unicode_empty != NULL) \110 Py_INCREF(unicode_empty); \112 return (PyObject *)unicode_empty; \273 if (unicode == unicode_empty || in unicode_resize()322 if (length == 0 && unicode_empty != NULL) { in _PyUnicode_New()323 Py_INCREF(unicode_empty); in _PyUnicode_New()[all …]
361 unicode_empty