Lines Matching full:ordinal
494 /* Get the maximum ordinal for a Unicode character. */
601 /* Create a Unicode Object from the given Unicode code point ordinal.
603 The ordinal must be in range(0x10000) on narrow Python builds
609 PyAPI_FUNC(PyObject*) PyUnicode_FromOrdinal(int ordinal);
1028 copied as-is meaning that its ordinal value will be interpreted as
1029 Unicode or Latin-1 ordinal resp. Because of this mappings only need
1039 (char ordinal -> unicode ordinal) */
1046 (unicode ordinal -> char ordinal) */
1053 (unicode ordinal -> char ordinal) */
1061 The mapping table must map Unicode ordinal integers to Unicode
1062 ordinal integers or None (causing deletion of the character).
1214 The mapping table must map Unicode ordinal integers to Unicode
1215 ordinal integers or None (causing deletion of the character).