/third_party/boost/libs/regex/test/regress/ |
D | test.hpp | 101 if(test_locale::cpp_locale_state() == test_locale::test_with_locale) in do_test() 102 (void)e1.imbue(test_locale::cpp_locale()); in do_test() 103 if(test_locale::cpp_locale_state() != test_locale::no_test) in do_test() 114 if(test_locale::c_locale_state() != test_locale::no_test) in do_test() 125 if(test_locale::win_locale_state() == test_locale::test_with_locale) in do_test() 126 e3.imbue(test_locale::win_locale()); in do_test() 127 if(test_locale::win_locale_state() != test_locale::no_test) in do_test() 132 if((test_locale::win_locale_state() == test_locale::test_no_locale) in do_test() 133 && (test_locale::c_locale_state() == test_locale::test_no_locale) in do_test() 134 &&(test_locale::cpp_locale_state() == test_locale::test_no_locale)) in do_test() [all …]
|
D | test_locale.cpp | 29 test_locale::test_locale(const char* c_name, boost::uint32_t lcid) in test_locale() function in test_locale 153 test_locale::~test_locale() in ~test_locale() 169 int test_locale::s_c_locale = test_no_locale; 170 int test_locale::s_cpp_locale = test_no_locale; 171 int test_locale::s_win_locale = test_no_locale; 173 std::locale test_locale::s_cpp_locale_inst; 175 boost::uint32_t test_locale::s_win_locale_inst = 0; 176 std::string test_locale::m_name; 183 test_locale l(name, lcid); in test_en_locale()
|
D | test_locale.hpp | 25 class test_locale class 34 test_locale(const char* c_name, boost::uint32_t lcid); 35 ~test_locale();
|
D | test_icu.cpp | 227 if(*test_locale::c_str()) in test_icu() 229 U_NAMESPACE_QUALIFIER Locale l(test_locale::c_str()); in test_icu() 282 if(0 == *test_locale::c_str()) in test_icu() 409 if(*test_locale::c_str()) in test_icu() 411 U_NAMESPACE_QUALIFIER Locale l(test_locale::c_str()); in test_icu() 490 if(0 == *test_locale::c_str()) in test_icu() 591 if(0 == *test_locale::c_str()) in test_icu()
|
/third_party/boost/libs/logic/test/ |
D | tribool_io_test.cpp | 106 std::locale test_locale(global, new indeterminate_name<char>("maybe")); in test_main() local 107 out.imbue(test_locale); in test_main() 189 in.imbue(test_locale); in test_main()
|
/third_party/boost/libs/convert/test/ |
D | stream_converter.cpp | 281 test_locale(double v, boost::cnv::cstream const& cnv, char const* expected) in test_locale() function 295 test_locale() in test_locale() function 330 if (!eng_ignore) test_locale(double_v01, cnv(eng_locale), eng_expected); in test_locale() 331 if (!rus_ignore) test_locale(double_v01, cnv(rus_locale), rus_expected); in test_locale() 366 test_locale(); in main()
|
/third_party/glib/gio/tests/ |
D | appinfo.c | 144 test_locale (const char *locale) in test_locale() function 186 test_locale ("C"); in test_text() 187 test_locale ("en_US"); in test_text() 188 test_locale ("de"); in test_text() 189 test_locale ("de_DE.UTF-8"); in test_text()
|
/third_party/flatbuffers/tests/fuzzer/ |
D | test_init.h | 42 static const char *test_locale() { in test_locale() function
|
D | flatbuffers_scalar_fuzzer.cc | 288 auto use_locale = !!OneTimeTestInit::test_locale() && (0 == (cnt % 2)); in LLVMFuzzerTestOneInput() 291 FLATBUFFERS_ASSERT(setlocale(LC_ALL, OneTimeTestInit::test_locale())); in LLVMFuzzerTestOneInput()
|
/third_party/boost/libs/regex/doc/ |
D | examples.qbk | 34 * [@../../test/regress/test_locale.cpp test_locale.cpp]
|
/third_party/boost/libs/property_tree/test/ |
D | test_property_tree.cpp | 156 test_locale(pt); in run_tests()
|
D | test_property_tree.hpp | 1034 void test_locale(PTREE *) in test_locale() function
|
/third_party/python/Lib/test/ |
D | test_strptime.py | 169 test_locale = _strptime.LocaleTime() 170 test_locale.timezone = (frozenset(), frozenset()) 171 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
|
D | test_format.py | 421 def test_locale(self): member in FormatTest
|
D | test_re.py | 2152 def test_locale(self): member in PatternReprTests
|
/third_party/boost/libs/regex/test/ |
D | Jamfile.v2 | 49 test_locale.cpp
|
/third_party/python/Misc/ |
D | README.AIX | 91 * issue 11190: test_locale fails
|
D | HISTORY | 5994 - Issue #17767: test_locale now works with unittest test discovery. 24888 - Tweaked test_locale.py to actually run the test Windows.
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0a7.rst | 777 Fix test_getsetlocale_issue1813() of test_locale: skip the test if
|