Home
last modified time | relevance | path

Searched refs:__fix_locale_grouping_str (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/locale/
H A Dlnumeric.c39 extern const char *__fix_locale_grouping_str(const char *);
79 __fix_locale_grouping_str(l->grouping); in numeric_load_locale()
H A Dlmonetary.c41 extern const char * __fix_locale_grouping_str(const char *);
109 __fix_locale_grouping_str(l->mon_grouping); in monetary_load_locale_l()
H A Dfix_grouping.c43 __fix_locale_grouping_str(const char *str) in __fix_locale_grouping_str() function