Searched refs:__loc (Results 1 - 19 of 19) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dcrash16.C15 void foo(const locale& __loc);
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dios_locale.cc49 ios_base::imbue(const locale& __loc) throw() argument
52 _M_ios_locale = __loc;
/haiku-buildtools/gcc/libstdc++-v3/config/locale/generic/
H A Dmessages_members.h53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, argument
55 { return this->do_open(__s, __loc); }
/haiku-buildtools/gcc/libstdc++-v3/config/locale/ieee_1003.1-2001/
H A Dmessages_members.h43 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, argument
45 { return this->do_open(__s, __loc); }
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dlocale_facets.h1628 _M_cache(const locale& __loc);
2565 isspace(_CharT __c, const locale& __loc) argument
2566 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::space, __c); }
2571 isprint(_CharT __c, const locale& __loc) argument
2572 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::print, __c); }
2577 iscntrl(_CharT __c, const locale& __loc) argument
2578 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::cntrl, __c); }
2583 isupper(_CharT __c, const locale& __loc) argument
2584 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::upper, __c); }
2589 islower(_CharT __c, const locale& __loc) argument
2595 isalpha(_CharT __c, const locale& __loc) argument
2601 isdigit(_CharT __c, const locale& __loc) argument
2607 ispunct(_CharT __c, const locale& __loc) argument
2613 isxdigit(_CharT __c, const locale& __loc) argument
2619 isalnum(_CharT __c, const locale& __loc) argument
2625 isgraph(_CharT __c, const locale& __loc) argument
2632 isblank(_CharT __c, const locale& __loc) argument
2639 toupper(_CharT __c, const locale& __loc) argument
2645 tolower(_CharT __c, const locale& __loc) argument
[all...]
H A Dregex_compiler.h188 const typename _TraitsT::locale_type& __loc,
194 return _Cmplr(__cfirst, __cfirst + __len, __loc, __flags)._M_get_nfa();
200 const typename _TraitsT::locale_type& __loc,
204 return __compile_nfa(__str.data(), __str.data() + __str.size(), __loc,
187 __compile_nfa(_FwdIter __first, _FwdIter __last, const typename _TraitsT::locale_type& __loc, regex_constants::syntax_option_type __flags) argument
199 __compile_nfa(_FwdIter __first, _FwdIter __last, const typename _TraitsT::locale_type& __loc, regex_constants::syntax_option_type __flags) argument
H A Dregex_scanner.h219 _FlagT __flags, std::locale __loc);
H A Dbasic_ios.h400 * @param __loc The new locale.
410 imbue(const locale& __loc);
510 _M_cache_locale(const locale& __loc);
H A Dregex_automaton.h163 _NFA(const typename _TraitsT::locale_type& __loc, _FlagT __flags) argument
165 { _M_traits.imbue(__loc); }
H A Dregex.h357 * @param __loc A locale.
366 imbue(locale_type __loc) argument
368 std::swap(_M_locale, __loc);
369 return __loc;
721 * @param __loc A locale.
724 imbue(locale_type __loc) argument
726 std::swap(__loc, _M_loc);
728 return __loc;
763 basic_regex(_FwdIter __first, _FwdIter __last, locale_type __loc, argument
765 : _M_flags(__f), _M_loc(std::move(__loc)),
[all...]
H A Dlocale_facets_nonio.h990 _M_cache(const locale& __loc);
1845 * returning do_open(__s, __loc).
1848 * @param __loc Locale to use for character set conversions.
1852 open(const basic_string<char>& __s, const locale& __loc) const
1853 { return this->do_open(__s, __loc); }
1865 * @param __loc Locale to use for character set conversions.
1915 * @param __loc Locale to use for character set conversions.
H A Dlocale_classes.h295 * @param __loc The new locale to make global.
299 global(const locale& __loc);
H A Dios_base.h745 * @param __loc The new locale.
752 imbue(const locale& __loc) throw();
/haiku-buildtools/gcc/libstdc++-v3/config/locale/gnu/
H A Dmessages_members.h70 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, argument
74 return this->do_open(__s, __loc);
H A Dmessages_members.cc51 Catalog_info(catalog __id, const string& __domain, locale __loc) argument
52 : _M_id(__id), _M_domain(__domain), _M_locale(__loc)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A D1.cc160 locale __loc(os.getloc(), __tp);
161 os.imbue(__loc);
173 locale __loc(os.getloc(), __tp);
174 os.imbue(__loc);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/
H A D1.cc161 locale __loc(os.getloc(), __tp);
162 os.imbue(__loc);
171 locale __loc(os.getloc(), __tp);
172 os.imbue(__loc);
/haiku-buildtools/gcc/libstdc++-v3/include/experimental/
H A Dfs_path.h178 path(_Source const& __source, const locale& __loc) argument
180 _S_range_end(__source), __loc))
186 path(_InputIterator __first, _InputIterator __last, const locale& __loc) argument
187 : _M_pathname(_S_convert_loc(__first, __last, __loc))
398 const std::locale& __loc);
402 _S_convert_loc(_Iter __first, _Iter __last, const std::locale& __loc) argument
405 return _S_convert_loc(__str.data(), __str.data()+__str.size(), __loc);
411 const std::locale& __loc)
416 return _S_convert_loc(__tmp.data(), __tmp.data()+__tmp.size(), __loc);
410 _S_convert_loc(_InputIterator __src, __null_terminated, const std::locale& __loc) argument
/haiku-buildtools/gcc/libstdc++-v3/src/filesystem/
H A Dpath.cc444 const std::locale& __loc)
447 auto& __cvt = std::use_facet<codecvt<wchar_t, char, mbstate_t>>(__loc);
443 _S_convert_loc(const char* __first, const char* __last, const std::locale& __loc) argument

Completed in 147 milliseconds