Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dlocaleutil.h53 Py_ssize_t thousands_sep_len) in fill()
131 Py_ssize_t thousands_sep_len = strlen(thousands_sep); in _Py_InsertThousandsGrouping() local
/external/python/cpython3/Objects/
Dunicodeobject.c9334 Py_ssize_t thousands_sep_len; in _PyUnicode_InsertThousandsGrouping() local