H A D | unicodeobject.c | 583 Py_UCS4 maxchar = 0; in _PyUnicode_CheckConsistency() local 591 if (ch > maxchar) in _PyUnicode_CheckConsistency() 592 maxchar = ch; in _PyUnicode_CheckConsistency() 596 CHECK(maxchar >= 128); in _PyUnicode_CheckConsistency() 597 CHECK(maxchar <= 255); in _PyUnicode_CheckConsistency() 600 CHECK(maxchar < 128); in _PyUnicode_CheckConsistency() 603 CHECK(maxchar >= 0x100); in _PyUnicode_CheckConsistency() 604 CHECK(maxchar <= 0xFFFF); in _PyUnicode_CheckConsistency() 607 CHECK(maxchar >= 0x10000); in _PyUnicode_CheckConsistency() 608 CHECK(maxchar < in _PyUnicode_CheckConsistency() 1366 PyUnicode_New(Py_ssize_t size, Py_UCS4 maxchar) PyUnicode_New() argument 1740 find_maxchar_surrogates(const wchar_t *begin, const wchar_t *end, Py_UCS4 *maxchar, Py_ssize_t *num_surrogates) find_maxchar_surrogates() argument 1783 Py_UCS4 maxchar = 0; _PyUnicode_Ready() local 2076 Py_UCS4 maxchar = ucs1lib_find_max_char( unicode_write_cstr() local 2168 Py_UCS4 maxchar = 0; PyUnicode_FromWideChar() local 2724 Py_UCS4 maxchar; unicode_fromformat_write_str() local 8137 Py_UCS4 maxchar = writer->maxchar; charmap_decode_string() local 8162 Py_UCS4 maxchar = writer->maxchar; charmap_decode_string() local 9496 _PyUnicode_InsertThousandsGrouping( _PyUnicodeWriter *writer, Py_ssize_t n_buffer, PyObject *digits, Py_ssize_t d_pos, Py_ssize_t n_digits, Py_ssize_t min_width, const char *grouping, PyObject *thousands_sep, Py_UCS4 *maxchar) _PyUnicode_InsertThousandsGrouping() argument 9865 do_capitalize(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) do_capitalize() argument 9889 do_swapcase(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) do_swapcase() argument 9914 do_upper_or_lower(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar, int lower) do_upper_or_lower() argument 9935 do_upper(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) do_upper() argument 9941 do_lower(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) do_lower() argument 9947 do_casefold(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) do_casefold() argument 9964 do_title(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) do_title() argument 9999 Py_UCS4 maxchar = 0, *tmp, *tmpend; case_operation() local 10070 Py_UCS4 maxchar; _PyUnicode_JoinArray() local 10290 Py_UCS4 maxchar; pad() local 10620 Py_UCS4 maxchar, maxchar_str1, maxchar_str2; replace() local 11428 Py_UCS4 maxchar, maxchar2; PyUnicode_Concat() local 11479 Py_UCS4 maxchar, maxchar2; PyUnicode_Append() local 13779 _PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter *writer, Py_ssize_t length, Py_UCS4 maxchar) _PyUnicodeWriter_PrepareInternal() argument 13859 Py_UCS4 maxchar; _PyUnicodeWriter_PrepareKindInternal() local 13896 Py_UCS4 maxchar; _PyUnicodeWriter_WriteStr() local 13928 Py_UCS4 maxchar; _PyUnicodeWriter_WriteSubstring() local 14023 Py_UCS4 maxchar; _PyUnicodeWriter_WriteLatin1String() local 14994 Py_UCS4 maxchar; unicode_format_arg_output() local [all...] |