Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h198 # define PyUnicode_GetDefaultEncoding PyUnicodeUCS2_GetDefaultEncoding macro
285 # define PyUnicode_GetDefaultEncoding PyUnicodeUCS4_GetDefaultEncoding macro
/external/python/cpython2/Objects/
Dunicodeobject.c1427 const char *PyUnicode_GetDefaultEncoding(void) in PyUnicode_GetDefaultEncoding() function
/external/python/cpython3/Objects/
Dunicodeobject.c4067 PyUnicode_GetDefaultEncoding(void) in PyUnicode_GetDefaultEncoding() function