Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c9590 void *data_sub; in tailmatch() local
9610 data_sub = PyUnicode_DATA(substring); in tailmatch()
9619 PyUnicode_READ(kind_sub, data_sub, 0) && in tailmatch()
9621 PyUnicode_READ(kind_sub, data_sub, end_sub)) { in tailmatch()
9626 data_sub, in tailmatch()
9637 PyUnicode_READ(kind_sub, data_sub, i)) in tailmatch()