Home
last modified time | relevance | path

Searched defs:thousands_sep_len (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Objects/stringlib/
H A Dlocaleutil.h46 InsertThousandsGrouping_fill(_PyUnicodeWriter *writer, Py_ssize_t *buffer_pos, PyObject *digits, Py_ssize_t *digits_pos, Py_ssize_t n_chars, Py_ssize_t n_zeros, PyObject *thousands_sep, Py_ssize_t thousands_sep_len, Py_UCS4 *maxchar) InsertThousandsGrouping_fill() argument
/third_party/python/Objects/
H A Dunicodeobject.c9545 const Py_ssize_t thousands_sep_len = PyUnicode_GET_LENGTH(thousands_sep); in _PyUnicode_InsertThousandsGrouping() local

Completed in 21 milliseconds