Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/
Ducs4lib.h14 #define STRINGLIB_EMPTY unicode_empty
Ducs2lib.h14 #define STRINGLIB_EMPTY unicode_empty
Ducs1lib.h14 #define STRINGLIB_EMPTY unicode_empty
Dasciilib.h14 #define STRINGLIB_EMPTY unicode_empty
Dunicodedefs.h16 #define STRINGLIB_EMPTY unicode_empty
/external/python/cpython2/Objects/stringlib/
Dunicodedefs.h13 #define STRINGLIB_EMPTY unicode_empty
/external/python/cpython3/Objects/
Dunicodeobject.c223 static PyObject *unicode_empty = NULL; variable
227 if (unicode_empty != NULL) \
228 Py_INCREF(unicode_empty); \
230 unicode_empty = PyUnicode_New(0, 0); \
231 if (unicode_empty != NULL) { \
232 Py_INCREF(unicode_empty); \
233 assert(_PyUnicode_CheckConsistency(unicode_empty, 1)); \
241 return unicode_empty; \
673 if (unicode != unicode_empty) { in unicode_result_ready()
677 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-analyzer/
Dignored-globals.txt361 unicode_empty
DTODO205 Objects/unicodeobject.c:unicode_empty static PyObject *unicode_empty
Dknown.tsv1880 Objects/unicodeobject.c - unicode_empty variable static PyObject *unicode_empty