Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dlocale_facets.tcc146 __tmp->_M_cache(__loc); in operator ()()
173 __tmp->_M_cache(__loc); in operator ()()
189 __numpunct_cache<_CharT>::_M_cache(const locale& __loc) in _M_cache() function in __numpunct_cache
224 __moneypunct_cache<_CharT, _Intl>::_M_cache(const locale& __loc) in _M_cache() function in __moneypunct_cache
H A Dlocale_facets.h1627 _M_cache(const locale& __loc);
2835 _M_cache(const locale& __loc);
3586 _M_cache(const locale& __loc);
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20044279 (__numpunct_cache::_M_cache): Move to locale_facets.tcc.
4280 (__moneypunct_cache::_M_cache): Same.
5145 (__moneypunct_cache<>::_M_cache): Fill the cache.
6329 (__numpunct_cache<>::_M_cache): Assign the latter.
6438 (__numpunct_cache<>::_M_cache): Assign the latter.
6706 (__numpunct_cache<>::_M_cache): Don't zero terminate _M_atoms_out
H A DChangeLog-2003913 (__numpunct_cache<>::_M_cache): Avoid zeroing _M_grouping,
915 it immediately before the _M_cache call.
937 (__numpunct_cache<>::_M_cache): Set _M_allocated at the beginning
7494 (ios_base::_M_cache): Define.
H A DChangeLog-20051364 * include/bits/locale_facets.tcc (__numpunct_cache<>::_M_cache,
1365 __moneypunct_cache<>::_M_cache): Check that grouping()[0] > 0.