HomeSort by relevance Sort by last modified time
    Searched defs:islower (Results 126 - 150 of 159) sorted by null

1 2 3 4 56 7

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
ctype.h 77 int islower(int);
127 __CTYPE_INLINE int islower(int c) function
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
ctype.h 31 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
ctype.h 77 int islower(int);
127 __CTYPE_INLINE int islower(int c) function
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
ctype.h 31 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
  /ndk/sources/cxx-stl/stlport/stlport/
ctype.h 55 # undef islower macro
73 __inline int (islower)(int c) { return _isctype(c, _LOWER); } function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
ctype.h 55 # undef islower macro
73 __inline int (islower)(int c) { return _isctype(c, _LOWER); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
ctype.h 55 # undef islower macro
73 __inline int (islower)(int c) { return _isctype(c, _LOWER); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
ctype.h 55 # undef islower macro
73 __inline int (islower)(int c) { return _isctype(c, _LOWER); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
ctype.h 55 # undef islower macro
73 __inline int (islower)(int c) { return _isctype(c, _LOWER); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
ctype.h 55 # undef islower macro
73 __inline int (islower)(int c) { return _isctype(c, _LOWER); } function
  /external/linux-tools-perf/src/tools/perf/util/
util.h 202 #undef islower macro
230 #define islower(x) (sane_istest(x,GIT_ALPHA) && (x & 0x20)) macro
  /external/valgrind/coregrind/m_demangle/
safe-ctype.h 95 #define ISLOWER(c) _sch_test(c, _sch_islower)
136 #undef islower macro
137 #define islower(c) do_not_use_islower_with_safe_ctype macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
safe-ctype.h 95 #define ISLOWER(c) _sch_test(c, _sch_islower)
133 #undef islower macro
134 #define islower(c) do_not_use_islower_with_safe_ctype macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 55 def isalpha(c): return isupper(c) or islower(c)
61 def islower(c): return _ctoi(c) >= 97 and _ctoi(c) <= 122 function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 55 def isalpha(c): return isupper(c) or islower(c)
61 def islower(c): return _ctoi(c) >= 97 and _ctoi(c) <= 122 function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ctype.h 106 __exctype (islower); variable
177 # define islower(c) __isctype((c), _ISlower) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ctype.h 116 __exctype (islower); variable
203 # define islower(c) __isctype((c), _ISlower)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserString.py 95 def islower(self): return self.data.islower() member in class:UserString
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserString.py 95 def islower(self): return self.data.islower() member in class:UserString
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 857 #undef islower macro
858 #define islower(c) iswlower(btowc(c)) macro
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 857 #undef islower macro
858 #define islower(c) iswlower(btowc(c)) macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets.h 2554 islower(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets.h 2554 islower(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_facets.h 2554 islower(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 2545 islower(_CharT __c, const locale& __loc) function
    [all...]

Completed in 1060 milliseconds

1 2 3 4 56 7