HomeSort by relevance Sort by last modified time
    Searched defs:_ISlower (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
ctype.h 51 _ISlower = _ISbit (1), /* lowercase. */
177 # define islower(c) __isctype((c), _ISlower)
285 # define __islower_l(c,l) __isctype_l((c), _ISlower, (l))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ctype.h 51 _ISlower = _ISbit (1), /* lowercase. */
177 # define islower(c) __isctype((c), _ISlower)
285 # define __islower_l(c,l) __isctype_l((c), _ISlower, (l))

Completed in 110 milliseconds