Home
last modified time | relevance | path

Searched refs:thousands_sep (Results 1 – 25 of 59) sorted by relevance

123

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/locale/dragonfly/
A Dnumeric_members.cc79 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 Dnumeric_members.cc79 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 Dnumeric_members.cc79 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 Dnumeric_members.cc79 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 Dnumeric_members.cc79 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 Dnumeric_members.cc79 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 Dnumeric_members.cc117 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 Dmonetary_members.cc246 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 Dnumeric_members.cc117 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 Dmonetary_members.cc246 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 Dnumeric_members.cc117 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 Dmonetary_members.cc246 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.c64 memcpy(bufend, __UCLIBC_CURLOCALE->thousands_sep, in _uintmaxtostr()
107 memcpy(bufend, __UCLIBC_CURLOCALE->thousands_sep, in _uintmaxtostr()
A D_scanf.c609 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.c507 ts = __UCLIBC_CURLOCALE->thousands_sep; in _fpmaxtostr()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dlocale.h60 char *thousands_sep; /* Thousands separator. */ member
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_locale.h220 const char *thousands_sep; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/locale/
A Dlocale.c799 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 Dcxx11-shim_facets.cc511 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 Dcxx11-shim_facets.cc511 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 Dcxx11-shim_facets.cc511 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 Dcxx11-shim_facets.cc511 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 Dcxx11-shim_facets.cc516 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 Dcxx11-shim_facets.cc516 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 Dcxx11-shim_facets.cc516 c->_M_thousands_sep = m->thousands_sep(); in __numpunct_fill_cache()
586 c->_M_thousands_sep = m->thousands_sep(); in __moneypunct_fill_cache()

Completed in 36 milliseconds

123