Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h173 # define PyUnicode_DecodeUTF16Stateful PyUnicodeUCS2_DecodeUTF16Stateful macro
260 # define PyUnicode_DecodeUTF16Stateful PyUnicodeUCS4_DecodeUTF16Stateful macro
/external/python/cpython2/Objects/
Dunicodeobject.c2542 PyUnicode_DecodeUTF16Stateful(const char *s, in PyUnicode_DecodeUTF16Stateful() function
/external/python/cpython3/Objects/
Dunicodeobject.c5884 PyUnicode_DecodeUTF16Stateful(const char *s, in PyUnicode_DecodeUTF16Stateful() function