File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -942,26 +942,6 @@ wchar_t Support
942942 .. versionadded:: 3.2
943943
944944
945- UCS4 Support
946- """"""""""""
947-
948- .. versionadded:: 3.3
949-
950- .. XXX are these meant to be public?
951-
952- .. c:function:: size_t Py_UCS4_strlen(const Py_UCS4 *u)
953- Py_UCS4 * Py_UCS4_strcpy(Py_UCS4 *s1, const Py_UCS4 *s2)
954- Py_UCS4 * Py_UCS4_strncpy(Py_UCS4 *s1, const Py_UCS4 *s2, size_t n)
955- Py_UCS4 * Py_UCS4_strcat(Py_UCS4 *s1, const Py_UCS4 *s2)
956- int Py_UCS4_strcmp(const Py_UCS4 *s1, const Py_UCS4 *s2)
957- int Py_UCS4_strncmp(const Py_UCS4 *s1, const Py_UCS4 *s2, size_t n)
958- Py_UCS4 * Py_UCS4_strchr(const Py_UCS4 *s, Py_UCS4 c)
959- Py_UCS4 * Py_UCS4_strrchr(const Py_UCS4 *s, Py_UCS4 c)
960-
961- These utility functions work on strings of :c:type: `Py_UCS4 ` characters and
962- otherwise behave like the C standard library functions with the same name.
963-
964-
965945.. _builtincodecs:
966946
967947Built-in Codecs
You can’t perform that action at this time.
0 commit comments