Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dunicodeobject.c9732 int kind_sub; in tailmatch() local
9753 kind_sub = PyUnicode_KIND(substring); in tailmatch()
9763 PyUnicode_READ(kind_sub, data_sub, 0) && in tailmatch()
9765 PyUnicode_READ(kind_sub, data_sub, end_sub)) { in tailmatch()
9767 if (kind_self == kind_sub) { in tailmatch()
9781 PyUnicode_READ(kind_sub, data_sub, i)) in tailmatch()

Completed in 19 milliseconds