Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dunicodeobject.c251 static inline PyObject* unicode_get_empty(void) in unicode_get_empty() function
261 PyObject *empty = unicode_get_empty(); in unicode_new_empty()
659 PyObject *empty = unicode_get_empty(); in unicode_result_ready()
916 #define STRINGLIB_GET_EMPTY() unicode_get_empty()
11444 PyObject *empty = unicode_get_empty(); // Borrowed reference in PyUnicode_Concat()
11501 PyObject *empty = unicode_get_empty(); // Borrowed reference in PyUnicode_Append()
13207 PyObject *empty = unicode_get_empty(); // Borrowed reference in PyUnicode_Partition()
13259 PyObject *empty = unicode_get_empty(); // Borrowed reference in PyUnicode_RPartition()

Completed in 18 milliseconds