Searched refs:test_locale (Results 1 – 12 of 12) sorted by relevance
53 auto use_locale = !!OneTimeTestInit::test_locale() && (0 == (cnt % 2)); in LLVMFuzzerTestOneInput()56 FLATBUFFERS_ASSERT(setlocale(LC_ALL, OneTimeTestInit::test_locale())); in LLVMFuzzerTestOneInput()
46 static const char *test_locale() { in test_locale() function
263 auto use_locale = !!OneTimeTestInit::test_locale() && (0 == (cnt % 2)); in LLVMFuzzerTestOneInput()266 FLATBUFFERS_ASSERT(setlocale(LC_ALL, OneTimeTestInit::test_locale())); in LLVMFuzzerTestOneInput()
39 def test_locale(loc): function65 if test_locale(loc_name):
167 test_locale = _strptime.LocaleTime()168 test_locale.timezone = (frozenset(), frozenset())169 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
420 def test_locale(self): member in FormatTest
2122 def test_locale(self): member in PatternReprTests
102 * issue 11190: test_locale fails
7509 - Tweaked test_locale.py to actually run the test Windows.
96 * issue 11190: test_locale fails
5994 - Issue #17767: test_locale now works with unittest test discovery.24888 - Tweaked test_locale.py to actually run the test Windows.