/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/locale/dragonfly/ |
A D | numeric_members.cc | 79 if (lc->thousands_sep == NULL || lc->thousands_sep[0] == '\0') in _M_initialize_numpunct() 89 _M_data->_M_thousands_sep = lc->thousands_sep[0]; in _M_initialize_numpunct() 178 if (lc->thousands_sep == NULL || lc->thousands_sep[0] == '\0') in _M_initialize_numpunct() 188 _M_data->_M_thousands_sep = (wchar_t)lc->thousands_sep[0]; in _M_initialize_numpunct()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/locale/dragonfly/ |
A D | numeric_members.cc | 79 if (lc->thousands_sep == NULL || lc->thousands_sep[0] == '\0') in _M_initialize_numpunct() 89 _M_data->_M_thousands_sep = lc->thousands_sep[0]; in _M_initialize_numpunct() 178 if (lc->thousands_sep == NULL || lc->thousands_sep[0] == '\0') in _M_initialize_numpunct() 188 _M_data->_M_thousands_sep = (wchar_t)lc->thousands_sep[0]; in _M_initialize_numpunct()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/locale/dragonfly/ |
A D | numeric_members.cc | 79 if (lc->thousands_sep == NULL || lc->thousands_sep[0] == '\0') in _M_initialize_numpunct() 89 _M_data->_M_thousands_sep = lc->thousands_sep[0]; in _M_initialize_numpunct() 178 if (lc->thousands_sep == NULL || lc->thousands_sep[0] == '\0') in _M_initialize_numpunct() 188 _M_data->_M_thousands_sep = (wchar_t)lc->thousands_sep[0]; in _M_initialize_numpunct()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/locale/dragonfly/ |
A D | numeric_members.cc | 79 if (lc->thousands_sep == NULL || lc->thousands_sep[0] == '\0') in _M_initialize_numpunct() 89 _M_data->_M_thousands_sep = lc->thousands_sep[0]; in _M_initialize_numpunct() 178 if (lc->thousands_sep == NULL || lc->thousands_sep[0] == '\0') in _M_initialize_numpunct() 188 _M_data->_M_thousands_sep = (wchar_t)lc->thousands_sep[0]; in _M_initialize_numpunct()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/locale/dragonfly/ |
A D | numeric_members.cc | 79 if (lc->thousands_sep == NULL || lc->thousands_sep[0] == '\0') in _M_initialize_numpunct() 89 _M_data->_M_thousands_sep = lc->thousands_sep[0]; in _M_initialize_numpunct() 178 if (lc->thousands_sep == NULL || lc->thousands_sep[0] == '\0') in _M_initialize_numpunct() 188 _M_data->_M_thousands_sep = (wchar_t)lc->thousands_sep[0]; in _M_initialize_numpunct()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/locale/dragonfly/ |
A D | numeric_members.cc | 79 if (lc->thousands_sep == NULL || lc->thousands_sep[0] == '\0') in _M_initialize_numpunct() 89 _M_data->_M_thousands_sep = lc->thousands_sep[0]; in _M_initialize_numpunct() 178 if (lc->thousands_sep == NULL || lc->thousands_sep[0] == '\0') in _M_initialize_numpunct() 188 _M_data->_M_thousands_sep = (wchar_t)lc->thousands_sep[0]; in _M_initialize_numpunct()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/locale/gnu/ |
A D | numeric_members.cc | 117 const char* thousands_sep = __nl_langinfo_l(THOUSANDS_SEP, __cloc); in _M_initialize_numpunct() local 119 if (thousands_sep[0] != '\0' && thousands_sep[1] != '\0') in _M_initialize_numpunct() 120 _M_data->_M_thousands_sep = __narrow_multibyte_chars(thousands_sep, in _M_initialize_numpunct() 123 _M_data->_M_thousands_sep = *thousands_sep; in _M_initialize_numpunct()
|
A D | monetary_members.cc | 246 const char* thousands_sep = __nl_langinfo_l(__MON_THOUSANDS_SEP, in _M_initialize_moneypunct() local 248 if (thousands_sep[0] != '\0' && thousands_sep[1] != '\0') in _M_initialize_moneypunct() 249 _M_data->_M_thousands_sep = __narrow_multibyte_chars(thousands_sep, in _M_initialize_moneypunct() 252 _M_data->_M_thousands_sep = *thousands_sep; in _M_initialize_moneypunct()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/locale/gnu/ |
A D | numeric_members.cc | 117 const char* thousands_sep = __nl_langinfo_l(THOUSANDS_SEP, __cloc); in _M_initialize_numpunct() local 119 if (thousands_sep[0] != '\0' && thousands_sep[1] != '\0') in _M_initialize_numpunct() 120 _M_data->_M_thousands_sep = __narrow_multibyte_chars(thousands_sep, in _M_initialize_numpunct() 123 _M_data->_M_thousands_sep = *thousands_sep; in _M_initialize_numpunct()
|
A D | monetary_members.cc | 246 const char* thousands_sep = __nl_langinfo_l(__MON_THOUSANDS_SEP, in _M_initialize_moneypunct() local 248 if (thousands_sep[0] != '\0' && thousands_sep[1] != '\0') in _M_initialize_moneypunct() 249 _M_data->_M_thousands_sep = __narrow_multibyte_chars(thousands_sep, in _M_initialize_moneypunct() 252 _M_data->_M_thousands_sep = *thousands_sep; in _M_initialize_moneypunct()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/locale/gnu/ |
A D | numeric_members.cc | 117 const char* thousands_sep = __nl_langinfo_l(THOUSANDS_SEP, __cloc); in _M_initialize_numpunct() local 119 if (thousands_sep[0] != '\0' && thousands_sep[1] != '\0') in _M_initialize_numpunct() 120 _M_data->_M_thousands_sep = __narrow_multibyte_chars(thousands_sep, in _M_initialize_numpunct() 123 _M_data->_M_thousands_sep = *thousands_sep; in _M_initialize_numpunct()
|
A D | monetary_members.cc | 246 const char* thousands_sep = __nl_langinfo_l(__MON_THOUSANDS_SEP, in _M_initialize_moneypunct() local 248 if (thousands_sep[0] != '\0' && thousands_sep[1] != '\0') in _M_initialize_moneypunct() 249 _M_data->_M_thousands_sep = __narrow_multibyte_chars(thousands_sep, in _M_initialize_moneypunct() 252 _M_data->_M_thousands_sep = *thousands_sep; in _M_initialize_moneypunct()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | _uintmaxtostr.c | 64 memcpy(bufend, __UCLIBC_CURLOCALE->thousands_sep, in _uintmaxtostr() 107 memcpy(bufend, __UCLIBC_CURLOCALE->thousands_sep, in _uintmaxtostr()
|
A D | _scanf.c | 609 const unsigned char *thousands_sep; member 682 sc->thousands_sep = (const unsigned char *) __UCLIBC_CURLOCALE->thousands_sep; in __init_scan_cookie() 1189 sc.thousands_sep = (const unsigned char *) ","; in VFSCANF() 1940 p = sc->thousands_sep; in __psfs_do_numeric() 1958 if ((sc->cc >= 0) || (p > sc->thousands_sep + 1)) { in __psfs_do_numeric() 1966 int k = p - sc->thousands_sep - 1; in __psfs_do_numeric() 1970 && !memcmp(sc->thousands_sep, sc->fake_decpt, k) in __psfs_do_numeric()
|
A D | _fpmaxtostr.c | 507 ts = __UCLIBC_CURLOCALE->thousands_sep; in _fpmaxtostr()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | locale.h | 60 char *thousands_sep; /* Thousands separator. */ member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | uClibc_locale.h | 220 const char *thousands_sep; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/locale/ |
A D | locale.c | 799 base->thousands_sep, base); in _locale_set_l() 806 base->grouping = base->thousands_sep; /* empty string */ in _locale_set_l() 808 assert(base->thousands_sep[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/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/ |
A D | cxx11-shim_facets.cc | 511 c->_M_thousands_sep = m->thousands_sep(); in __numpunct_fill_cache() 581 c->_M_thousands_sep = m->thousands_sep(); in __moneypunct_fill_cache()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/ |
A D | cxx11-shim_facets.cc | 511 c->_M_thousands_sep = m->thousands_sep(); in __numpunct_fill_cache() 581 c->_M_thousands_sep = m->thousands_sep(); in __moneypunct_fill_cache()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/ |
A D | cxx11-shim_facets.cc | 511 c->_M_thousands_sep = m->thousands_sep(); in __numpunct_fill_cache() 581 c->_M_thousands_sep = m->thousands_sep(); in __moneypunct_fill_cache()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/ |
A D | cxx11-shim_facets.cc | 511 c->_M_thousands_sep = m->thousands_sep(); in __numpunct_fill_cache() 581 c->_M_thousands_sep = m->thousands_sep(); in __moneypunct_fill_cache()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/ |
A D | cxx11-shim_facets.cc | 516 c->_M_thousands_sep = m->thousands_sep(); in __numpunct_fill_cache() 586 c->_M_thousands_sep = m->thousands_sep(); in __moneypunct_fill_cache()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/ |
A D | cxx11-shim_facets.cc | 516 c->_M_thousands_sep = m->thousands_sep(); in __numpunct_fill_cache() 586 c->_M_thousands_sep = m->thousands_sep(); in __moneypunct_fill_cache()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/ |
A D | cxx11-shim_facets.cc | 516 c->_M_thousands_sep = m->thousands_sep(); in __numpunct_fill_cache() 586 c->_M_thousands_sep = m->thousands_sep(); in __moneypunct_fill_cache()
|