Home
last modified time | relevance | path

Searched refs:d_pos (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Python/
Dformatter_unicode.c606 Py_ssize_t d_pos = d_start; in fill_number() local
646 digits, d_pos, spec->n_digits, in fill_number()
652 d_pos += spec->n_digits; in fill_number()
673 d_pos += 1; in fill_number()
679 digits, d_pos, spec->n_remainder); in fill_number()
/external/python/cpython3/Include/cpython/
Dunicodeobject.h1050 Py_ssize_t d_pos,
/external/python/cpython3/Objects/
Dunicodeobject.c9558 Py_ssize_t d_pos, in _PyUnicode_InsertThousandsGrouping() argument
9574 assert(0 <= d_pos); in _PyUnicode_InsertThousandsGrouping()
9609 digits_pos = d_pos + n_digits; in _PyUnicode_InsertThousandsGrouping()