Home
last modified time | relevance | path

Searched refs:_Py_InsertThousandsGrouping (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/stringlib/
Dlocaleutil.h113 _Py_InsertThousandsGrouping(STRINGLIB_CHAR *buffer, in _Py_InsertThousandsGrouping() function
209 return _Py_InsertThousandsGrouping(buffer, n_buffer, digits, n_digits, in _Py_InsertThousandsGroupingLocale()
/external/python/cpython2/Objects/
Dstringobject.c853 #define _Py_InsertThousandsGrouping _PyString_InsertThousandsGrouping macro