HomeSort by relevance Sort by last modified time
    Searched refs:isupper (Results 276 - 300 of 441) sorted by null

<<1112131415161718

  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/xlocale/
__posix_l_fallback.h 64 return ::isupper(c);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bool.py 220 self.assertIs("XYZ".isupper(), True)
221 self.assertIs("xyz".isupper(), False)
244 self.assertIs(unicode("XYZ", 'ascii').isupper(), True)
245 self.assertIs(unicode("xyz", 'ascii').isupper(), False)
test_unicodedata.py 39 u"01"[char.isupper()],
50 u"01"[(char + u'ABC').isupper()],
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bool.py 220 self.assertIs("XYZ".isupper(), True)
221 self.assertIs("xyz".isupper(), False)
244 self.assertIs(unicode("XYZ", 'ascii').isupper(), True)
245 self.assertIs(unicode("xyz", 'ascii').isupper(), False)
test_unicodedata.py 39 u"01"[char.isupper()],
50 u"01"[(char + u'ABC').isupper()],
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/xlocale/
__posix_l_fallback.h 64 return ::isupper(c);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bool.py 220 self.assertIs("XYZ".isupper(), True)
221 self.assertIs("xyz".isupper(), False)
244 self.assertIs(unicode("XYZ", 'ascii').isupper(), True)
245 self.assertIs(unicode("xyz", 'ascii').isupper(), False)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bool.py 220 self.assertIs("XYZ".isupper(), True)
221 self.assertIs("xyz".isupper(), False)
244 self.assertIs(unicode("XYZ", 'ascii').isupper(), True)
245 self.assertIs(unicode("xyz", 'ascii').isupper(), False)
  /external/libedit/src/
unvis.c 397 if (isxdigit(uc) && (isdigit(uc) || isupper(uc))) {
405 if (isxdigit(uc) && (isdigit(uc) || isupper(uc))) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ctype.h 111 __exctype (isupper); variable
182 # define isupper(c) __isctype((c), _ISupper) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ctype.h 121 __exctype (isupper); variable
208 # define isupper(c) __isctype((c), _ISupper)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
dlg_p.g 344 if (case_insensitive && isupper(i_prime))
372 if (case_insensitive && isupper(i_prime))
387 if (case_insensitive && isupper(i_prime))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 703 #undef isupper macro
704 #define isupper(c) iswupper(btowc(c)) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 726 #undef isupper macro
727 #define isupper(c) iswupper(btowc(c)) macro
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 742 #undef isupper macro
743 #define isupper(c) iswupper(btowc(c)) macro
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 703 #undef isupper macro
704 #define isupper(c) iswupper(btowc(c)) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
UserString.py 99 def isupper(self): return self.data.isupper() member in class:UserString
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_unicodedata.py 39 u"01"[char.isupper()],
50 u"01"[(char + u'ABC').isupper()],
  /external/python/cpython2/Include/
pyport.h 734 #undef isupper macro
735 #define isupper(c) iswupper(btowc(c)) macro
  /external/python/cpython2/Lib/
UserString.py 99 def isupper(self): return self.data.isupper() member in class:UserString
  /external/python/cpython2/Lib/test/
test_unicodedata.py 39 u"01"[char.isupper()],
50 u"01"[(char + u'ABC').isupper()],
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 861 #undef isupper macro
862 #define isupper(c) iswupper(btowc(c)) macro
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
UserString.py 99 def isupper(self): return self.data.isupper() member in class:UserString
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 861 #undef isupper macro
862 #define isupper(c) iswupper(btowc(c)) macro
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
UserString.py 99 def isupper(self): return self.data.isupper() member in class:UserString

Completed in 1086 milliseconds

<<1112131415161718