Searched refs:PyUnicode_CheckExact (Results 1 – 20 of 20) sorted by relevance
26 #define STRINGLIB_CHECK_EXACT PyUnicode_CheckExact
577 if (PyUnicode_CheckExact(fieldobj)) in render_field()
574 if (PyUnicode_CheckExact(fieldobj)) in render_field()
126 } else if (PyUnicode_CheckExact(parameter)) { in pysqlite_statement_bind_parameter()203 || PyUnicode_CheckExact(obj) || PyBuffer_Check(obj)) { in _need_adapt()
66 #define PyUnicode_CheckExact(op) 0 macro429 #define PyUnicode_CheckExact(op) (Py_TYPE(op) == &PyUnicode_Type) macro
377 if (PyUnicode_CheckExact(unicode) && in unicode_dealloc()1090 if (PyUnicode_CheckExact(obj)) { in PyUnicode_FromObject()4082 if (PyUnicode_CheckExact(mapping)) { in PyUnicode_DecodeCharmap()5405 if (!fixfct(u) && PyUnicode_CheckExact(self)) { in fixup()5578 if (PyUnicode_CheckExact(item)) { in PyUnicode_Join()5703 if (left == 0 && right == 0 && PyUnicode_CheckExact(self)) { in pad()5914 if (PyUnicode_CheckExact(self)) { in replace()6028 if (self->length >= width && PyUnicode_CheckExact(self)) { in unicode_center()6916 if (self->length >= width && PyUnicode_CheckExact(self)) { in unicode_ljust()6971 if (i == 0 && j == len && PyUnicode_CheckExact(self)) { in _PyUnicode_XStrip()[all …]
418 if (PyUnicode_CheckExact(v)) { in _PyObject_Str()486 } else if (PyUnicode_CheckExact(v)) { in PyObject_Unicode()
1593 if (PyString_CheckExact(item) || PyUnicode_CheckExact(item)) { in string_join()
390 if (PyUnicode_CheckExact(unicode) && in unicode_dealloc()1151 if (PyUnicode_CheckExact(obj)) { in PyUnicode_FromObject()4139 if (PyUnicode_CheckExact(mapping)) { in PyUnicode_DecodeCharmap()5500 if (!fixfct(u) && PyUnicode_CheckExact(self)) { in fixup()5673 if (PyUnicode_CheckExact(item)) { in PyUnicode_Join()5798 if (left == 0 && right == 0 && PyUnicode_CheckExact(self)) { in pad()6009 if (PyUnicode_CheckExact(self)) { in replace()6123 if (self->length >= width && PyUnicode_CheckExact(self)) { in unicode_center()7024 if (self->length >= width && PyUnicode_CheckExact(self)) { in unicode_ljust()7079 if (i == 0 && j == len && PyUnicode_CheckExact(self)) { in _PyUnicode_XStrip()[all …]
1610 if (PyString_CheckExact(item) || PyUnicode_CheckExact(item)) { in string_join()
344 else if (PyUnicode_CheckExact(v)) { in w_object()
2945 if (PyUnicode_CheckExact(strobj)) { in filterunicode()
362 else if (PyUnicode_CheckExact(v)) { in w_object()
2961 if (PyUnicode_CheckExact(strobj)) { in filterunicode()
609 if (!PyString_CheckExact(obj) && !PyUnicode_CheckExact(obj)) { in obj2ast_string()
591 if (PyUnicode_CheckExact(*param)) in convert_to_unicode()