Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/locale/
Dnl_langinfo.c182 ret = (char *) __get_monetary_locale (locale)->codeset; in nl_langinfo_l()
276 cs = (char*) __get_monetary_locale (locale)->currency_symbol; in nl_langinfo_l()
284 if (strcmp(cs, __get_monetary_locale (locale)->mon_decimal_point) == 0) in nl_langinfo_l()
Dsetlocale.h263 __get_monetary_locale (struct __locale_t *locale) in __get_monetary_locale() function
316 __get_monetary_locale (struct __locale_t *locale) in __get_monetary_locale() function
Dlocaleconv.c43 const struct lc_monetary_T *m = __get_monetary_locale (locale); in __localeconv_l()