Searched defs:new_locale (Results 1 – 11 of 11) sorted by relevance
| /third_party/boost/libs/math/test/ |
| D | test_nonfinite_trap.cpp | 66 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
|
| D | test_basic_nonfinite.cpp | 87 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
|
| D | test_legacy_nonfinite.cpp | 76 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
|
| D | test_signed_zero.cpp | 76 std::locale new_locale(tmp_locale, new nonfinite_num_get<CharType>); in signed_zero_test_impl() local
|
| D | test_lexical_cast.cpp | 64 std::locale new_locale(tmp_locale, new nonfinite_num_get<CharType>); in lexical_cast_test_impl() local
|
| /third_party/boost/libs/math/example/ |
| D | nonfinite_loopback_ok.cpp | 64 std::locale new_locale(std::locale(std::locale(std::locale(), in main() local
|
| D | lexical_cast_nonfinite_facets.cpp | 79 std::locale new_locale(std::locale(std::locale(), in main() local
|
| D | nonfinite_legacy.cpp | 49 std::locale new_locale(std::locale(std::locale(), in main() local
|
| D | nonfinite_facet_sstream.cpp | 47 locale new_locale(tmp_locale, new nonfinite_num_get<char>); in main() local
|
| /third_party/boost/libs/multiprecision/example/ |
| D | numeric_limits_snips.cpp | 441 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/ |
| D | pylifecycle.c | 341 const char *new_locale = setlocale(LC_CTYPE, in _Py_CoerceLegacyLocale() local
|