Searched defs:numpunct_shim (Results 1 – 2 of 2) sorted by relevance
241 struct numpunct_shim : std::numpunct<_CharT>, __shim struct243 typedef typename numpunct<_CharT>::__cache_type __cache_type;246 numpunct_shim(const facet* f, __cache_type* c = new __cache_type) in numpunct_shim() function252 ~numpunct_shim() in ~numpunct_shim()261 __cache_type* _M_cache;472 template struct numpunct_shim<char>; variable480 template struct numpunct_shim<wchar_t>; variable
241 struct numpunct_shim : std::numpunct<_CharT>, __shim struct243 typedef typename numpunct<_CharT>::__cache_type __cache_type;246 numpunct_shim(const facet* f, __cache_type* c = new __cache_type) in numpunct_shim() argument252 ~numpunct_shim() in ~numpunct_shim()261 __cache_type* _M_cache;472 template class numpunct_shim<char>; variable480 template class numpunct_shim<wchar_t>; variable