Searched defs:Py_UNICODE_strlen (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
H A Dunicodeobject.c15458 Py_UNICODE_strlen(const Py_UNICODE *u) function
15488 u1 += Py_UNICODE_strlen(u1);
15538 p = s + Py_UNICODE_strlen(s);

Completed in 82 milliseconds