Home
last modified time | relevance | path

Searched refs:numnondigits (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dunicodeobject.c14431 int numdigits; /* len == numnondigits + numdigits */ in _PyUnicode_FormatLong()
14432 int numnondigits = 0; in _PyUnicode_FormatLong() local
14454 numnondigits = 2; in _PyUnicode_FormatLong()
14459 numnondigits = 2; in _PyUnicode_FormatLong()
14486 numnondigits += sign; in _PyUnicode_FormatLong()
14487 numdigits = len - numnondigits; in _PyUnicode_FormatLong()
14496 numnondigits -= 2; in _PyUnicode_FormatLong()
14501 assert(len == numnondigits + numdigits); in _PyUnicode_FormatLong()
14508 numnondigits + prec); in _PyUnicode_FormatLong()
14515 for (i = 0; i < numnondigits; in _PyUnicode_FormatLong()
[all...]

Completed in 18 milliseconds