Home
last modified time | relevance | path

Searched refs:_M_compare (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/generic/
H A Dcollate_members.cc44 collate<char>::_M_compare(const char* __one, const char* __two) const in _M_compare() function in std::collate
59 collate<wchar_t>::_M_compare(const wchar_t* __one, in _M_compare() function in std::collate
/openbsd/gnu/gcc/libstdc++-v3/config/locale/generic/
H A Dcollate_members.cc44 collate<char>::_M_compare(const char* __one, const char* __two) const in _GLIBCXX_BEGIN_NAMESPACE()
59 collate<wchar_t>::_M_compare(const wchar_t* __one, in _M_compare() function in collate
/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
H A Dcollate_members.cc45 collate<char>::_M_compare(const char* __one, const char* __two) const in _M_compare() function in std::collate
60 collate<wchar_t>::_M_compare(const wchar_t* __one, in _M_compare() function in std::collate
/openbsd/gnu/gcc/libstdc++-v3/config/locale/gnu/
H A Dcollate_members.cc45 collate<char>::_M_compare(const char* __one, const char* __two) const in _GLIBCXX_BEGIN_NAMESPACE()
60 collate<wchar_t>::_M_compare(const wchar_t* __one, in _M_compare() function in collate
/openbsd/gnu/gcc/libstdc++-v3/include/ext/
H A Dsso_string_base.h223 _M_compare(const __sso_string_base&) const in _GLIBCXX_BEGIN_NAMESPACE()
547 _M_compare(const __sso_string_base& __rcs) const in _M_compare() function
559 _M_compare(const __sso_string_base& __rcs) const in _M_compare() function
H A Drc_string_base.h346 _M_compare(const __rc_string_base&) const in _GLIBCXX_BEGIN_NAMESPACE()
695 _M_compare(const __rc_string_base& __rcs) const in _M_compare() function
707 _M_compare(const __rc_string_base& __rcs) const in _M_compare() function
H A Dvstring.h1669 if (this->_M_compare(__str)) in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Dhashtable_policy.h724 _M_compare(const _Key& __k, _Hash_code_type, in _GLIBCXX_BEGIN_NAMESPACE()
803 _M_compare(const _Key& __k, _Hash_code_type, in _GLIBCXX_BEGIN_NAMESPACE()
870 _M_compare(const _Key& __k, _Hash_code_type __c, in _GLIBCXX_BEGIN_NAMESPACE()
H A Dhashtable756 if (this->_M_compare(__k, __code, __p))
786 if (!this->_M_compare(__k, __code, __p1))
824 if (!this->_M_compare(__k, __code, __p1))
852 if (this->_M_compare(__k, __code, __p))
1063 while (*__slot && !this->_M_compare(__k, __code, *__slot))
1066 while (*__slot && this->_M_compare(__k, __code, *__slot))
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_facets.h1023 _M_compare(const _CharT*, const _CharT*) const;
1050 collate<char>::_M_compare(const char*, const char*) const;
1059 collate<wchar_t>::_M_compare(const wchar_t*, const wchar_t*) const;
H A Dlocale_facets.tcc2049 collate<_CharT>::_M_compare(const _CharT*, const _CharT*) const in _M_compare() function in std::collate
2079 int __res = _M_compare(__p, __q); in do_compare()
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_facets.h2633 _M_compare(const _CharT*, const _CharT*) const;
2695 collate<char>::_M_compare(const char*, const char*) const;
2704 collate<wchar_t>::_M_compare(const wchar_t*, const wchar_t*) const;
H A Dlocale_facets.tcc2376 collate<_CharT>::_M_compare(const _CharT*, const _CharT*) const in _M_compare() function in collate
2406 const int __res = _M_compare(__p, __q); in do_compare()
/openbsd/gnu/lib/libstdc++/libstdc++/
H A DChangeLog4894 _M_compare_helper to _M_compare.
4902 _M_compare_helper to _M_compare.