Home | History | Annotate | Download | only in unit

Lines Matching refs:collate

19     CPPUNIT_ASSERT( has_facet<collate<char> >(locale::classic()) );
20 collate<char> const& col = use_facet<collate<char> >(locale::classic());
39 CPPUNIT_ASSERT( has_facet<collate<char> >(loc) );
40 collate<char> const& col = use_facet<collate<char> >(loc);
55 CPPUNIT_ASSERT( has_facet<collate<char> >(loc) );
56 collate<char> const& col = use_facet<collate<char> >(loc);
86 CPPUNIT_ASSERT( has_facet<collate<wchar_t> >(loc) );
87 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc);
103 CPPUNIT_ASSERT( has_facet<collate<wchar_t> >(loc) );
104 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc);
136 CPPUNIT_MESSAGE("No french locale to check collate facet");
187 locale loc(locale::classic(), "C", locale::collate);
199 locale loc(locale::classic(), "", locale::collate);
213 collate<char> const& cfacet_byname = use_facet<collate<char> >(loc);
214 collate<char> const& cfacet = use_facet<collate<char> >(locale::classic());