Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h2278 PyAPI_FUNC(int) Py_UNICODE_strcmp(
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2297 * :c:macro:`Py_UNICODE_strcmp`: use :c:func:`PyUnicode_Compare`
/external/python/cpython3/Objects/
Dunicodeobject.c15558 Py_UNICODE_strcmp(const Py_UNICODE *s1, const Py_UNICODE *s2) in Py_UNICODE_strcmp() function