Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dunicodeobject.h1222 PyAPI_FUNC(int) _PyUnicode_EQ(PyObject *, PyObject *);
/external/python/cpython3/Objects/
Dsetobject.c79 && _PyUnicode_EQ(startkey, key)) in set_lookkey()
136 && _PyUnicode_EQ(startkey, key)) in set_add_entry()
Dunicodeobject.c11404 _PyUnicode_EQ(PyObject *aa, PyObject *bb) in _PyUnicode_EQ() function
/external/python/cpython3/Python/
Dgetargs.c2073 if (_PyUnicode_EQ(kwname, key)) { in find_keyword()