Lines Matching +defs:buffer +defs:substring
2415 _PyUnicode_FromASCII(const char *buffer, Py_ssize_t size) in _PyUnicode_FromASCII()
2526 PyUnicode_FromKindAndData(int kind, const void *buffer, Py_ssize_t size) in PyUnicode_FromKindAndData()
2947 char buffer[MAX_LONG_LONG_CHARS]; in unicode_fromformat_arg() local
3351 wchar_t *buffer; in PyUnicode_AsWideCharString() local
3502 Py_buffer buffer; in PyUnicode_FromEncodedObject() local
3605 PyObject *buffer = NULL, *unicode; in PyUnicode_Decode() local
7652 wchar_t buffer[2], *out; in decode_code_page_errors() local
7893 PyObject *substring; in encode_code_page_strict() local
8007 char buffer[4]; in encode_code_page_errors() local
8938 char buffer[2+29+1+1]; in charmap_encoding_error() local
10053 PyObject *substring, in tailmatch()
10688 PyObject *substring, in split()
10780 PyObject *substring, in rsplit()
11887 PyObject **substring, in parse_args_finds_unicode()
11909 PyObject *substring = NULL; /* initialize to fix a compiler warning */ in unicode_count() local
12094 PyObject *substring = NULL; in unicode_find() local
12172 PyObject *substring = NULL; in unicode_index() local
13387 PyObject *substring = NULL; in unicode_rfind() local
13419 PyObject *substring = NULL; in unicode_rindex() local
13961 PyObject *substring; in unicode_startswith() local
14015 PyObject *substring; in unicode_endswith() local
14093 _PyUnicodeWriter_InitWithBuffer(_PyUnicodeWriter *writer, PyObject *buffer) in _PyUnicodeWriter_InitWithBuffer()