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

1 2 3

  /external/syslinux/gpxe/src/include/
ctype.h 13 #define isupper(c) ((c) >= 'A' && (c) <= 'Z') macro
17 if (isupper(c))
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
ctype.h 47 #define isupper(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.
143 /** The isupper function tests for any character that is an uppercase letter or
145 isdigit, ispunct, or isspace is true. In the "C" locale, isupper returns
153 int isupper(int c);
193 @return If the argument is a character for which isupper is true and
209 the current locale, for which isupper is true, the toupper
233 #define isupper(c) (__isCClass( (int)c, (_CU))) 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.
190 /** The isupper function tests for any character that is an uppercase letter or
192 isdigit, ispunct, or isspace is true. In the "C" locale, isupper returns
201 isupper( function
  /external/libcxx/include/
ctype.h 27 int isupper(int c);
53 #undef isupper macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
ctype.h 27 int isupper(int c);
62 #undef isupper macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
ctype.h 27 int isupper(int c);
53 #undef isupper macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
ctype.h 27 int isupper(int c);
53 #undef isupper macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
ctype.h 27 int isupper(int c);
53 #undef isupper macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
ctype.h 27 int isupper(int c);
53 #undef isupper macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
ctype.h 27 int isupper(int c);
53 #undef isupper macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
ctype.h 27 int isupper(int c);
53 #undef isupper macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
ctype.h 27 int isupper(int c);
62 #undef isupper macro
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
ctype.h 27 int isupper(int c);
53 #undef isupper macro
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
ctype.h 27 int isupper(int c);
53 #undef isupper macro
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
ctype.h 27 int isupper(int c);
53 #undef isupper macro
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
ctype.h 27 int isupper(int c);
53 #undef isupper macro
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
ctype.h 27 int isupper(int c);
53 #undef isupper macro
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
ctype.h 27 int isupper(int c);
53 #undef isupper macro
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
ctype.h 27 int isupper(int c);
53 #undef isupper macro
  /bionic/libc/upstream-openbsd/lib/libc/gen/
isctype.c 120 #undef isupper macro
122 isupper(int c) function
126 DEF_STRONG(isupper); variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bytes_methods.h 40 #define ISUPPER(c) Py_ISUPPER(c)
49 #undef isupper macro
50 #define isupper(c) undefined_isupper(c) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bytes_methods.h 40 #define ISUPPER(c) Py_ISUPPER(c)
49 #undef isupper macro
50 #define isupper(c) undefined_isupper(c) macro
  /external/python/cpython2/Include/
bytes_methods.h 40 #define ISUPPER(c) Py_ISUPPER(c)
49 #undef isupper macro
50 #define isupper(c) undefined_isupper(c) macro
  /prebuilts/gdb/darwin-x86/include/python2.7/
bytes_methods.h 40 #define ISUPPER(c) Py_ISUPPER(c)
49 #undef isupper macro
50 #define isupper(c) undefined_isupper(c) macro

Completed in 413 milliseconds

1 2 3