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

/external/python/cpython3/Objects/
H A Dsetobject.c73 && _PyUnicode_EQ(startkey, key))
100 && _PyUnicode_EQ(startkey, key))
165 && _PyUnicode_EQ(startkey, key))
197 && _PyUnicode_EQ(startkey, key))
H A Dunicodeobject.c11222 _PyUnicode_EQ(PyObject *aa, PyObject *bb) function
/external/python/cpython3/Include/
H A Dunicodeobject.h2331 PyAPI_FUNC(int) _PyUnicode_EQ(PyObject *, PyObject *);
/external/python/cpython3/Python/
H A Dgetargs.c1977 if (_PyUnicode_EQ(kwname, key)) {

Completed in 113 milliseconds