Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dlocaleutil.h51 fill(STRINGLIB_CHAR **digits_end, STRINGLIB_CHAR **buffer_end, in fill()
128 STRINGLIB_CHAR *digits_end = NULL; in _Py_InsertThousandsGrouping() local
/external/python/cpython2/Python/
Dpystrtod.c945 char *digits, *digits_end; in format_float_short() local