Searched refs:the_default_locale (Results 1 – 2 of 2) sorted by relevance
183 std::locale the_default_locale (std::locale::classic (), in main() local201 std::locale the_out_locale (the_default_locale, new boost::math::nonfinite_num_put<char>); in main()215 std::locale the_in_locale (the_default_locale, new boost::math::nonfinite_num_get<char>); in main()249 std::locale the_out_locale (the_default_locale, new boost::math::nonfinite_num_put<char>); in main()264 std::locale the_in_locale (the_default_locale, new boost::math::nonfinite_num_get<char>); in main()297 std::locale the_out_locale (the_default_locale, new boost::math::nonfinite_num_put<char>); in main()312 std::locale the_in_locale (the_default_locale, new boost::math::nonfinite_num_get<char>); in main()
196 std::locale the_default_locale (std::locale::classic ()); in main() local211 std::locale C99_out_locale (the_default_locale, new boost::math::nonfinite_num_put<char>); in main()224 std::locale C99_in_locale (the_default_locale, new boost::math::nonfinite_num_get<char>); in main()