Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_localemodule.c52 copy_grouping(const char* s) in copy_grouping() function
248 x = copy_grouping(l->mon_grouping); in PyLocale_localeconv()
284 x = copy_grouping(grouping); in PyLocale_localeconv()
/external/python/cpython2/Modules/
D_localemodule.c55 copy_grouping(char* s) in copy_grouping() function
238 x = copy_grouping(l->grouping); in PyLocale_localeconv()
249 x = copy_grouping(l->mon_grouping); in PyLocale_localeconv()