Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/
Dunit_libcbase.c287 void test_isspace(void) in test_isspace() function
509 test_isspace(); in main()
/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.py880 def test_isspace(self): member in BaseTest
Dtest_unicode.py614 def test_isspace(self): member in UnicodeTest
615 super().test_isspace()
Dtest_bigmem.py201 def test_isspace(self, size): member in BaseStrTest