Home
last modified time | relevance | path

Searched refs:thousands_sep_len (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_uintmaxtostr.c63 bufend -= __UCLIBC_CURLOCALE->thousands_sep_len; in _uintmaxtostr()
65 __UCLIBC_CURLOCALE->thousands_sep_len); in _uintmaxtostr()
106 bufend -= __UCLIBC_CURLOCALE->thousands_sep_len; in _uintmaxtostr()
108 __UCLIBC_CURLOCALE->thousands_sep_len); in _uintmaxtostr()
A D_fpmaxtostr.c508 tslen = __UCLIBC_CURLOCALE->thousands_sep_len; in _fpmaxtostr()
A D_scanf.c683 sc->tslen = __UCLIBC_CURLOCALE->thousands_sep_len; in __init_scan_cookie()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/locale/
A Dlocale.c797 base->thousands_sep_len in _locale_set_l()
804 assert(base->thousands_sep_len >= 0); in _locale_set_l()
805 if (base->thousands_sep_len == 0) { in _locale_set_l()
808 assert(base->thousands_sep[base->thousands_sep_len] == 0); in _locale_set_l()
810 assert(base->thousands_sep_len > 0); in _locale_set_l()
811 assert(base->thousands_sep[base->thousands_sep_len] == 0); in _locale_set_l()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_locale.h201 int thousands_sep_len; member

Completed in 11 milliseconds