HomeSort by relevance Sort by last modified time
    Searched defs:islower (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/syslinux/gpxe/src/include/
ctype.h 12 #define islower(c) ((c) >= 'a' && (c) <= 'z') macro
24 if (islower(c))
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
ctype.h 48 #define islower(c) ((c) >= 'a' && (c) <= 'z') macro
49 #define isalpha(c) (isupper(c) || islower(c))
  /device/linaro/bootloader/edk2/StdLib/Include/
ctype.h 45 /** The isalpha function tests for any character for which isupper or islower
49 characters for which isupper or islower is true.
96 /** The islower function tests for any character that is a lowercase letter or
98 isdigit, ispunct, or isspace is true. In the "C" locale, islower returns
106 int islower(int c);
195 the current locale, for which islower is true, the tolower
207 @return If the argument is a character for which islower is true and
229 #define islower(c) (__isCClass( (int)c, (_CL))) macro
  /device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
CClass.c 55 /** The isalpha function tests for any character for which isupper or islower
59 characters for which isupper or islower is true.
119 /** The islower function tests for any character that is a lowercase letter or
121 isdigit, ispunct, or isspace is true. In the "C" locale, islower returns
130 islower( function
  /external/libcxx/include/
ctype.h 23 int islower(int c);
49 #undef islower macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
ctype.h 23 int islower(int c);
58 #undef islower macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
ctype.h 23 int islower(int c);
49 #undef islower macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
ctype.h 23 int islower(int c);
49 #undef islower macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
ctype.h 23 int islower(int c);
49 #undef islower macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
ctype.h 23 int islower(int c);
49 #undef islower macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
ctype.h 23 int islower(int c);
49 #undef islower macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
ctype.h 23 int islower(int c);
49 #undef islower macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
ctype.h 23 int islower(int c);
58 #undef islower macro
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
ctype.h 23 int islower(int c);
49 #undef islower macro
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
ctype.h 23 int islower(int c);
49 #undef islower macro
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
ctype.h 23 int islower(int c);
49 #undef islower macro
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
ctype.h 23 int islower(int c);
49 #undef islower macro
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
ctype.h 23 int islower(int c);
49 #undef islower macro
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
ctype.h 23 int islower(int c);
49 #undef islower macro
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
ctype.h 23 int islower(int c);
49 #undef islower macro
  /bionic/libc/upstream-openbsd/lib/libc/gen/
isctype.c 88 #undef islower macro
90 islower(int c) function
94 DEF_STRONG(islower); variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bytes_methods.h 39 #define ISLOWER(c) Py_ISLOWER(c)
47 #undef islower macro
48 #define islower(c) undefined_islower(c) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bytes_methods.h 39 #define ISLOWER(c) Py_ISLOWER(c)
47 #undef islower macro
48 #define islower(c) undefined_islower(c) macro
  /external/python/cpython2/Include/
bytes_methods.h 39 #define ISLOWER(c) Py_ISLOWER(c)
47 #undef islower macro
48 #define islower(c) undefined_islower(c) macro
  /prebuilts/gdb/darwin-x86/include/python2.7/
bytes_methods.h 39 #define ISLOWER(c) Py_ISLOWER(c)
47 #undef islower macro
48 #define islower(c) undefined_islower(c) macro

Completed in 822 milliseconds

1 2 3