Home
last modified time | relevance | path

Searched refs:test_isupper (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang/test/Analysis/
Dstd-c-library-functions.c208 void test_isupper(int x) { in test_isupper() function
/external/python/cpython2/Lib/test/
Dtest_locale.py356 def test_isupper(self): member in TestStringMethods
Dtest_unicode.py317 def test_isupper(self): member in UnicodeTest
318 string_tests.MixinStrUnicodeUserStringTest.test_isupper(self)
Dstring_tests.py841 def test_isupper(self): member in NonStringModuleTest
Dtest_bigmem.py236 def test_isupper(self, size): member in StrTest
/external/python/cpython3/Lib/test/
Dstring_tests.py893 def test_isupper(self): member in BaseTest
Dtest_unicode.py588 def test_isupper(self): member in UnicodeTest
589 super().test_isupper()
Dtest_bigmem.py223 def test_isupper(self, size): member in BaseStrTest
/external/python/cpython2/Doc/library/
Dunittest.rst121 def test_isupper(self):
172 test_isupper (__main__.TestStringMethods) ... ok
/external/python/cpython3/Doc/library/
Dunittest.rst97 def test_isupper(self):
141 test_isupper (__main__.TestStringMethods) ... ok