Home
last modified time | relevance | path

Searched refs:unicode_empty (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Objects/stringlib/
Ducs1lib.h14 #define STRINGLIB_EMPTY unicode_empty
Ducs2lib.h14 #define STRINGLIB_EMPTY unicode_empty
Ducs4lib.h14 #define STRINGLIB_EMPTY unicode_empty
Dunicodedefs.h16 #define STRINGLIB_EMPTY unicode_empty
Dasciilib.h14 #define STRINGLIB_EMPTY unicode_empty
/external/python/cpython2/Objects/stringlib/
Dunicodedefs.h13 #define STRINGLIB_EMPTY unicode_empty
/external/python/cpython3/Objects/
Dunicodeobject.c200 static PyObject *unicode_empty = NULL; variable
204 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 …]
/external/python/cpython2/Objects/
Dunicodeobject.c101 static PyUnicodeObject *unicode_empty = NULL; variable
105 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 …]
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt361 unicode_empty