Home
last modified time | relevance | path

Searched refs:test_isspace (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/test/Analysis/
Dstd-c-library-functions.c234 void test_isspace(int x) { in test_isspace() function
/external/python/cpython2/Lib/test/
Dtest_locale.py345 def test_isspace(self): member in TestStringMethods
Dtest_unicode.py348 def test_isspace(self): member in UnicodeTest
349 string_tests.MixinStrUnicodeUserStringTest.test_isspace(self)
Dstring_tests.py865 def test_isspace(self): member in NonStringModuleTest
Dtest_bigmem.py217 def test_isspace(self, size): member in StrTest
/external/python/cpython3/Lib/test/
Dstring_tests.py917 def test_isspace(self): member in BaseTest
Dtest_unicode.py616 def test_isspace(self): member in UnicodeTest
617 super().test_isspace()
Dtest_bigmem.py202 def test_isspace(self, size): member in BaseStrTest