• Home
  • Raw
  • Download

Lines Matching defs:maxchar

590         Py_UCS4 maxchar = 0;  in _PyUnicode_CheckConsistency()  local
1404 PyUnicode_New(Py_ssize_t size, Py_UCS4 maxchar) in PyUnicode_New()
1779 Py_UCS4 *maxchar, Py_ssize_t *num_surrogates) in find_maxchar_surrogates()
1821 Py_UCS4 maxchar = 0; in _PyUnicode_Ready() local
2112 Py_UCS4 maxchar = ucs1lib_find_max_char( in unicode_write_cstr() local
2222 Py_UCS4 maxchar = 0; in PyUnicode_FromWideChar() local
2778 Py_UCS4 maxchar; in unicode_fromformat_write_str() local
8303 Py_UCS4 maxchar = writer->maxchar; in charmap_decode_string() local
8328 Py_UCS4 maxchar = writer->maxchar; in charmap_decode_string() local
9598 Py_UCS4 maxchar; in PyUnicode_TransformDecimalToASCII() local
9832 Py_UCS4 *maxchar) in _PyUnicode_InsertThousandsGrouping()
10192 do_capitalize(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) in do_capitalize()
10216 do_swapcase(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) { in do_swapcase()
10242 Py_UCS4 *maxchar, int lower) in do_upper_or_lower()
10262 do_upper(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) in do_upper()
10268 do_lower(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) in do_lower()
10274 do_casefold(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) in do_casefold()
10291 do_title(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) in do_title()
10326 Py_UCS4 maxchar = 0, *tmp, *tmpend; in case_operation() local
10397 Py_UCS4 maxchar; in _PyUnicode_JoinArray() local
10617 Py_UCS4 maxchar; in pad() local
10947 Py_UCS4 maxchar, maxchar_str1, maxchar_str2; in replace() local
11743 Py_UCS4 maxchar, maxchar2; in PyUnicode_Concat() local
11794 Py_UCS4 maxchar, maxchar2; in PyUnicode_Append() local
14103 Py_ssize_t length, Py_UCS4 maxchar) in _PyUnicodeWriter_PrepareInternal()
14182 Py_UCS4 maxchar; in _PyUnicodeWriter_PrepareKindInternal() local
14219 Py_UCS4 maxchar; in _PyUnicodeWriter_WriteStr() local
14251 Py_UCS4 maxchar; in _PyUnicodeWriter_WriteSubstring() local
14346 Py_UCS4 maxchar; in _PyUnicodeWriter_WriteLatin1String() local
15323 Py_UCS4 maxchar; in unicode_format_arg_output() local