Searched refs:__two (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/libstdc++/config/locale/generic/
H A Dcollate_members.cc44 collate<char>::_M_compare(const char* __one, const char* __two) const
46 int __cmp = strcoll(__one, __two);
60 const wchar_t* __two) const
62 int __cmp = wcscoll(__one, __two);
/freebsd-10.1-release/contrib/libstdc++/config/locale/gnu/
H A Dcollate_members.cc45 collate<char>::_M_compare(const char* __one, const char* __two) const
47 int __cmp = __strcoll_l(__one, __two, _M_c_locale_collate);
61 const wchar_t* __two) const
63 int __cmp = __wcscoll_l(__one, __two, _M_c_locale_collate);
/freebsd-10.1-release/contrib/libstdc++/include/bits/
H A Dallocator.h153 _S_do_it(_Alloc& __one, _Alloc& __two) argument
156 if (__one != __two)
157 swap(__one, __two);
H A Dcpp_type_traits.h95 typedef char __two[2]; typedef in namespace:__detail
100 __two& __test_type(...);
/freebsd-10.1-release/contrib/libstdc++/
H A Dconfigure5864 const char __two[] = "�uglein";
5871 i = __strcoll_l(__one, __two, loc);
5872 j = __strcoll_l(__one, __two, loc_dup);
[all...]

Completed in 94 milliseconds