Home
last modified time | relevance | path

Searched defs:maxchar (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Objects/stringlib/
Dlocaleutil.h50 Py_UCS4 *maxchar) in InsertThousandsGrouping_fill()
/third_party/python/Python/
Dformatter_unicode.c478 const InternalFormatSpec *format, Py_UCS4 *maxchar) in calc_number_widths()
773 Py_UCS4 maxchar; in format_string_internal() local
868 Py_UCS4 maxchar = 127; in format_long_internal() local
1059 Py_UCS4 maxchar = 127; in format_float_internal() local
1217 Py_UCS4 maxchar = 127; in format_complex_internal() local
Dcompile.c460 Py_UCS4 maxchar; in _Py_Mangle() local
/third_party/python/Objects/
Dunicodeobject.c583 Py_UCS4 maxchar = 0; in _PyUnicode_CheckConsistency() local
1366 PyUnicode_New(Py_ssize_t size, Py_UCS4 maxchar) in PyUnicode_New()
1741 Py_UCS4 *maxchar, Py_ssize_t *num_surrogates) in find_maxchar_surrogates()
1783 Py_UCS4 maxchar = 0; in _PyUnicode_Ready() local
2076 Py_UCS4 maxchar = ucs1lib_find_max_char( in unicode_write_cstr() local
2168 Py_UCS4 maxchar = 0; in PyUnicode_FromWideChar() local
2724 Py_UCS4 maxchar; in unicode_fromformat_write_str() local
8137 Py_UCS4 maxchar = writer->maxchar; in charmap_decode_string() local
8162 Py_UCS4 maxchar = writer->maxchar; in charmap_decode_string() local
9505 Py_UCS4 *maxchar) in _PyUnicode_InsertThousandsGrouping()
[all …]
/third_party/python/Include/cpython/
Dunicodeobject.h722 Py_UCS4 maxchar; member
/third_party/python/Modules/
D_json.c231 Py_UCS4 maxchar; in escape_unicode() local