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

/freebsd-11-stable/contrib/libstdc++/src/
H A Dlocalename.cc146 locale::locale(const locale& __base, const char* __s, category __cat) argument
153 _M_coalesce(__base, __add, __cat);
156 locale::locale(const locale& __base, const locale& __add, category __cat) argument
158 { _M_coalesce(__base, __add, __cat); }
162 category __cat)
164 __cat = _S_normalize_category(__cat);
168 { _M_impl->_M_replace_categories(__add._M_impl, __cat); }
265 _M_replace_categories(const _Impl* __imp, category __cat) argument
271 if (__mask & __cat)
161 _M_coalesce(const locale& __base, const locale& __add, category __cat) argument
[all...]
H A Dlocale.cc146 locale::_S_normalize_category(category __cat) argument
149 if (__cat == none || ((__cat & all) && !(__cat & ~all)))
150 __ret = __cat;
154 switch (__cat)
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_classes.h157 locale(const locale& __base, const char* __s, category __cat);
170 locale(const locale& __base, const locale& __add, category __cat);
328 _M_coalesce(const locale& __base, const locale& __add, category __cat);
/freebsd-11-stable/include/xlocale/
H A D_ctype.h116 #define XLOCALE_ISCTYPE(__fname, __cat) \
119 { return __sbistype_l(__c, __cat, __l); }

Completed in 131 milliseconds