Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dunicodeobject.c9733 const void *data_self; in tailmatch() local
9752 data_self = PyUnicode_DATA(self); in tailmatch()
9762 if (PyUnicode_READ(kind_self, data_self, offset) == in tailmatch()
9764 PyUnicode_READ(kind_self, data_self, offset + end_sub) == in tailmatch()
9768 return ! memcmp((char *)data_self + in tailmatch()
9780 if (PyUnicode_READ(kind_self, data_self, offset + i) != in tailmatch()

Completed in 19 milliseconds