Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c209 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()
[all …]