Home
last modified time | relevance | path

Searched refs:localeconv (Results 1 – 11 of 11) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dlocale.h87 struct lconv *localeconv (void);
/picolibc-latest/newlib/libc/locale/
Dlocaleconv.c83 localeconv (void) in localeconv() function
DCMakeLists.txt40 localeconv.c
Dmeson.build40 'localeconv.c',
/picolibc-latest/newlib/libc/stdio/
Dvfwprintf.c443 localeconv ()->decimal_point, in VFWPRINTF()
450 decimal_point = (wchar_t) *localeconv ()->decimal_point; in VFWPRINTF()
663 localeconv ()->thousands_sep, in VFWPRINTF()
670 thousands_sep = (wchar_t) *localeconv ()->thousands_sep; in VFWPRINTF()
672 grouping = localeconv ()->grouping; in VFWPRINTF()
Dnano-vfprintf_float.c171 char *decimal_point = localeconv ()->decimal_point; in _printf_float()
Dvfprintf.c416 char *decimal_point = localeconv ()->decimal_point; in VFPRINTF()
704 thousands_sep = localeconv ()->thousands_sep; in VFPRINTF()
706 grouping = localeconv ()->grouping; in VFPRINTF()
Dvfwscanf.c483 localeconv ()->decimal_point, in _SVFWSCANF()
490 decpt = (wchar_t) *localeconv ()->decimal_point; in _SVFWSCANF()
Dvfscanf.c1542 const char *decpt = localeconv ()->decimal_point; in _SVFSCANF()
/picolibc-latest/
DCOPYING.picolibc1632 newlib/libc/locale/localeconv.c
/picolibc-latest/newlib/
DChangeLog-201527470 * libc/locale/locale.c (lconv, localeconv): marked static lconv as
27627 * libc/locale/locale.c: new doc for setlocale, localeconv