Home
last modified time | relevance | path

Searched defs:__numpunct_cache (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_facets.h1591 struct __numpunct_cache : public locale::facet struct
1593 const char* _M_grouping;
1617 __numpunct_cache(size_t __refs = 0) : facet(__refs), in facet() argument
/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dlocale-inst.cc82 template struct __numpunct_cache<C>; variable