Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h2294 PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strrchr(
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2299 * :c:macro:`Py_UNICODE_strchr`, :c:macro:`Py_UNICODE_strrchr`: use
/external/python/cpython3/Objects/
Dunicodeobject.c15599 Py_UNICODE_strrchr(const Py_UNICODE *s, Py_UNICODE c) in Py_UNICODE_strrchr() function