Lines Matching +defs:number +defs:to +defs:string
187 #define _PyUnicode_CONVERT_BYTES(from_type, to_type, begin, end, to) \ argument
273 Py_UCS1 *to = (Py_UCS1 *)data + start; in unicode_fill() local
280 Py_UCS2 *to = (Py_UCS2 *)data + start; in unicode_fill() local
288 Py_UCS4 * to = (Py_UCS4 *)data + start; in unicode_fill() local
1567 _copy_characters(PyObject *to, Py_ssize_t to_start, in _copy_characters()
1710 PyObject *to, Py_ssize_t to_start, in _PyUnicode_FastCopyCharacters()
1717 PyUnicode_CopyCharacters(PyObject *to, Py_ssize_t to_start, in PyUnicode_CopyCharacters()
2702 as_ucs4(PyObject *string, Py_UCS4 *target, Py_ssize_t targetsize, in as_ucs4()
2752 PyUnicode_AsUCS4(PyObject *string, Py_UCS4 *target, Py_ssize_t targetsize, in PyUnicode_AsUCS4()
2763 PyUnicode_AsUCS4Copy(PyObject *string) in PyUnicode_AsUCS4Copy()
3012 char number[MAX_LONG_LONG_CHARS]; in unicode_fromformat_arg() local
8594 PyUnicode_BuildEncodingMap(PyObject* string) in PyUnicode_BuildEncodingMap()
10652 PyUnicode_Splitlines(PyObject *string, int keepends) in PyUnicode_Splitlines()
13084 void *to = PyUnicode_DATA(u); in unicode_repeat() local
13102 char *to = (char *) PyUnicode_DATA(u); in unicode_repeat() local