HomeSort by relevance Sort by last modified time
    Searched defs:islower (Results 101 - 125 of 129) sorted by null

1 2 3 45 6

  /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/valgrind/main/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/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h 106 __exctype (islower); variable
177 # define islower(c) __isctype((c), _ISlower) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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.7-4.6/sysroot/usr/include/
ctype.h 106 __exctype (islower); variable
177 # define islower(c) __isctype((c), _ISlower) macro
  /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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets.h 2545 islower(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets.h 2567 islower(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets.h 2567 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...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 2545 islower(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 2545 islower(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets.h 2545 islower(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 2554 islower(_CharT __c, const locale& __loc) function
    [all...]

Completed in 792 milliseconds

1 2 3 45 6