Home
last modified time | relevance | path

Searched defs:new_locale (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/math/test/
Dtest_nonfinite_trap.cpp66 std::locale new_locale(tmp_locale, in trap_test_finite_impl() local
123 std::locale new_locale(old_locale, in trap_test_put_inf_impl() local
145 std::locale new_locale(tmp_locale, in trap_test_get_inf_impl() local
192 std::locale new_locale(old_locale, in trap_test_put_nan_impl() local
214 std::locale new_locale(tmp_locale, in trap_test_get_nan_impl() local
Dtest_basic_nonfinite.cpp87 std::locale new_locale(tmp_locale, new nonfinite_num_get<CharType>); in basic_test_finite_impl() local
139 std::locale new_locale(tmp_locale, new nonfinite_num_get<CharType>); in basic_test_inf_impl() local
189 std::locale new_locale(tmp_locale, new nonfinite_num_get<CharType>); in basic_test_nan_impl() local
247 std::locale new_locale(tmp_locale, new nonfinite_num_get<CharType>); in basic_test_format_impl() local
Dtest_legacy_nonfinite.cpp76 std::locale new_locale(old_locale, new nonfinite_num_get<CharType>(legacy)); in legacy_test_inf_impl() local
113 std::locale new_locale(old_locale, new nonfinite_num_get<CharType>(legacy)); in legacy_test_nan_impl() local
Dtest_signed_zero.cpp76 std::locale new_locale(tmp_locale, new nonfinite_num_get<CharType>); in signed_zero_test_impl() local
Dtest_lexical_cast.cpp64 std::locale new_locale(tmp_locale, new nonfinite_num_get<CharType>); in lexical_cast_test_impl() local
/third_party/boost/libs/math/example/
Dnonfinite_loopback_ok.cpp64 std::locale new_locale(std::locale(std::locale(std::locale(), in main() local
Dlexical_cast_nonfinite_facets.cpp79 std::locale new_locale(std::locale(std::locale(), in main() local
Dnonfinite_legacy.cpp49 std::locale new_locale(std::locale(std::locale(), in main() local
Dnonfinite_facet_sstream.cpp47 locale new_locale(tmp_locale, new nonfinite_num_get<char>); in main() local
/third_party/boost/libs/multiprecision/example/
Dnumeric_limits_snips.cpp441 std::locale new_locale(tmp_locale, new nonfinite_num_get<char>); in BOOST_AUTO_TEST_CASE() local
464 std::locale new_locale(tmp_locale, new nonfinite_num_get<char>); in BOOST_AUTO_TEST_CASE() local
/third_party/python/Python/
Dpylifecycle.c341 const char *new_locale = setlocale(LC_CTYPE, in _Py_CoerceLegacyLocale() local