Home
last modified time | relevance | path

Searched defs:PyUnicode_DecodeUTF32Stateful (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h171 # define PyUnicode_DecodeUTF32Stateful PyUnicodeUCS2_DecodeUTF32Stateful macro
258 # define PyUnicode_DecodeUTF32Stateful PyUnicodeUCS4_DecodeUTF32Stateful macro
/external/python/cpython2/Objects/
Dunicodeobject.c2269 PyUnicode_DecodeUTF32Stateful(const char *s, in PyUnicode_DecodeUTF32Stateful() function
/external/python/cpython3/Objects/
Dunicodeobject.c5560 PyUnicode_DecodeUTF32Stateful(const char *s, in PyUnicode_DecodeUTF32Stateful() function