Searched refs:special_grouping (Results 1 – 1 of 1) sorted by relevance
31 template <typename Char> struct special_grouping : std::numpunct<Char> { struct65 std::locale special_grouping_loc(std::locale(), new special_grouping<char>()); in TEST()75 std::locale special_grouping_loc(std::locale(), new special_grouping<char>()); in TEST()91 new special_grouping<wchar_t>()); in TEST()101 auto loc = std::locale(std::locale(), new special_grouping<char>()); in TEST()