Lines Matching +defs:string +defs:to +defs:number
190 #define _PyUnicode_CONVERT_BYTES(from_type, to_type, begin, end, to) \ argument
281 Py_UCS1 *to = (Py_UCS1 *)data + start; in unicode_fill() local
288 Py_UCS2 *to = (Py_UCS2 *)data + start; in unicode_fill() local
296 Py_UCS4 * to = (Py_UCS4 *)data + start; in unicode_fill() local
1529 _copy_characters(PyObject *to, Py_ssize_t to_start, in _copy_characters()
1672 PyObject *to, Py_ssize_t to_start, in _PyUnicode_FastCopyCharacters()
1679 PyUnicode_CopyCharacters(PyObject *to, Py_ssize_t to_start, in PyUnicode_CopyCharacters()
2648 as_ucs4(PyObject *string, Py_UCS4 *target, Py_ssize_t targetsize, in as_ucs4()
2698 PyUnicode_AsUCS4(PyObject *string, Py_UCS4 *target, Py_ssize_t targetsize, in PyUnicode_AsUCS4()
2709 PyUnicode_AsUCS4Copy(PyObject *string) in PyUnicode_AsUCS4Copy()
2958 char number[MAX_LONG_LONG_CHARS]; in unicode_fromformat_arg() local
8403 PyUnicode_BuildEncodingMap(PyObject* string) in PyUnicode_BuildEncodingMap()
10325 PyUnicode_Splitlines(PyObject *string, int keepends) in PyUnicode_Splitlines()
12769 void *to = PyUnicode_DATA(u); in unicode_repeat() local
12785 char *to = (char *) PyUnicode_DATA(u); in unicode_repeat() local