Lines Matching refs:collate
17237 class collate;
24546 static const category collate = 1L << 2;
24550 static const category all = (ctype | numeric | collate |
24891 class __cxx11:: collate : public locale::facet
24911 collate(size_t __refs = 0)
24916 collate(__c_locale __cloc, size_t __refs = 0)
24943 ~collate()
24958 locale::id collate<_CharT>::id;
24963 collate<char>::_M_compare(const char*, const char*) const throw();
24967 collate<char>::_M_transform(char*, const char*, size_t) const throw();
24972 collate<wchar_t>::_M_compare(const wchar_t*, const wchar_t*) const throw();
24976 collate<wchar_t>::_M_transform(wchar_t*, const wchar_t*, size_t) const throw();
24981 class __cxx11:: collate_byname : public collate<_CharT>
24992 : collate<_CharT>(__refs)
25065 typedef std::collate<_CharT> __collate_type;
25104 collate<_CharT>::_M_compare(const _CharT*, const _CharT*) const throw ()
25110 collate<_CharT>::_M_transform(_CharT*, const _CharT*, size_t) const throw ()
25115 collate<_CharT>::
25153 typename collate<_CharT>::string_type
25154 collate<_CharT>::
25210 collate<_CharT>::
25225 extern template class collate<char>;
25229 const collate<char>&
25230 use_facet<collate<char> >(const locale&);
25234 has_facet<collate<char> >(const locale&);
25237 extern template class collate<wchar_t>;
25241 const collate<wchar_t>&
25242 use_facet<collate<wchar_t> >(const locale&);
25246 has_facet<collate<wchar_t> >(const locale&);