Searched defs:tmp_locale (Results 1 – 8 of 8) sorted by relevance
| /third_party/boost/libs/math/test/ |
| D | test_basic_nonfinite.cpp | 86 std::locale tmp_locale(old_locale, new nonfinite_num_put<CharType>); in basic_test_finite_impl() local 138 std::locale tmp_locale(old_locale, new nonfinite_num_put<CharType>); in basic_test_inf_impl() local 188 std::locale tmp_locale(old_locale, new nonfinite_num_put<CharType>); in basic_test_nan_impl() local 246 std::locale tmp_locale(old_locale, new nonfinite_num_put<CharType>); in basic_test_format_impl() local
|
| D | test_nonfinite_trap.cpp | 64 std::locale tmp_locale(old_locale, in trap_test_finite_impl() local 144 std::locale tmp_locale(old_locale, new nonfinite_num_put<CharType>); in trap_test_get_inf_impl() local 213 std::locale tmp_locale(old_locale, new nonfinite_num_put<CharType>); in trap_test_get_nan_impl() local
|
| D | test_signed_zero.cpp | 74 std::locale tmp_locale( in signed_zero_test_impl() local
|
| D | test_lexical_cast.cpp | 62 std::locale tmp_locale(old_locale, in lexical_cast_test_impl() local
|
| /third_party/boost/libs/locale/test/ |
| D | test_message.cpp | 82 std::locale tmp_locale=std::locale(); in strings_equal() local 96 std::locale tmp_locale=std::locale(); in strings_equal() local 128 std::locale tmp_locale=std::locale(); in strings_equal() local 142 std::locale tmp_locale=std::locale(); in strings_equal() local 173 std::locale tmp_locale=std::locale(); in strings_equal() local 187 std::locale tmp_locale=std::locale(); in strings_equal() local 218 std::locale tmp_locale=std::locale(); in strings_equal() local 232 std::locale tmp_locale=std::locale(); in strings_equal() local
|
| /third_party/boost/libs/math/example/ |
| D | nonfinite_facet_sstream.cpp | 46 locale tmp_locale(old_locale, new nonfinite_num_put<char>); in main() local
|
| /third_party/musl/src/locale/ |
| D | setlocale.c | 27 struct __locale_struct tmp_locale; in setlocale() local
|
| /third_party/boost/libs/multiprecision/example/ |
| D | numeric_limits_snips.cpp | 440 std::locale tmp_locale(old_locale, new nonfinite_num_put<char>); in BOOST_AUTO_TEST_CASE() local 463 std::locale tmp_locale(old_locale, new nonfinite_num_put<char>); in BOOST_AUTO_TEST_CASE() local
|