Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dformatter_unicode.c606 Py_ssize_t d_pos = d_start; in fill_number() local
/external/python/cpython3/Objects/
Dunicodeobject.c9558 Py_ssize_t d_pos, in _PyUnicode_InsertThousandsGrouping()