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.c474 const InternalFormatSpec *format, Py_UCS4 *maxchar) in calc_number_widths()
769 Py_UCS4 maxchar; in format_string_internal() local
856 Py_UCS4 maxchar = 127; in format_long_internal() local
1040 Py_UCS4 maxchar = 127; in format_float_internal() local
1196 Py_UCS4 maxchar = 127; in format_complex_internal() local
Dcompile.c322 Py_UCS4 maxchar; in _Py_Mangle() local
/third_party/python/Objects/
Dunicodeobject.c590 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
[all …]
/third_party/python/Include/cpython/
Dunicodeobject.h607 Py_UCS4 maxchar; member
/third_party/python/Modules/
D_json.c229 Py_UCS4 maxchar; in escape_unicode() local