Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c1762 find_maxchar_surrogates(const wchar_t *begin, const wchar_t *end, in find_maxchar_surrogates() function
1824 if (find_maxchar_surrogates(_PyUnicode_WSTR(unicode), end, in _PyUnicode_Ready()
2220 if (find_maxchar_surrogates(u, u + size, in PyUnicode_FromWideChar()