Searched refs:__get_current_numeric_locale (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/lib/libc/locale/
H A Dlnumeric.h49 struct lc_numeric_T *__get_current_numeric_locale(locale_t loc);
H A Dlnumeric.c109 __get_current_numeric_locale(locale_t loc) function
H A Dlocaleconv.c104 nptr = __get_current_numeric_locale(loc);
H A Dnl_langinfo.c129 ret = (char*) __get_current_numeric_locale(loc)->decimal_point;
132 ret = (char*) __get_current_numeric_locale(loc)->thousands_sep;

Completed in 49 milliseconds