Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/
Dlocaleutil.h21 GroupGenerator_next(GroupGenerator *self) in GroupGenerator_next() function
/external/python/cpython3/Objects/
Dunicodeobject.c9322 while ((len = GroupGenerator_next(&groupgen)) > 0) { in _PyUnicode_InsertThousandsGrouping()