Home
last modified time | relevance | path

Searched refs:test_locale (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/libs/regex/test/regress/
Dtest.hpp101 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 …]
Dtest_locale.cpp29 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()
Dtest_locale.hpp25 class test_locale class
34 test_locale(const char* c_name, boost::uint32_t lcid);
35 ~test_locale();
Dtest_icu.cpp227 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/
Dtribool_io_test.cpp106 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/
Dstream_converter.cpp281 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/
Dappinfo.c144 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/
Dtest_init.h42 static const char *test_locale() { in test_locale() function
Dflatbuffers_scalar_fuzzer.cc288 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/
Dexamples.qbk34 * [@../../test/regress/test_locale.cpp test_locale.cpp]
/third_party/boost/libs/property_tree/test/
Dtest_property_tree.cpp156 test_locale(pt); in run_tests()
Dtest_property_tree.hpp1034 void test_locale(PTREE *) in test_locale() function
/third_party/python/Lib/test/
Dtest_strptime.py169 test_locale = _strptime.LocaleTime()
170 test_locale.timezone = (frozenset(), frozenset())
171 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
Dtest_format.py421 def test_locale(self): member in FormatTest
Dtest_re.py2152 def test_locale(self): member in PatternReprTests
/third_party/boost/libs/regex/test/
DJamfile.v249 test_locale.cpp
/third_party/python/Misc/
DREADME.AIX91 * issue 11190: test_locale fails
DHISTORY5994 - 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/
D3.10.0a7.rst777 Fix test_getsetlocale_issue1813() of test_locale: skip the test if