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

1 2 3 4 5 6 7 8

  /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/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);
61 #undef isspace macro
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
ctype.h 26 int isspace(int c);
61 #undef isspace macro
  /bionic/libc/upstream-openbsd/lib/libc/gen/
isctype.c 103 #undef isspace macro
105 isspace(int c) function
  /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
  /prebuilts/gdb/darwin-x86/include/python2.7/
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
59 #undef isspace macro
60 #define isspace(c) undefined_isspace(c) macro
  /prebuilts/gdb/linux-x86/include/python2.7/
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
59 #undef isspace macro
60 #define isspace(c) undefined_isspace(c) macro
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
59 #undef isspace macro
60 #define isspace(c) undefined_isspace(c) macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
59 #undef isspace macro
60 #define isspace(c) undefined_isspace(c) macro
  /development/ndk/platforms/android-9/include/
ctype.h 80 int isspace(int);
142 __CTYPE_INLINE int isspace(int c) function
  /development/ndk/platforms/android-9/include/linux/
ctype.h 34 #define isspace(c) ((__ismask(c)&(_S)) != 0) macro
  /external/syslinux/com32/include/
ctype.h 90 __ctype_inline int isspace(int __c) function
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
ctype.h 80 int isspace(int);
142 __CTYPE_INLINE int isspace(int c) function
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
ctype.h 34 #define isspace(c) ((__ismask(c)&(_S)) != 0) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
ctype.h 80 int isspace(int);
142 __CTYPE_INLINE int isspace(int c) function
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
ctype.h 34 #define isspace(c) ((__ismask(c)&(_S)) != 0) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
ctype.h 80 int isspace(int);
142 __CTYPE_INLINE int isspace(int c) function
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
ctype.h 34 #define isspace(c) ((__ismask(c)&(_S)) != 0) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
ctype.h 80 int isspace(int);
142 __CTYPE_INLINE int isspace(int c) function

Completed in 1061 milliseconds

1 2 3 4 5 6 7 8