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

1 2 3

  /external/syslinux/dos/
ctype.h 1 static int isspace(int c) { function
  /external/syslinux/gpxe/src/core/
ctype.c 34 * @ret isspace Character is a space
36 int isspace ( int c ) { function
  /external/syslinux/core/include/
ctype.h 25 static inline int isspace(int ch) function
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
ctype.h 45 #define isspace(c) ((c) == ' ' || ((c) >= '\t' && (c) <= '\r')) macro
  /device/linaro/bootloader/edk2/StdLib/Include/
ctype.h 48 isspace is true. In the "C" locale, isalpha returns true only for the
98 isdigit, ispunct, or isspace is true. In the "C" locale, islower returns
118 locale-specific set of punctuation characters for which neither isspace nor
120 character for which neither isspace nor isalnum is true.
129 /** The isspace function tests for any character that is a standard white-space
133 horizontal tab ('\t'), and vertical tab ('\v'). In the "C" locale, isspace
141 int isspace(int c);
145 isdigit, ispunct, or isspace is true. In the "C" locale, isupper returns
232 #define isspace(c) (__isCClass( (int)c, (_CW))) macro
  /device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
CClass.c 58 isspace is true. In the "C" locale, isalpha returns true only for the
121 isdigit, ispunct, or isspace is true. In the "C" locale, islower returns
153 locale-specific set of punctuation characters for which neither isspace nor
155 character for which neither isspace nor isalnum is true.
170 /** The isspace function tests for any character that is a standard white-space
174 horizontal tab ('\t'), and vertical tab ('\v'). In the "C" locale, isspace
183 isspace( function
192 isdigit, ispunct, or isspace is true. In the "C" locale, isupper returns
  /external/libcxx/include/
ctype.h 26 int isspace(int c);
52 #undef isspace macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
ctype.h 26 int isspace(int c);
61 #undef isspace macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
ctype.h 26 int isspace(int c);
52 #undef isspace macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
ctype.h 26 int isspace(int c);
52 #undef isspace macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
ctype.h 26 int isspace(int c);
52 #undef isspace macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
ctype.h 26 int isspace(int c);
52 #undef isspace macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
ctype.h 26 int isspace(int c);
52 #undef isspace macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
ctype.h 26 int isspace(int c);
52 #undef isspace macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
ctype.h 26 int isspace(int c);
61 #undef isspace macro
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
ctype.h 26 int isspace(int c);
52 #undef isspace macro
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
ctype.h 26 int isspace(int c);
52 #undef isspace macro
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
ctype.h 26 int isspace(int c);
52 #undef isspace macro
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
ctype.h 26 int isspace(int c);
52 #undef isspace macro
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
ctype.h 26 int isspace(int c);
52 #undef isspace macro
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
ctype.h 26 int isspace(int c);
52 #undef isspace macro
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
ctype.h 26 int isspace(int c);
52 #undef isspace macro
  /bionic/libc/upstream-openbsd/lib/libc/gen/
isctype.c 112 #undef isspace macro
114 isspace(int c) function
118 DEF_STRONG(isspace); variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
59 #undef isspace macro
60 #define isspace(c) undefined_isspace(c) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
59 #undef isspace macro
60 #define isspace(c) undefined_isspace(c) macro

Completed in 324 milliseconds

1 2 3