Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c9789 int kind_self; in tailmatch() local
9809 kind_self = PyUnicode_KIND(self); in tailmatch()
9820 if (PyUnicode_READ(kind_self, data_self, offset) == in tailmatch()
9822 PyUnicode_READ(kind_self, data_self, offset + end_sub) == in tailmatch()
9825 if (kind_self == kind_sub) { in tailmatch()
9838 if (PyUnicode_READ(kind_self, data_self, offset + i) != in tailmatch()