Home
last modified time | relevance | path

Searched defs:Py_UNICODE_FILL (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/cpython/
Dunicodeobject.h59 Py_UNICODE_FILL(Py_UNICODE *target, Py_UNICODE value, Py_ssize_t length) { in Py_UNICODE_FILL() function
/external/python/cpython2/Include/
Dunicodeobject.h396 #define Py_UNICODE_FILL(target, value, length) \ macro