Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dunicodeobject.h1191 Py_DEPRECATED(3.3) PyAPI_FUNC(int) Py_UNICODE_strncmp(
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2298 * :c:macro:`Py_UNICODE_strncmp`: use :c:func:`PyUnicode_Tailmatch`
/external/python/cpython3/Objects/
Dunicodeobject.c15920 Py_UNICODE_strncmp(const Py_UNICODE *s1, const Py_UNICODE *s2, size_t n) in Py_UNICODE_strncmp() function