Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/
Dlocale.h52 #define LC_NUMERIC 4 macro
98 #define LC_NUMERIC_MASK (1 << LC_NUMERIC)
/picolibc-latest/newlib/libc/locale/
Dsetlocale.h278 return (const struct lc_numeric_T *) (locale)->lc_cat[LC_NUMERIC].ptr; in __get_numeric_locale()
285 _locale->lc_cat[LC_NUMERIC].ptr; in __get_current_numeric_locale()
/picolibc-latest/newlib/
DChangeLog-20155364 LC_NUMERIC, and LC_TIME handling on Cygwin.