Searched refs:_M_decimal_point (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/generic/
H A Dnumeric_members.cc45 _M_decimal_point = '.';
62 _M_decimal_point = L'.';
H A Dmonetary_members.cc51 _M_decimal_point = '.';
67 _M_decimal_point = '.';
93 _M_decimal_point = L'.';
110 _M_decimal_point = L'.';
/openbsd-current/gnu/gcc/libstdc++-v3/config/locale/ieee_1003.1-2001/
H A Dc_locale.cc57 _M_decimal_point = '.';
70 _M_decimal_point = L'.';
83 _M_decimal_point = '.';
100 _M_decimal_point = L'.';
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
H A Dnumeric_members.cc48 _M_decimal_point = '.';
55 _M_decimal_point = *(__nl_langinfo_l(RADIXCHAR, __cloc));
82 _M_decimal_point = L'.';
89 _M_decimal_point = static_cast<wchar_t>(((union { const char *__s; unsigned int __w; }){ __s: __nl_langinfo_l(_NL_NUMERIC_DECIMAL_POINT_WC, __cloc)}).__w);
H A Dmonetary_members.cc226 _M_decimal_point = '.';
239 _M_decimal_point = *(__nl_langinfo_l(__MON_DECIMAL_POINT, __cloc));
271 _M_decimal_point = '.';
284 _M_decimal_point = *(__nl_langinfo_l(__MON_DECIMAL_POINT, __cloc));
329 _M_decimal_point = L'.';
350 _M_decimal_point = static_cast<wchar_t>(((union { const char *__s; unsigned int __w; }){ __s: __nl_langinfo_l(_NL_NUMERIC_DECIMAL_POINT_WC, __cloc)}).__w);
447 _M_decimal_point = L'.';
467 _M_decimal_point = static_cast<wchar_t>(((union { const char *__s; unsigned int __w; }){ __s: __nl_langinfo_l(_NL_NUMERIC_DECIMAL_POINT_WC, __cloc)}).__w);
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/
H A Dc_locale.cc57 _M_decimal_point = '.';
70 _M_decimal_point = L'.';
83 _M_decimal_point = '.';
100 _M_decimal_point = L'.';
/openbsd-current/gnu/gcc/libstdc++-v3/config/locale/generic/
H A Dmonetary_members.cc54 _M_data->_M_decimal_point = '.';
80 _M_data->_M_decimal_point = '.';
116 _M_data->_M_decimal_point = L'.';
144 _M_data->_M_decimal_point = L'.';
H A Dnumeric_members.cc52 _M_data->_M_decimal_point = '.';
84 _M_data->_M_decimal_point = L'.';
/openbsd-current/gnu/gcc/libstdc++-v3/config/locale/gnu/
H A Dnumeric_members.cc55 _M_data->_M_decimal_point = '.';
67 _M_data->_M_decimal_point = *(__nl_langinfo_l(DECIMAL_POINT,
108 _M_data->_M_decimal_point = L'.';
126 _M_data->_M_decimal_point = __u.__w;
H A Dmonetary_members.cc218 _M_data->_M_decimal_point = '.';
238 _M_data->_M_decimal_point = *(__nl_langinfo_l(__MON_DECIMAL_POINT,
283 _M_data->_M_decimal_point = '.';
303 _M_data->_M_decimal_point = *(__nl_langinfo_l(__MON_DECIMAL_POINT,
360 _M_data->_M_decimal_point = L'.';
392 _M_data->_M_decimal_point = __u.__w;
502 _M_data->_M_decimal_point = L'.';
534 _M_data->_M_decimal_point = __u.__w;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_facets.h599 char_type _M_decimal_point; member in class:std::numpunct
640 { return _M_decimal_point; }
1506 char_type _M_decimal_point; member in class:std::moneypunct
1567 { return _M_decimal_point; }
2007 _CharT _M_decimal_point; member in class:std::__locale_cache
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_facets.h1600 _CharT _M_decimal_point; member in struct:__numpunct_cache
1620 _M_falsename_size(0), _M_decimal_point(_CharT()),
1815 { return _M_data->_M_decimal_point; }
3553 _CharT _M_decimal_point; member in struct:__moneypunct_cache
3574 _M_decimal_point(_CharT()), _M_thousands_sep(_CharT()),
3848 { return _M_data->_M_decimal_point; }

Completed in 202 milliseconds