Home
last modified time | relevance | path

Searched refs:the_default_locale (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/math/example/
Dnonfinite_num_facet_serialization.cpp183 std::locale the_default_locale (std::locale::classic (), in main() local
201 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()
Dnonfinite_num_facet.cpp196 std::locale the_default_locale (std::locale::classic ()); in main() local
211 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()