Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c1778 find_maxchar_surrogates(const wchar_t *begin, const wchar_t *end, in find_maxchar_surrogates() function
1840 if (find_maxchar_surrogates(_PyUnicode_WSTR(unicode), end, in _PyUnicode_Ready()
2262 if (find_maxchar_surrogates(u, u + size, in PyUnicode_FromWideChar()