Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dunicodeobject.c11275 PyObject *right_uni; in _PyUnicode_EqualToASCIIId() local
11294 right_uni = _PyUnicode_FromId(right); /* borrowed */ in _PyUnicode_EqualToASCIIId()
11295 if (right_uni == NULL) { in _PyUnicode_EqualToASCIIId()
11301 if (left == right_uni) in _PyUnicode_EqualToASCIIId()
11307 assert(_PyUnicode_HASH(right_uni) != -1); in _PyUnicode_EqualToASCIIId()
11309 if (hash != -1 && hash != _PyUnicode_HASH(right_uni)) { in _PyUnicode_EqualToASCIIId()
11313 return unicode_compare_eq(left, right_uni); in _PyUnicode_EqualToASCIIId()

Completed in 19 milliseconds