Searched refs:_M_positive_sign (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/config/locale/ieee_1003.1-2001/
H A Dc_locale.cc87 _M_positive_sign = string_type();
104 _M_positive_sign = string_type();
/freebsd-12-stable/contrib/libstdc++/config/locale/generic/
H A Dmonetary_members.cc60 _M_data->_M_positive_sign = "";
86 _M_data->_M_positive_sign = "";
122 _M_data->_M_positive_sign = L"";
150 _M_data->_M_positive_sign = L"";
/freebsd-12-stable/contrib/libstdc++/config/locale/gnu/
H A Dmonetary_members.cc224 _M_data->_M_positive_sign = "";
244 _M_data->_M_positive_sign = __nl_langinfo_l(__POSITIVE_SIGN, __cloc);
245 _M_data->_M_positive_sign_size = strlen(_M_data->_M_positive_sign);
289 _M_data->_M_positive_sign = "";
309 _M_data->_M_positive_sign = __nl_langinfo_l(__POSITIVE_SIGN, __cloc);
310 _M_data->_M_positive_sign_size = strlen(_M_data->_M_positive_sign);
366 _M_data->_M_positive_sign = L"";
416 _M_data->_M_positive_sign = __wcs_ps;
419 _M_data->_M_positive_sign = L"";
420 _M_data->_M_positive_sign_size = wcslen(_M_data->_M_positive_sign);
[all...]
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h3557 const _CharT* _M_positive_sign; member in struct:__moneypunct_cache
3576 _M_positive_sign(NULL), _M_positive_sign_size(0),
3603 delete [] _M_positive_sign;
3899 { return _M_data->_M_positive_sign; }

Completed in 225 milliseconds