HomeSort by relevance Sort by last modified time
    Searched full:swapcase (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
Strftime.java 57 Boolean swapCase = false;
70 swapCase = false;
81 swapCase));
90 swapCase));
99 swapCase));
108 swapCase));
242 swapCase));
263 swapCase));
272 swapCase));
402 swapCase = true
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
strop.so 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stringold.py 64 def swapcase(s): function
65 """swapcase(s) -> string
71 return s.swapcase()
UserString.py 126 def swapcase(self): return self.__class__(self.data.swapcase()) member in class:UserString
  /external/python/cpython2/Lib/
stringold.py 64 def swapcase(s): function
65 """swapcase(s) -> string
71 return s.swapcase()
UserString.py 126 def swapcase(self): return self.__class__(self.data.swapcase()) member in class:UserString
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stringold.py 64 def swapcase(s): function
65 """swapcase(s) -> string
71 return s.swapcase()
UserString.py 126 def swapcase(self): return self.__class__(self.data.swapcase()) member in class:UserString
  /prebuilts/gdb/linux-x86/lib/python2.7/
stringold.py 64 def swapcase(s): function
65 """swapcase(s) -> string
71 return s.swapcase()
UserString.py 126 def swapcase(self): return self.__class__(self.data.swapcase()) member in class:UserString
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 64 def swapcase(s): function
65 """swapcase(s) -> string
71 return s.swapcase()
UserString.py 126 def swapcase(self): return self.__class__(self.data.swapcase()) member in class:UserString
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py 64 def swapcase(s): function
65 """swapcase(s) -> string
71 return s.swapcase()
UserString.py 126 def swapcase(self): return self.__class__(self.data.swapcase()) member in class:UserString
  /external/python/cpython3/Lib/test/
test_unicode.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
buffer_tests.py 136 self.marshal(b'HeLLo cOmpUteRs').swapcase())
138 self.assertRaises(TypeError, self.marshal(b'hello').swapcase, 42)
test_strop.py 46 self.assertTrue(strop.swapcase("HeLLo cOmpUteRs") == "hEllO CoMPuTErS")
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
buffer_tests.py 136 self.marshal(b'HeLLo cOmpUteRs').swapcase())
138 self.assertRaises(TypeError, self.marshal(b'hello').swapcase, 42)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
buffer_tests.py 136 self.marshal(b'HeLLo cOmpUteRs').swapcase())
138 self.assertRaises(TypeError, self.marshal(b'hello').swapcase, 42)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
buffer_tests.py 136 self.marshal(b'HeLLo cOmpUteRs').swapcase())
138 self.assertRaises(TypeError, self.marshal(b'hello').swapcase, 42)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
buffer_tests.py 136 self.marshal(b'HeLLo cOmpUteRs').swapcase())
138 self.assertRaises(TypeError, self.marshal(b'hello').swapcase, 42)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytes_methods.c 369 "B.swapcase() -> copy of B\n\
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytes_methods.c 369 "B.swapcase() -> copy of B\n\
  /external/libmojo/third_party/markupsafe/
__init__.py 180 'translate', 'expandtabs', 'swapcase', 'zfill':
  /external/python/cpython2/Lib/test/
test_strop.py 47 self.assertTrue(strop.swapcase("HeLLo cOmpUteRs") == "hEllO CoMPuTErS")

Completed in 1211 milliseconds

1 2 3 4 5 6