Home
last modified time | relevance | path

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

/external/flatbuffers/tests/fuzzer/
Dflatbuffers_parser_fuzzer.cc53 auto use_locale = !!OneTimeTestInit::test_locale() && (0 == (cnt % 2)); in LLVMFuzzerTestOneInput()
56 FLATBUFFERS_ASSERT(setlocale(LC_ALL, OneTimeTestInit::test_locale())); in LLVMFuzzerTestOneInput()
Dtest_init.h46 static const char *test_locale() { in test_locale() function
Dflatbuffers_scalar_fuzzer.cc263 auto use_locale = !!OneTimeTestInit::test_locale() && (0 == (cnt % 2)); in LLVMFuzzerTestOneInput()
266 FLATBUFFERS_ASSERT(setlocale(LC_ALL, OneTimeTestInit::test_locale())); in LLVMFuzzerTestOneInput()
/external/libcxx/utils/libcxx/test/
Dtarget_info.py39 def test_locale(loc): function
65 if test_locale(loc_name):
/external/python/cpython2/Lib/test/
Dtest_strptime.py167 test_locale = _strptime.LocaleTime()
168 test_locale.timezone = (frozenset(), frozenset())
169 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
/external/python/cpython3/Lib/test/
Dtest_strptime.py167 test_locale = _strptime.LocaleTime()
168 test_locale.timezone = (frozenset(), frozenset())
169 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
Dtest_format.py420 def test_locale(self): member in FormatTest
Dtest_re.py2122 def test_locale(self): member in PatternReprTests
/external/python/cpython2/Misc/
DREADME.AIX102 * issue 11190: test_locale fails
DHISTORY7509 - Tweaked test_locale.py to actually run the test Windows.
/external/python/cpython3/Misc/
DREADME.AIX96 * 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.