Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c2702 as_ucs4(PyObject *string, Py_UCS4 *target, Py_ssize_t targetsize, in as_ucs4() function
2759 return as_ucs4(string, target, targetsize, copy_null); in PyUnicode_AsUCS4()
2765 return as_ucs4(string, NULL, 0, 1); in PyUnicode_AsUCS4Copy()