Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h2262 PyAPI_FUNC(size_t) Py_UNICODE_strlen(
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2290 * :c:macro:`Py_UNICODE_strlen`: use :c:func:`PyUnicode_GetLength` or
/external/python/cpython3/Objects/
Dunicodeobject.c15525 Py_UNICODE_strlen(const Py_UNICODE *u) in Py_UNICODE_strlen() function