Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c1405 unicode_convert_wchar_to_ucs4(const wchar_t *begin, const wchar_t *end, in unicode_convert_wchar_to_ucs4() function
2028 unicode_convert_wchar_to_ucs4(u, u + size, unicode); in PyUnicode_FromWideChar()