Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c9589 void *data_self; in tailmatch() local
9608 data_self = PyUnicode_DATA(self); in tailmatch()
9618 if (PyUnicode_READ(kind_self, data_self, offset) == in tailmatch()
9620 PyUnicode_READ(kind_self, data_self, offset + end_sub) == in tailmatch()
9624 return ! memcmp((char *)data_self + in tailmatch()
9636 if (PyUnicode_READ(kind_self, data_self, offset + i) != in tailmatch()