Lines Matching defs:collate
119 const locale::category locale::collate;
161 install(&make<std::collate<char> >(1u));
163 install(&make<std::collate<wchar_t> >(1u));
297 if (c & locale::collate) {
376 if (c & locale::collate) {
377 install_from<std::collate<char> >(one);
379 install_from<std::collate<wchar_t> >(one);
603 : collate<char>(refs), __l_(__locale::__newlocale(_LIBCPP_ALL_MASK, n, 0)) {
613 : collate<char>(refs), __l_(__locale::__newlocale(_LIBCPP_ALL_MASK, name.c_str(), 0)) {
647 : collate<wchar_t>(refs), __l_(__locale::__newlocale(_LIBCPP_ALL_MASK, n, 0)) {
657 : collate<wchar_t>(refs), __l_(__locale::__newlocale(_LIBCPP_ALL_MASK, name.c_str(), 0)) {
5653 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS collate<char>;
5654 _LIBCPP_IF_WIDE_CHARACTERS(template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS collate<wchar_t>;)