Searched refs:_PyUnicode_IsPrintable (Results 1 – 8 of 8) sorted by relevance
39 #define Py_UNICODE_ISPRINTABLE(ch) _PyUnicode_IsPrintable(ch)1130 PyAPI_FUNC(int) _PyUnicode_IsPrintable(
158 int _PyUnicode_IsPrintable(Py_UCS4 ch) in _PyUnicode_IsPrintable() function
487 return c < 128 && _PyUnicode_IsPrintable(c) && c != '\\' && c != '\''; in is_literal_char()
1293 …<elf-symbol name='_PyUnicode_IsPrintable' type='func-type' binding='global-binding' visibility='de…11005 …_PyUnicode_IsPrintable' mangled-name='_PyUnicode_IsPrintable' filepath='Objects/unicodectype.c' li…