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

/external/python/cpython3/Objects/
H A Dunicodeobject.c10968 unicode_compare_eq(PyObject *str1, PyObject *str2) function
11153 return unicode_compare_eq(left, right_uni);
11191 result = unicode_compare_eq(left, right);

Completed in 116 milliseconds